summaryrefslogtreecommitdiff
path: root/tests/regressiontests/urlpatterns_reverse/urls.py
AgeCommit message (Expand)Author
2012-01-03Fixed #17492 -- Allow reversal of named backreferences. Thanks nate_bChris 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-05-07Fixed #13154 -- Fixed the URL resolver's reverse() to match the behavior of i...Jannis Leidel
2009-01-10In urlconfs, include() may now be used on an iterable of patterns instead of ...Jacob Kaplan-Moss
2008-09-27Fixed #9038 -- Correctly handle URL patterns with the same name (or view name),Malcolm Tredinnick
2008-09-01Fixed a case of incorrect parsing of quanitifers in reg-exp patterns.Malcolm Tredinnick
2008-08-31Fixed #8725 -- Handle empty URL patterns in reverse().Malcolm Tredinnick
2008-08-31A rewrite of the reverse URL parsing: the reverse() call and the "url" templa...Malcolm Tredinnick