1
0
mirror of https://github.com/django/django.git synced 2024-11-18 07:26:04 +00:00
django/tests/decorators
dpwrussell 14940fdd96 Fixed #21513 -- Added method_decorator support for argumented decorator
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.
2014-01-10 10:45:26 +00:00
..
__init__.py
models.py Whitespace cleanup. 2013-10-10 16:49:20 -04:00
tests.py Fixed #21513 -- Added method_decorator support for argumented decorator 2014-01-10 10:45:26 +00:00