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
/
views.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-06-16
Fixed #10802 -- Handle ImportErrors and AttributeErrors gracefully when raise...
Jannis Leidel
2011-05-12
Fixed minor typo in tests introduced in r16121. Refs #5925.
Jannis Leidel
2011-05-07
Fixed #13154 -- Fixed the URL resolver's reverse() to match the behavior of i...
Jannis Leidel
2011-04-29
Fixed #5925 -- Added new lazily evaluated version of django.core.urlresolvers...
Jannis Leidel
2010-08-14
Fixed #5350 -- Added fallback to default 404/500 handlers when they're not ex...
Russell Keith-Magee
2010-08-06
Corrected [13479], accounting for unnamed urls that are instances of classes.
Russell Keith-Magee
2008-09-27
Fixed #9038 -- Correctly handle URL patterns with the same name (or view name),
Malcolm Tredinnick
2008-08-31
A rewrite of the reverse URL parsing: the reverse() call and the "url" templa...
Malcolm Tredinnick