index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
urlpatterns_reverse
/
namespace_urls.py
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2012-09-27
Fixed #15695 -- Added `ResolverMatch` to the request object.
Florian Apolloner
2011-12-22
Fixed #15900 -- Calls to reverse with nested namespaced urls are escaped prop...
Gabriel Hurley
2011-11-07
Fixes #17173 -- Added some extra regression tests for reversing namespaced ur...
Chris Beaven
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2011-08-12
Fixed #11559 -- Fixed the URL resolver to be able to handle captured paramete...
Jannis Leidel
2010-08-06
Corrected [13479], accounting for unnamed urls that are instances of classes.
Russell Keith-Magee
2010-08-05
Fixed #13922 -- Updated resolve() to support namespaces. Thanks to Nowell Str...
Russell Keith-Magee
2009-07-16
Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ...
Russell Keith-Magee