mirror of
https://github.com/django/django.git
synced 2025-11-25 21:22:14 +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
|
|
@ -183,6 +183,11 @@ Register custom converter classes in your URLconf using
|
|||
...,
|
||||
]
|
||||
|
||||
.. deprecated:: 5.1
|
||||
|
||||
Overriding existing converters with ``django.urls.register_converter()`` is
|
||||
deprecated.
|
||||
|
||||
Using regular expressions
|
||||
=========================
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue