Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/ordering/models.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-3/+3
| | | | on_delete for ForeignKey/OneToOneField
* Fixed #24654 -- Based ordering circular references ↵Simon Charette2015-04-201-0/+14
| | | | | | detection on columns. Thanks to Elmar Bucher for the report and Tim for the review.
* Removed numbering from the models.py header of some test ↵Loic Bistuer2014-09-241-1/+1
| | | | | | packages. This is a reliqua from the early days of the modeltests/regressiontests era.
* Fixed #19195 -- Allow explicit ordering by a relation ↵Simon Charette2014-04-301-11/+5
| | | | | | | `_id` field. Thanks to chrisedgemon for the report and shaib, akaariai and timgraham for the review.
* Fixing E302 ErrorsJason Myers2013-11-031-0/+1
| | | | Signed-off-by: Jason Myers <jason@jasonamyers.com>
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+2
|
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+38