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/topics | |
| parent | 50e95ad5367a4a93f94a66a645f9c126f0609f0a (diff) | |
Fixed #35090 -- Deprecated registering URL converters with the same name.
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/http/urls.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/topics/http/urls.txt b/docs/topics/http/urls.txt index d8de9635ec..8e57732725 100644 --- a/docs/topics/http/urls.txt +++ b/docs/topics/http/urls.txt @@ -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 ========================= |
