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