Refs #35090 -- Removed support for django.urls.register_converter() overriding existing converters per deprecation timeline.

This commit is contained in:
Sarah Boyce 2024-12-12 17:11:22 +01:00
parent 1e331911a8
commit 9cb1ffa67b
5 changed files with 10 additions and 50 deletions

View file

@ -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
==================================================