summaryrefslogtreecommitdiff
path: root/django/utils/regex_helper.py
Commit message (Expand)AuthorAgeFilesLines
* Changed the reverse() call for creating URLs to convert a "." in the reg-expMalcolm Tredinnick2008-09-031-1/+1
* Fixed a case of incorrect parsing of quanitifers in reg-exp patterns.Malcolm Tredinnick2008-09-011-0/+1
* Fixed #8726 -- When doing reverse URL resolving, make sure we're consistentlyMalcolm Tredinnick2008-08-311-15/+15
* Fixed #8725 -- Handle empty URL patterns in reverse().Malcolm Tredinnick2008-08-311-1/+5
* A rewrite of the reverse URL parsing: the reverse() call and the "url" templa...Malcolm Tredinnick2008-08-311-0/+323
* Revert [7849] and [7850]. Brain failure on my part.Malcolm Tredinnick2008-07-061-123/+0
* Started to work on the regex reverse-engineering phase.Malcolm Tredinnick2008-07-061-0/+123