mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +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
|
@ -74,6 +74,9 @@ details on these changes.
|
|||
* The setter for ``django.contrib.gis.gdal.OGRGeometry.coord_dim`` will be
|
||||
removed.
|
||||
|
||||
* ``django.urls.register_converter()`` will no longer allow overriding existing
|
||||
converters.
|
||||
|
||||
.. _deprecation-removed-in-5.1:
|
||||
|
||||
5.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue