diff options
| author | Tim Graham <timograham@gmail.com> | 2026-02-09 20:57:37 -0500 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2026-03-21 15:14:48 +0100 |
| commit | f2169ef3688422d394d36007e320bac839117f0b (patch) | |
| tree | ce59a090921616bbb78061411d21ac6cc1fc97c3 /tests/queries | |
| parent | d9adcfbd5e3ba5859cc0ce6e2e67f533efbc8f9b (diff) | |
Refs #36883 -- Split monolithic aggregation/lookup/queries tests.
Diffstat (limited to 'tests/queries')
| -rw-r--r-- | tests/queries/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/queries/tests.py b/tests/queries/tests.py index d58eccaa12..f2136df243 100644 --- a/tests/queries/tests.py +++ b/tests/queries/tests.py @@ -1860,6 +1860,7 @@ class Queries5Tests(TestCase): [self.rank1, self.rank2, self.rank3], ) + def test_ordering_with_extra(self): # Ordering of extra() pieces is possible, too and you can mix extra # fields and model fields in the ordering. self.assertSequenceEqual( |
