mirror of
https://github.com/django/django.git
synced 2025-01-18 14:24:39 +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>