diff options
| author | Salvo Polizzi <plzslv03@studium.unict.it> | 2024-02-22 12:04:03 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2024-02-23 15:54:49 +0100 |
| commit | 6e1ece7ed522c904a674966fa985159b7bbf1545 (patch) | |
| tree | 6b6c5ea0322d1185eac261302420f13a4f162b43 /docs/internals | |
| parent | 50e95ad5367a4a93f94a66a645f9c126f0609f0a (diff) | |
Fixed #35090 -- Deprecated registering URL converters with the same name.
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index e91ac062cb..8072075864 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -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 |
