Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 1 addition & 14 deletions docs/django.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -365,17 +365,4 @@ Success! We tracked the error successfully! You should be able to see it in a fe
[[supported-django-and-python-versions]]
=== Supported Django and Python versions

The agent supports the following Django versions:

* 1.8
* 1.9
* 1.10
* 1.11
* 2.0

and the following Python versions:

* 2.7
* 3.4
* 3.5
* 3.6
A list of supported <<supported-django,Django>> and <<supported-python,Python>> versions can be found on our <<supported-technologies,Supported Technologies>> page.
6 changes: 6 additions & 0 deletions docs/flask.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -273,3 +273,9 @@ elasticApm.init({
----

See the {apm-rum-ref}[JavaScript RUM agent documentation] for more information.

[float]
[[supported-flask-and-python-versions]]
=== Supported Flask and Python versions

A list of supported <<supported-flask,Flask>> and <<supported-python,Python>> versions can be found on our <<supported-technologies,Supported Technologies>> page.
1 change: 1 addition & 0 deletions docs/supported-technologies.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ We support these Django versions:
* 1.11
* 2.0
* 2.1
* 2.2

For upcoming Django versions, we generally aim to ensure compatibility starting with the first Release Candidate.

Expand Down