summaryrefslogtreecommitdiff
path: root/tests/urlpatterns_reverse/views.py
AgeCommit message (Expand)Author
2014-04-23[1.7.x] Fixed #22486 -- Restored the ability to reverse views created using f...Tim Graham
2014-04-21[1.7.x] Fixed 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