1
0
mirror of https://github.com/django/django.git synced 2024-12-23 17:46:27 +00:00
django/tests/regressiontests/templates
Malcolm Tredinnick 8c85ddf306 Fixed #4772 -- Fixed reverse URL creation to work with non-ASCII arguments.
Also included a test for non-ASCII strings in URL patterns, although that
already worked correctly.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@5630 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-07-07 18:24:27 +00:00
..
__init__.py
models.py
tests.py Fixed #4772 -- Fixed reverse URL creation to work with non-ASCII arguments. 2007-07-07 18:24:27 +00:00
unicode.py
urls.py Fixed #4772 -- Fixed reverse URL creation to work with non-ASCII arguments. 2007-07-07 18:24:27 +00:00
views.py