Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/decorators
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25611 -- Standardized descriptor signatures.Tim Graham2015-10-261-3/+3
* Fixed #25269 -- Allowed method_decorator() to accept a li...fabrizio ettore messina2015-09-191-8/+73
* Fixed #25146 -- Allowed method_decorator() to decorate cl...Rigel Di Scala2015-08-011-1/+50
* Fixed #13008 -- Added more Cache-Control headers to never...Markus Bertheau2015-04-281-0/+12
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-7/+15
* Removed django.utils.functional.memoize per deprecation t...Tim Graham2015-01-171-7/+1
* Fixed #23923 -- Promoted Django's deprecation warnings to...Tim Graham2014-11-291-1/+2
* Fixed #21247 -- Made method_decorator play nicely with de...Marc Tamlyn2014-02-091-1/+37
* Removed unused imports + other flake8 fixes.Tim Graham2014-02-091-1/+2
* Merge pull request #1997 from dpwrussell/method_decorator...Marc Tamlyn2014-02-091-1/+21
|\
| * Fixed #21513 -- Added method_decorator support for argume...dpwrussell2014-01-101-1/+21
* | Removed superfluous models.py files.Aymeric Augustin2013-12-171-1/+0
|/
* Fixed #21351 -- Replaced memoize with Python's lru_cache.Bouke Haarsma2013-11-111-1/+5
* PEP8Jason Myers2013-11-031-1/+2
* Fix all violators of E231Alex Gaynor2013-10-261-1/+1
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+1
* Fixed #21270 -- Fixed E701 pep8 warningsAlasdair Nicol2013-10-171-2/+5
* Whitespace cleanup.Tim Graham2013-10-101-1/+0
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
* Use assertIsInstance in tests.Marc Tamlyn2013-05-211-5/+5
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-263-0/+252