diff --git a/content/en/tracing/trace_collection/compatibility/python.md b/content/en/tracing/trace_collection/compatibility/python.md index 52767694934..1ad58c7d7a4 100644 --- a/content/en/tracing/trace_collection/compatibility/python.md +++ b/content/en/tracing/trace_collection/compatibility/python.md @@ -49,7 +49,7 @@ The `ddtrace` library includes support for a number of web frameworks, including | [aiohttp][4] (server) | >= 2.0 | no | https://ddtrace.readthedocs.io/en/stable/integrations.html#aiohttp | | [Bottle][5] | >= 0.11 | no | https://ddtrace.readthedocs.io/en/stable/integrations.html#bottle | | [CherryPy][6] | >= 11.2.0 | no | https://ddtrace.readthedocs.io/en/stable/integrations.html#cherrypy| -| [Django][7] | >= 1.8 | yes | https://ddtrace.readthedocs.io/en/stable/integrations.html#django | +| [Django][7] | >= 2.2.28 | yes | https://ddtrace.readthedocs.io/en/stable/integrations.html#django | | [djangorestframework][7] | >= 3.4 | yes | https://ddtrace.readthedocs.io/en/stable/integrations.html#django | | [Falcon][8] | >= 1.0 | no | https://ddtrace.readthedocs.io/en/stable/integrations.html#falcon | | [Flask][9] | >= 0.10 | yes | https://ddtrace.readthedocs.io/en/stable/integrations.html#flask |