django1/django/urls
Florian Apolloner 75d2af2c89 Removed unneeded iri_to_uri() call in reverse().
_reverse_with_prefix() already quotes using a stricter subset of the
safe characters used by iri_to_uri().
2020-10-06 12:29:06 +02:00
..
__init__.py Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201. 2017-09-20 18:04:42 -04:00
base.py Removed unneeded iri_to_uri() call in reverse(). 2020-10-06 12:29:06 +02:00
conf.py Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201. 2017-09-20 18:04:42 -04:00
converters.py Removed django.utils.lru_cache usage. 2019-02-04 20:07:49 -05:00
exceptions.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
resolvers.py Fixed #31791 -- Made technical 404 debug page display the tried URL patterns for Http404. 2020-09-07 06:54:19 +02:00
utils.py Refs #23919 -- Stopped using django.utils.lru_cache(). 2017-01-18 21:42:40 -05:00