mirror of
https://github.com/django/django.git
synced 2025-01-30 20:19:22 +00:00
14940fdd96
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.