0
0
mirror of https://github.com/django/django.git synced 2024-11-29 14:46:18 +01:00
django/tests/urlpatterns_reverse
Nick Pope 41850eec99 Fixed #32572 -- Improved ResolverMatch.__repr__().
When a partial function was passed as the view, the __repr__() would
show the `func` argument as `functools.partial` which isn't very
helpful, especially as it doesn't reveal the underlying function or
arguments provided.
2021-03-29 11:28:56 +02:00
..
translations
__init__.py
erroneous_urls.py
extra_urls.py
included_app_urls.py
included_named_urls2.py
included_named_urls.py
included_namespace_urls.py
included_no_kwargs_urls.py
included_urls2.py
included_urls.py
method_view_urls.py
middleware.py
named_urls_conflict.py
named_urls.py
namespace_urls.py
nested_urls.py
no_urls.py
nonimported_module.py
reverse_lazy_urls.py
test_localeregexdescriptor.py
tests.py
urlconf_inner.py
urlconf_outer.py
urls_error_handlers_callables.py
urls_error_handlers.py
urls_without_handlers.py
urls.py
utils.py
views_broken.py
views.py