mirror of
https://github.com/django/django.git
synced 2025-10-09 23:09:12 +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.