1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/tests/urlpatterns_reverse
Grégory Starck 9f9921e89c Fixed #26039 -- Unwrapped nested partials in URL reversal.
Prior to Python 3.5 nested partials need to be fully "unfolded"
to get the actual function.
2016-01-06 15:22:37 -05:00
..
__init__.py
erroneous_urls.py
extra_urls.py
included_app_urls.py
included_named_urls2.py
included_named_urls.py
included_namespace_urls.py Moved URLObject in tests to separate utils module. 2015-12-22 22:32:42 +01:00
included_no_kwargs_urls.py
included_urls2.py
included_urls.py
middleware.py Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 2015-12-31 14:21:29 -05:00
named_urls.py
namespace_urls.py Moved URLObject in tests to separate utils module. 2015-12-22 22:32:42 +01:00
no_urls.py
nonimported_module.py
reverse_lazy_urls.py
tests.py Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 2015-12-31 14:21:29 -05:00
urlconf_inner.py
urlconf_outer.py
urls_error_handlers_callables.py
urls_error_handlers.py
urls_without_full_import.py
urls.py Fixed #26039 -- Unwrapped nested partials in URL reversal. 2016-01-06 15:22:37 -05:00
utils.py Moved URLObject in tests to separate utils module. 2015-12-22 22:32:42 +01:00
views_broken.py Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 2015-12-31 14:21:29 -05:00
views.py Fixed #26039 -- Unwrapped nested partials in URL reversal. 2016-01-06 15:22:37 -05:00