summaryrefslogtreecommitdiff
path: root/docs/topics/http
diff options
context:
space:
mode:
authorSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-12-12 17:11:22 +0100
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2025-01-15 22:28:37 +0100
commit9cb1ffa67bb0d13f86c2d4627428fcaa4513136d (patch)
tree759431e38fc4432ebcd32721affead908690e316 /docs/topics/http
parent1e331911a88f289f52e3d81340e209d0b78abdbb (diff)
Refs #35090 -- Removed support for django.urls.register_converter() overriding existing converters per deprecation timeline.
Diffstat (limited to 'docs/topics/http')
-rw-r--r--docs/topics/http/urls.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/topics/http/urls.txt b/docs/topics/http/urls.txt
index 8e57732725..d8de9635ec 100644
--- a/docs/topics/http/urls.txt
+++ b/docs/topics/http/urls.txt
@@ -183,11 +183,6 @@ Register custom converter classes in your URLconf using
...,
]
-.. deprecated:: 5.1
-
- Overriding existing converters with ``django.urls.register_converter()`` is
- deprecated.
-
Using regular expressions
=========================