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 Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
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