summaryrefslogtreecommitdiff
path: root/tests/contenttypes_tests/urls.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-1/+1
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-2/+2
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.chriscauley2014-04-161-1/+1
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-4/+5
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Deprecated django.views.defaults.shortcut.Aymeric Augustin2013-03-141-0/+7