1
0
mirror of https://github.com/django/django.git synced 2024-11-19 07:54:07 +00:00
django/tests/regressiontests/urlpatterns_reverse
Claude Paroz 28fd876bae Fixed #17892 -- Do not include whole RegexURLPattern lists in RegexURLResolver repr
Thanks milosu for the report and the initial patch.
2012-09-01 22:20:46 +02:00
..
__init__.py
erroneous_urls.py
erroneous_views_module.py
extra_urls.py
included_named_urls2.py
included_named_urls.py
included_namespace_urls.py
included_urls2.py
included_urls.py
middleware.py Convert the remainder of the relative imports in the tests to be absolute imports. 2011-10-13 21:34:56 +00:00
models.py
named_urls.py
namespace_urls.py
no_urls.py
reverse_lazy_urls.py
tests.py Fixed #17892 -- Do not include whole RegexURLPattern lists in RegexURLResolver repr 2012-09-01 22:20:46 +02:00
urlconf_inner.py
urlconf_outer.py
urls_error_handlers_callables.py
urls_error_handlers.py
urls_without_full_import.py
urls.py
views_broken.py Don't swallow AttributeError in core.urlresolvers.get_callable. 2012-08-14 21:23:25 +02:00
views.py