1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #35252 -- Optimized _route_to_regex().

co-authored-by: Nick Pope <nick@nickpope.me.uk>
This commit is contained in:
Adam Johnson
2024-02-26 10:41:15 +00:00
committed by Mariusz Felisiak
parent 241adf678f
commit eff21d8e7a
4 changed files with 34 additions and 33 deletions

View File

@@ -393,6 +393,9 @@ Miscellaneous
:py:class:`html.parser.HTMLParser` subclasses. This results in a more robust
and faster operation, but there may be small differences in the output.
* The undocumented ``django.urls.converters.get_converter()`` function is
removed.
.. _deprecated-features-5.1:
Features deprecated in 5.1