django/tests/admin_docs
Alan Crosswell 03fa846c6a Fixed #30731 -- Fixed handling trailing groups in simplify_regex().
Previously simplify_regex() didn't handle trailing groups for regexp
without the end of string character ("$").
2019-08-30 12:43:39 +02:00
..
__init__.py
evilfile.txt
models.py
namespace_urls.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
test_middleware.py
test_utils.py
test_views.py Fixed #30731 -- Fixed handling trailing groups in simplify_regex(). 2019-08-30 12:43:39 +02:00
tests.py
urls.py Updated test URL patterns to use path() and re_path(). 2018-12-31 10:47:32 -05:00
views.py