summaryrefslogtreecommitdiff
path: root/tests/urlpatterns_reverse/test_localeregexprovider.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.Sjoerd Job Postmus2017-09-201-55/+0
* Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham2017-01-201-1/+2
* Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham2017-01-201-2/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #27453 -- Avoided unnecessary recompilation of non-translated URL regexes.Carl Meyer2016-11-141-0/+16
* Added tests for LocaleRegexProvider.Carl Meyer2016-11-141-0/+41