mirror of
https://github.com/django/django.git
synced 2025-11-25 05:04:26 +00:00
Fixed #35090 -- Deprecated registering URL converters with the same name.
This commit is contained in:
parent
50e95ad536
commit
6e1ece7ed5
6 changed files with 61 additions and 2 deletions
|
|
@ -120,6 +120,10 @@ 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