mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #35252 -- Optimized _route_to_regex().
co-authored-by: Nick Pope <nick@nickpope.me.uk>
This commit is contained in:
parent
241adf678f
commit
eff21d8e7a
4 changed files with 34 additions and 33 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue