django/tests/generic_views
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
..
jinja2/generic_views
templates
__init__.py
forms.py
models.py
test_base.py
test_dates.py
test_detail.py
test_edit.py
test_list.py
urls.py
views.py