summaryrefslogtreecommitdiff
path: root/tests/urlpatterns_reverse/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-3/+7
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-4/+4
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Refs #21927 -- Removed include()'s app_name argument per deprecation timeline.Tim Graham2017-01-171-1/+1
* Moved URLObject in tests to separate utils module.Marten Kenbeek2015-12-221-0/+25