summaryrefslogtreecommitdiff
path: root/tests/urlpatterns_reverse/test_localeregexprovider.py
AgeCommit message (Collapse)Author
2017-09-20Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus
Thanks Aymeric Augustin for shepherding the DEP and patch review. Thanks Marten Kenbeek and Tim Graham for contributing to the code. Thanks Tom Christie, Shai Berger, and Tim Graham for the docs.
2017-01-20Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham
2017-01-20Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham
These functions do nothing on Python 3.
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-11-14Fixed #27453 -- Avoided unnecessary recompilation of non-translated URL regexes.Carl Meyer
2016-11-14Added tests for LocaleRegexProvider.Carl Meyer