<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/tests/ordering/models.py, branch devmain</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=devmain</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=devmain'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2026-02-13T21:58:36Z</updated>
<entry>
<title>Fixed #36857 -- Added QuerySet.totally_ordered property.</title>
<updated>2026-02-13T21:58:36Z</updated>
<author>
<name>VIZZARD-X</name>
<email>vigneshanandmay13@gmail.com</email>
</author>
<published>2026-01-09T20:56:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=08b4dfc5734f5d2fce685eabcd65385a6656db2f'/>
<id>urn:sha1:08b4dfc5734f5d2fce685eabcd65385a6656db2f</id>
<content type='text'>
Thanks Simon Charette for the idea.
</content>
</entry>
<entry>
<title>Fixed #29538 -- Fixed crash of ordering by related fields when Meta.ordering contains expressions.</title>
<updated>2022-05-12T05:19:16Z</updated>
<author>
<name>Ed Rivas</name>
<email>ed@jerivas.com</email>
</author>
<published>2022-05-05T00:10:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=2798c937deb6625a4e6a36e70d4d60ce5faac954'/>
<id>urn:sha1:2798c937deb6625a4e6a36e70d4d60ce5faac954</id>
<content type='text'>
Thanks Simon Charette for the review.
</content>
</entry>
<entry>
<title>Refs #33476 -- Reformatted code with Black.</title>
<updated>2022-02-07T19:37:05Z</updated>
<author>
<name>django-bot</name>
<email>ops@djangoproject.com</email>
</author>
<published>2022-02-03T19:24:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=9c19aff7c7561e3a82978a272ecdaad40dda5c00'/>
<id>urn:sha1:9c19aff7c7561e3a82978a272ecdaad40dda5c00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #31657 -- Added test for ordering by self-referential ForeignKeys.</title>
<updated>2020-06-10T09:11:20Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2020-06-10T09:10:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=c1f7de8acc187a3899f7f3cda47edbc2f4142d7d'/>
<id>urn:sha1:c1f7de8acc187a3899f7f3cda47edbc2f4142d7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed unused __str__() methods in tests models.</title>
<updated>2020-04-30T07:13:23Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2020-04-30T07:13:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=555e3a848e7ac13580371c7eafbc89195fee6ea9'/>
<id>urn:sha1:555e3a848e7ac13580371c7eafbc89195fee6ea9</id>
<content type='text'>
Follow up to 6461583b6cc257d25880ef9a9fd7e2125ac53ce1.</content>
</entry>
<entry>
<title>Simplified imports from django.db and django.contrib.gis.db.</title>
<updated>2020-02-04T12:20:06Z</updated>
<author>
<name>Nick Pope</name>
<email>nick.pope@flightdataservices.com</email>
</author>
<published>2019-08-20T07:54:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=335c9c94acf263901fb023404408880245b0c4b4'/>
<id>urn:sha1:335c9c94acf263901fb023404408880245b0c4b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #30557 -- Fixed crash of ordering by ptr fields when Meta.ordering contains F() expressions.</title>
<updated>2019-07-11T11:40:36Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2019-07-11T11:40:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=7a42cfcfdc94c1e7cd653f3140b9eb30492bae4f'/>
<id>urn:sha1:7a42cfcfdc94c1e7cd653f3140b9eb30492bae4f</id>
<content type='text'>
Thanks Can Sarıgöl for the report.

Follow up to 8c5f9906c56ac72fc4f13218dd90bdf9bc8a248b.</content>
</entry>
<entry>
<title>Fixed #30557 -- Fixed crash of ordering by ptr fields when Meta.ordering contains expressions.</title>
<updated>2019-07-11T09:24:59Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2019-07-10T18:02:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=8c5f9906c56ac72fc4f13218dd90bdf9bc8a248b'/>
<id>urn:sha1:8c5f9906c56ac72fc4f13218dd90bdf9bc8a248b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #30463 -- Fixed crash of deprecation message when Meta.ordering contains expressions.</title>
<updated>2019-05-18T17:29:00Z</updated>
<author>
<name>ruchit2801</name>
<email>vithaniruchit@gmail.com</email>
</author>
<published>2019-05-17T07:30:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=04042b2b440f0bf50eb908d52cfe76af430e1738'/>
<id>urn:sha1:04042b2b440f0bf50eb908d52cfe76af430e1738</id>
<content type='text'>
Regression in 1b1f64ee5a78cc217fead52cbae23114502cf564.
</content>
</entry>
<entry>
<title>Fixed #28335 -- Allowed query expressions in Meta.ordering.</title>
<updated>2017-09-05T23:10:20Z</updated>
<author>
<name>Dima Kudosh</name>
<email>LagMegantic@yandex.ru</email>
</author>
<published>2017-06-25T18:17:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=093fd479d6be1790c6dc174f9df3a895b50e8a2f'/>
<id>urn:sha1:093fd479d6be1790c6dc174f9df3a895b50e8a2f</id>
<content type='text'>
</content>
</entry>
</feed>
