summaryrefslogtreecommitdiff
path: root/tests/regressiontests/urlpatterns_reverse/urls.py
AgeCommit message (Expand)Author
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