summaryrefslogtreecommitdiff
path: root/tests/urlpatterns_reverse/views.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-5/+10
* Removed default empty content argument from HttpResponse calls.Jon Dufresne2019-02-091-4/+4
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Fixed E305 flake8 warnings.Ramin Farajpour Cami2016-11-141-0/+2
* Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.Jeremy Lainé2016-04-091-1/+1
* Fixed #26039 -- Unwrapped nested partials in URL reversal.Grégory Starck2016-01-061-2/+1
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-311-1/+1
* Refs #22384 -- Removed the ability to reverse URLs by dotted path per depreca...Tim Graham2015-09-231-4/+0
* Fixed #24707 -- Improved error reporting for explicitly imported uncallable v...Harry2015-04-261-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+2
* Fixed #22486 -- Restored the ability to reverse views created using functools...Preston Timmons2014-04-231-0/+10
* Fixed a remote code execution vulnerabilty in URL reversing.Tim Graham2014-04-211-0/+4
* Fixing E302 ErrorsJason Myers2013-11-021-0/+10
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+43