summaryrefslogtreecommitdiff
path: root/tests/ordering/models.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #29538 -- Fixed crash of ordering by related fields when Meta.ordering ...Ed Rivas2022-05-121-0/+18
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-10/+12
* Refs #31657 -- Added test for ordering by self-referential ForeignKeys.Hasan Ramezani2020-06-101-0/+1
* Removed unused __str__() methods in tests models.Mariusz Felisiak2020-04-301-3/+0
* Simplified imports from django.db and django.contrib.gis.db.Nick Pope2020-02-041-2/+1
* Refs #30557 -- Fixed crash of ordering by ptr fields when Meta.ordering conta...Mariusz Felisiak2019-07-111-1/+1
* Fixed #30557 -- Fixed crash of ordering by ptr fields when Meta.ordering cont...Hasan Ramezani2019-07-111-0/+4
* Fixed #30463 -- Fixed crash of deprecation message when Meta.ordering contain...ruchit28012019-05-181-1/+7
* Fixed #28335 -- Allowed query expressions in Meta.ordering.Dima Kudosh2017-09-051-0/+6
* Refs #23919 -- Removed python_2_unicode_compatible decorator usageClaude Paroz2017-01-181-2/+0
* Fixed #13312 -- Allowed specifying the order of null fields in queries.Yohann Gabory2016-12-081-0/+2
* Refs #25415 -- Fixed invalid models in the test suite.Adam Chainz2016-09-091-1/+1
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-3/+3
* Fixed #24654 -- Based ordering circular references detection on columns.Simon Charette2015-04-201-0/+14
* Removed numbering from the models.py header of some test packages.Loic Bistuer2014-09-241-1/+1
* Fixed #19195 -- Allow explicit ordering by a relation `_id` field.Simon Charette2014-04-301-11/+5
* Fixing E302 ErrorsJason Myers2013-11-021-0/+1
* 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