mirror of
https://github.com/django/django.git
synced 2025-04-15 12:54:38 +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.