Skip to content

Commit eed06a8

Browse files
committed
remove erroneous list of supported Django versions and link to canonical list (#448)
closes #448
1 parent a9d565b commit eed06a8

File tree

3 files changed

+8
-14
lines changed

3 files changed

+8
-14
lines changed

docs/django.asciidoc

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -365,17 +365,4 @@ Success! We tracked the error successfully! You should be able to see it in a fe
365365
[[supported-django-and-python-versions]]
366366
=== Supported Django and Python versions
367367

368-
The agent supports the following Django versions:
369-
370-
* 1.8
371-
* 1.9
372-
* 1.10
373-
* 1.11
374-
* 2.0
375-
376-
and the following Python versions:
377-
378-
* 2.7
379-
* 3.4
380-
* 3.5
381-
* 3.6
368+
A list of supported <<supported-django,Django>> and <<supported-python,Python>> versions can be found on our <<supported-technologies,Supported Technologies>> page.

docs/flask.asciidoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,3 +273,9 @@ elasticApm.init({
273273
----
274274

275275
See the {apm-rum-ref}[JavaScript RUM agent documentation] for more information.
276+
277+
[float]
278+
[[supported-flask-and-python-versions]]
279+
=== Supported Flask and Python versions
280+
281+
A list of supported <<supported-flask,Flask>> and <<supported-python,Python>> versions can be found on our <<supported-technologies,Supported Technologies>> page.

docs/supported-technologies.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ We support these Django versions:
2525
* 1.11
2626
* 2.0
2727
* 2.1
28+
* 2.2
2829

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

0 commit comments

Comments
 (0)