1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/tests/check_framework/urls
Daniyal 7c08f26bf0 Fixed #32260 -- Made View.as_view() do not use update_wrapper().
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>
2021-03-30 07:58:09 +02:00
..
path_compatibility
__init__.py
bad_class_based_error_handlers.py Fixed #32260 -- Made View.as_view() do not use update_wrapper(). 2021-03-30 07:58:09 +02:00
bad_error_handlers_invalid_path.py
bad_function_based_error_handlers.py Fixed #32260 -- Made View.as_view() do not use update_wrapper(). 2021-03-30 07:58:09 +02:00
beginning_with_slash.py
contains_tuple.py
good_class_based_error_handlers.py Fixed #32260 -- Made View.as_view() do not use update_wrapper(). 2021-03-30 07:58:09 +02:00
good_function_based_error_handlers.py Fixed #32260 -- Made View.as_view() do not use update_wrapper(). 2021-03-30 07:58:09 +02:00
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