diff options
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 ========================= |
