django/tests/regressiontests/urlpatterns_reverse
Gabriel Hurley 90e530978d Fixed #18210 -- Escaped special characters in reverse prefixes.
Ensured that special characters passed in to reverse via the
prefix argument are properly escaped so that calls to
django.utils.regex_helpers.normalize and/or string formatting
operations don't result in exceptions.

Thanks to toofishes for the error report.
2012-11-03 13:06:57 -07:00
..
__init__.py
erroneous_urls.py Fixed #6170 -- Ensured that a useful exception is raised when a regex is invalid in the URLConf. 2012-07-21 13:30:34 -07:00
erroneous_views_module.py
extra_urls.py
included_named_urls.py
included_named_urls2.py
included_namespace_urls.py
included_urls.py
included_urls2.py
middleware.py
models.py
named_urls.py
namespace_urls.py Fixed #15695 -- Added `ResolverMatch` to the request object. 2012-09-27 15:06:58 +02:00
no_urls.py
reverse_lazy_urls.py
tests.py Fixed #18210 -- Escaped special characters in reverse prefixes. 2012-11-03 13:06:57 -07:00
urlconf_inner.py Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syntax, as per official deprecation timeline. Thanks Ramiro Morales and Jannis Leidel for the review. 2012-04-24 19:55:52 +00:00
urlconf_outer.py
urls.py
urls_error_handlers.py
urls_error_handlers_callables.py
urls_without_full_import.py
views.py Fixed #15695 -- Added `ResolverMatch` to the request object. 2012-09-27 15:06:58 +02:00
views_broken.py Don't swallow AttributeError in core.urlresolvers.get_callable. 2012-08-14 21:23:25 +02:00