Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/aggregation/models.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-2/+2
| | | | on_delete for ForeignKey/OneToOneField
* Fixed #24649 -- Allowed using Avg aggregate on ↵Tim Graham2015-04-251-0/+1
| | | | non-numeric field types.
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-151-1/+1
|
* PEP8 cleanupJason Myers2013-11-031-0/+3
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Whitespace cleanup.Tim Graham2013-10-101-1/+0
| | | | | | | * Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+47