From 8b475408a0afe5c849017bb20dbfa67edb31d0ce Mon Sep 17 00:00:00 2001 From: e-linds <145630671+e-linds@users.noreply.github.com> Date: Thu, 15 Jan 2026 12:30:36 -0700 Subject: [PATCH] Update python.md --- content/en/tracing/trace_collection/compatibility/python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 |