summaryrefslogtreecommitdiff
path: root/tests/regressiontests/urlpatterns_reverse
AgeCommit message (Collapse)Author
2008-07-06Some tests for the new features. These pretty much fail at the moment. Based onMalcolm Tredinnick
SmileyChris's original work. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7849 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-16Fixed #6831 -- Reverse URL resolver now replaces backslashes correctly. ↵Adrian Holovaty
Thanks, Bastian Kleineidam git-svn-id: http://code.djangoproject.com/svn/django/trunk@7660 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-27Refs #2333 - Modified runtests script to use new testing framework. Migrated ↵Russell Keith-Magee
existing tests to use Django testing framework. All the 'othertests' have been migrated into 'regressiontests', and converted into doctests/unittests, as appropriate. git-svn-id: http://code.djangoproject.com/svn/django/trunk@3661 bcc190cf-cafb-0310-a4f2-bffc1f526a37