mirror of
https://github.com/django/django.git
synced 2024-12-22 17:16:24 +00:00
7c08f26bf0
View.as_view() should not use update_wrapper() for copying attributes it's unintended and have side-effects such as adding `self` to the signature. This also fixes system check for arguments of custom error handler views with class-based views. Co-authored-by: Nick Pope <nick.pope@flightdataservices.com> |
||
---|---|---|
.. | ||
path_compatibility | ||
__init__.py | ||
bad_class_based_error_handlers.py | ||
bad_error_handlers_invalid_path.py | ||
bad_function_based_error_handlers.py | ||
beginning_with_slash.py | ||
contains_tuple.py | ||
good_class_based_error_handlers.py | ||
good_function_based_error_handlers.py | ||
include_contains_tuple.py | ||
include_with_dollar.py | ||
name_with_colon.py | ||
no_warnings_i18n.py | ||
no_warnings.py | ||
non_unique_namespaces.py | ||
unique_namespaces.py | ||
warning_in_include.py |