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