summaryrefslogtreecommitdiff
path: root/tests/urlpatterns_reverse/views.py
AgeCommit message (Expand)Author
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-04-09Fixed #25847 -- Made User.is_(anonymous|authenticated) properties.Jeremy Lainé
2016-01-06Fixed #26039 -- Unwrapped nested partials in URL reversal.Grégory Starck
2015-12-31Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek
2015-09-23Refs #22384 -- Removed the ability to reverse URLs by dotted path per depreca...Tim Graham
2015-04-26Fixed #24707 -- Improved error reporting for explicitly imported uncallable v...Harry
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-04-23Fixed #22486 -- Restored the ability to reverse views created using functools...Preston Timmons
2014-04-21Fixed a remote code execution vulnerabilty in URL reversing.Tim Graham
2013-11-02Fixing E302 ErrorsJason Myers
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner