Fixed #35090 -- Deprecated registering URL converters with the same name.

This commit is contained in:
Salvo Polizzi 2024-02-22 12:04:03 +01:00 committed by Mariusz Felisiak
parent 50e95ad536
commit 6e1ece7ed5
6 changed files with 61 additions and 2 deletions

View file

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