mirror of
https://github.com/django/django.git
synced 2025-03-23 15:50:45 +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.