1
0
mirror of https://github.com/django/django.git synced 2025-01-22 08:10:28 +00: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
..