summaryrefslogtreecommitdiff
path: root/tests/regressiontests/templates/urls.py
AgeCommit message (Expand)Author
2010-04-10Fixed #13275 -- Modified the parsing logic of the {% url %} tag to avoid cata...Russell Keith-Magee
2008-10-05Altered a failing url template tag test to work more reliably.Malcolm Tredinnick
2008-08-31Added a couple of extra tests to ensure url tag robustness. These are anMalcolm Tredinnick
2007-10-27Fixed an invalid URL specification.Malcolm Tredinnick
2007-07-07Fixed #4772 -- Fixed reverse URL creation to work with non-ASCII arguments.Malcolm Tredinnick
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-06-25Fixed #4453 -- Allow dots in URL pattern names (although the string in that c...Malcolm Tredinnick
2007-04-01Added the ability to name URL patterns. Helps with disambiguity reverse matches.Malcolm Tredinnick
2007-02-13Fixed #2606 -- Added tag for working out the URL of a particular view function.Malcolm Tredinnick