summaryrefslogtreecommitdiff
path: root/tests/regressiontests/urlpatterns_reverse
AgeCommit message (Expand)Author
2008-09-30Fixed another case of reverse URL resolving that wasn't working.Malcolm Tredinnick
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
2008-07-06Revert [7849] and [7850]. Brain failure on my part.Malcolm Tredinnick
2008-07-06Some tests for the new features. These pretty much fail at the moment. Based onMalcolm Tredinnick
2008-06-16Fixed #6831 -- Reverse URL resolver now replaces backslashes correctly. Thank...Adrian Holovaty
2006-08-27Refs #2333 - Modified runtests script to use new testing framework. Migrated ...Russell Keith-Magee