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
Age
Commit message (
Expand
)
Author
2026-02-13
Fixed #36857 -- Added QuerySet.totally_ordered property.
VIZZARD-X
2026-02-03
Refs CVE-2026-1312 -- Raised ValueError when FilteredRelation aliases contain...
Jacob Walls
2026-02-03
Fixed CVE-2026-1312 -- Protected order_by() from SQL injection via aliases wi...
Jacob Walls
2025-06-05
Fixed #36407 -- Ensured default value is cast in Case expressions used in ORD...
ontowhee
2023-02-27
Fixed #34372 -- Fixed queryset crash on order by aggregation using OrderBy.
Simon Charette
2023-02-20
Fixed #34346 -- Ordered selected expressions by position.
Simon Charette
2023-02-18
Refs #33308 -- Added tests for queryset ordered by annotation with nulls_firs...
Simon Charette
2022-10-18
Fixed #34105 -- Fixed crash of ordering by nested selected expression.
Simon Charette
2022-10-08
Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...
Gregor Gärtner
2022-10-04
Fixed #34012 -- Made QuerySet.order_by() apply transforms on related fields f...
David Sanders
2022-05-12
Fixed #29538 -- Fixed crash of ordering by related fields when Meta.ordering ...
Ed Rivas
2022-02-22
Removed redundant QuerySet.all() calls in docs and tests.
Nick Pope
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2021-03-16
Fixed #32546 -- Avoided Meta.ordering columns in GROUP BY clauses.
Yuri Konotopov
2020-11-03
Removed serial pk assumption in ordering tests.
Tim Graham
2020-07-15
Fixed #30446 -- Resolved Value.output_field for stdlib types.
Simon Charette
2020-06-10
Fixed #31657 -- Fixed ordering by attnames of self-referential ForeignKeys.
Hasan Ramezani
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-09-10
Refs #14357 -- Made Meta.ordering not affect GROUP BY queries.
Mariusz Felisiak
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-31
Fixed #26192 -- Fixed crash of ordering by constants on PostgreSQL.
Mariusz Felisiak
2019-05-31
Refs #26192 -- Added tests for ordering by constant value.
Mariusz Felisiak
2019-05-23
Fixed #30501 -- Preventing QuerySet.reverse() from mutating expressions in Qu...
Mariusz Felisiak
2019-05-18
Fixed #30463 -- Fixed crash of deprecation message when Meta.ordering contain...
ruchit2801
2018-09-13
Refs #14357 -- Deprecated Meta.ordering affecting GROUP BY queries.
Ramiro Morales
2017-11-27
Fixed #28848 -- Fixed SQLite/MySQL crash when ordering by a filtered subquery...
Raphael Michel
2017-10-21
Fixed #28722 -- Made QuerySet.reverse() affect nulls_first/nulls_last.
Tomer Chachamu
2017-09-05
Fixed #28335 -- Allowed query expressions in Meta.ordering.
Dima Kudosh
2017-05-31
Fixed #22550 -- Prohibited QuerySet.last()/reverse() after slicing.
Matthias Erll
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-12-08
Fixed #13312 -- Allowed specifying the order of null fields in queries.
Yohann Gabory
2016-11-15
Used setUpTestData() in ordering tests.
Mariusz Felisiak
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-09-13
Fixed #27203 -- Replaced assertQuerysetEqual(..., lambda o: o) with assertSeq...
Mads Jensen
2016-09-09
Refs #25415 -- Fixed invalid models in the test suite.
Adam Chainz
2016-03-09
Correct a grammatical error: "it's related model"
Noenglish Professorbut
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
2015-01-28
Refs #24060 -- Added a test demonstrating reverse order isn't mutable
Josh Smeaton
2015-01-19
Fixed #24174 -- Fixed extra order by descending
Josh Smeaton
2015-01-13
Fixed #24060 -- Added OrderBy Expressions
Josh Smeaton
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-10-19
Removed unused local variables in tests.
Tim Graham
[next]