mirror of
https://github.com/django/django.git
synced 2025-10-04 04:19:11 +00:00
Copied attributes into the decorated method and special case __name__ copy as this will not be present on a Class object. Added regression test to decorator suite.