index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
templates
/
urls.py
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2010-04-10
Fixed #13275 -- Modified the parsing logic of the {% url %} tag to avoid cata...
Russell Keith-Magee
2008-10-05
Altered a failing url template tag test to work more reliably.
Malcolm Tredinnick
2008-08-31
Added a couple of extra tests to ensure url tag robustness. These are an
Malcolm Tredinnick
2007-10-27
Fixed an invalid URL specification.
Malcolm Tredinnick
2007-07-07
Fixed #4772 -- Fixed reverse URL creation to work with non-ASCII arguments.
Malcolm Tredinnick
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-06-25
Fixed #4453 -- Allow dots in URL pattern names (although the string in that c...
Malcolm Tredinnick
2007-04-01
Added the ability to name URL patterns. Helps with disambiguity reverse matches.
Malcolm Tredinnick
2007-02-13
Fixed #2606 -- Added tag for working out the URL of a particular view function.
Malcolm Tredinnick