summaryrefslogtreecommitdiff
path: root/tests/regressiontests/urlpatterns_reverse/namespace_urls.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-12-22Fixed #15900 -- Calls to reverse with nested namespaced urls are escaped prop...Gabriel Hurley
2011-11-07Fixes #17173 -- Added some extra regression tests for reversing namespaced ur...Chris Beaven
2011-10-13Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-08-12Fixed #11559 -- Fixed the URL resolver to be able to handle captured paramete...Jannis Leidel
2010-08-06Corrected [13479], accounting for unnamed urls that are instances of classes.Russell Keith-Magee
2010-08-05Fixed #13922 -- Updated resolve() to support namespaces. Thanks to Nowell Str...Russell Keith-Magee
2009-07-16Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ...Russell Keith-Magee