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

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