index
:
django.git
fix-31295
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
/
tests.py
Age
Commit message (
Expand
)
Author
2010-08-09
[soc2010/query-refactor] Merged up to trunk r13556, resolved merge conflicts
archive/soc2010/query-refactor
Alex Gaynor
2010-03-26
Fixed #12594 -- Ensured that a meaningful exception is raised when the urlcon...
Russell Keith-Magee
2010-01-10
Fixed #11960 -- Improved error message for redirects. Thanks, mattmcc
Adrian Holovaty
2009-12-13
Fixed #10326: handler500 and handler404 may now be callables. Thanks, dcwatso...
Jacob Kaplan-Moss
2009-11-16
Fixed #5034 -- honor request.urlconf in reverse and resolve.
Brian Rosner
2009-07-16
Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ...
Russell Keith-Magee
2009-06-29
Fixed #10834 -- Added bucket condition to ensure that URL resolvers won't eve...
Russell Keith-Magee
2009-04-04
Fixed #10065 -- Corrected an error message when an empty urlpattern object is...
Russell Keith-Magee
2009-03-21
Fixed #10194: added `django.shortcuts.redirect`, a do-what-I-mean redirect sh...
Jacob Kaplan-Moss
2009-01-10
In urlconfs, include() may now be used on an iterable of patterns instead of ...
Jacob Kaplan-Moss
2008-09-30
Fixed another case of reverse URL resolving that wasn't working.
Malcolm Tredinnick
2008-09-27
Fixed #9038 -- Correctly handle URL patterns with the same name (or view name),
Malcolm Tredinnick
2008-09-01
Fixed a case of incorrect parsing of quanitifers in reg-exp patterns.
Malcolm Tredinnick
2008-08-31
Fixed #8725 -- Handle empty URL patterns in reverse().
Malcolm Tredinnick
2008-08-31
A rewrite of the reverse URL parsing: the reverse() call and the "url" templa...
Malcolm Tredinnick
2008-07-06
Revert [7849] and [7850]. Brain failure on my part.
Malcolm Tredinnick
2008-07-06
Some tests for the new features. These pretty much fail at the moment. Based on
Malcolm Tredinnick
2008-06-16
Fixed #6831 -- Reverse URL resolver now replaces backslashes correctly. Thank...
Adrian Holovaty
2006-08-27
Refs #2333 - Modified runtests script to use new testing framework. Migrated ...
Russell Keith-Magee