django/tests/regressiontests/urlpatterns_reverse
Jannis Leidel ae3fec0da8 Fixed minor typo in tests introduced in r16121. Refs #5925.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16217 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-05-12 13:24:07 +00:00
..
__init__.py Refs #2333 - Modified runtests script to use new testing framework. Migrated existing tests to use Django testing framework. All the 'othertests' have been migrated into 'regressiontests', and converted into doctests/unittests, as appropriate. 2006-08-27 13:59:47 +00:00
extra_urls.py
included_named_urls.py Debug 404 page now displays names of URL patterns, if they exist. 2010-09-12 19:27:33 +00:00
included_named_urls2.py
included_namespace_urls.py
included_urls.py
included_urls2.py
middleware.py Fixed #12594 -- Ensured that a meaningful exception is raised when the urlconf_module is None. Thanks to buriy for the report and patch. 2010-03-26 15:08:24 +00:00
models.py
named_urls.py
namespace_urls.py Corrected [13479], accounting for unnamed urls that are instances of classes. 2010-08-06 13:47:56 +00:00
no_urls.py
reverse_lazy_urls.py Fixed minor typo in tests introduced in r16121. Refs #5925. 2011-05-12 13:24:07 +00:00
tests.py
urlconf_inner.py
urlconf_outer.py
urls.py
urls_error_handlers.py
urls_error_handlers_callables.py
urls_without_full_import.py
views.py Fixed minor typo in tests introduced in r16121. Refs #5925. 2011-05-12 13:24:07 +00:00