mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Refs #35090 -- Removed support for django.urls.register_converter() overriding existing converters per deprecation timeline.
This commit is contained in:
parent
1e331911a8
commit
9cb1ffa67b
5 changed files with 10 additions and 50 deletions
|
@ -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
|
||||
==================================================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue