summaryrefslogtreecommitdiff
path: root/tests/regressiontests/urlpatterns_reverse/views.py
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2012-09-27Fixed #15695 -- Added `ResolverMatch` to the request object.Florian Apolloner
2011-06-16Fixed #10802 -- Handle ImportErrors and AttributeErrors gracefully when raise...Jannis Leidel
2011-05-12Fixed minor typo in tests introduced in r16121. Refs #5925.Jannis Leidel
2011-05-07Fixed #13154 -- Fixed the URL resolver's reverse() to match the behavior of i...Jannis Leidel
2011-04-29Fixed #5925 -- Added new lazily evaluated version of django.core.urlresolvers...Jannis Leidel
2010-08-14Fixed #5350 -- Added fallback to default 404/500 handlers when they're not ex...Russell Keith-Magee
2010-08-06Corrected [13479], accounting for unnamed urls that are instances of classes.Russell Keith-Magee
2008-09-27Fixed #9038 -- Correctly handle URL patterns with the same name (or view name),Malcolm Tredinnick
2008-08-31A rewrite of the reverse URL parsing: the reverse() call and the "url" templa...Malcolm Tredinnick