django1/django/urls
Tim Graham 6e4c6281db Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."
This reverts commit 550cb3a365
because try/except performs better.
2017-09-07 08:16:21 -04:00
..
__init__.py Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 2015-12-31 14:21:29 -05:00
base.py Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()." 2017-09-07 08:16:21 -04:00
exceptions.py Refs #23919 -- Removed encoding preambles and future imports 2017-01-18 09:55:19 +01:00
resolvers.py Avoided creation of temporary sets. 2017-07-29 10:16:43 -04:00
utils.py Refs #23919 -- Stopped using django.utils.lru_cache(). 2017-01-18 21:42:40 -05:00