diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-12-12 17:11:22 +0100 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-01-15 22:28:37 +0100 |
| commit | 9cb1ffa67bb0d13f86c2d4627428fcaa4513136d (patch) | |
| tree | 759431e38fc4432ebcd32721affead908690e316 /docs/ref | |
| parent | 1e331911a88f289f52e3d81340e209d0b78abdbb (diff) | |
Refs #35090 -- Removed support for django.urls.register_converter() overriding existing converters per deprecation timeline.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/urls.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/ref/urls.txt b/docs/ref/urls.txt index 95eb03f35a..ac55bde575 100644 --- a/docs/ref/urls.txt +++ b/docs/ref/urls.txt @@ -150,10 +150,6 @@ The ``converter`` argument is a converter class, and ``type_name`` is the converter name to use in path patterns. See :ref:`registering-custom-path-converters` for an example. -.. deprecated:: 5.1 - - Overriding existing converters is deprecated. - ================================================== ``django.conf.urls`` functions for use in URLconfs ================================================== |
