summaryrefslogtreecommitdiff
path: root/django/utils/regex_helper.py
AgeCommit message (Expand)Author
2012-08-07[py3] Ported django.utils.regex_helper.Aymeric Augustin
2012-07-22[py3] Replaced basestring by six.string_types.Aymeric Augustin
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-05-10Replaced foo.next() by next(foo).Claude Paroz
2012-01-03Fixed #17492 -- Allow reversal of named backreferences. Thanks nate_bChris Beaven
2008-09-03Changed the reverse() call for creating URLs to convert a "." in the reg-expMalcolm Tredinnick
2008-09-01Fixed a case of incorrect parsing of quanitifers in reg-exp patterns.Malcolm Tredinnick
2008-08-31Fixed #8726 -- When doing reverse URL resolving, make sure we're consistentlyMalcolm 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-06Started to work on the regex reverse-engineering phase.Malcolm Tredinnick