summaryrefslogtreecommitdiff
path: root/tests/wsgi/urls.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-2/+2
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-3/+3
* Fixed E305 flake8 warnings.Ramin Farajpour Cami2016-11-141-0/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #24072 -- Added FileResponse for streaming binary files.Collin Anderson2015-01-051-1/+2
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-5/+4
* Fixing E302 ErrorsJason Myers2013-11-021-0/+1
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+10