index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ordering
/
models.py
Age
Commit message (
Expand
)
Author
2020-06-10
Refs #31657 -- Added test for ordering by self-referential ForeignKeys.
Hasan Ramezani
2020-04-30
Removed unused __str__() methods in tests models.
Mariusz Felisiak
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2019-07-11
Refs #30557 -- Fixed crash of ordering by ptr fields when Meta.ordering conta...
Mariusz Felisiak
2019-07-11
Fixed #30557 -- Fixed crash of ordering by ptr fields when Meta.ordering cont...
Hasan Ramezani
2019-05-18
Fixed #30463 -- Fixed crash of deprecation message when Meta.ordering contain...
ruchit2801
2017-09-05
Fixed #28335 -- Allowed query expressions in Meta.ordering.
Dima Kudosh
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2016-12-08
Fixed #13312 -- Allowed specifying the order of null fields in queries.
Yohann Gabory
2016-09-09
Refs #25415 -- Fixed invalid models in the test suite.
Adam Chainz
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-04-20
Fixed #24654 -- Based ordering circular references detection on columns.
Simon Charette
2014-09-24
Removed numbering from the models.py header of some test packages.
Loic Bistuer
2014-04-30
Fixed #19195 -- Allow explicit ordering by a relation `_id` field.
Simon Charette
2013-11-02
Fixing E302 Errors
Jason Myers
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner