<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/composite_pk/tests.py, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.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/django.git/commit/?id=08b4dfc5734f5d2fce685eabcd65385a6656db2f'/>
<id>urn:sha1:08b4dfc5734f5d2fce685eabcd65385a6656db2f</id>
<content type='text'>
Thanks Simon Charette for the idea.
</content>
</entry>
<entry>
<title>Refs #36822 -- Hoisted bulk_batch_size() implementations to base backend.</title>
<updated>2026-01-16T14:15:53Z</updated>
<author>
<name>JaeHyuck Sa</name>
<email>wogur981208@gmail.com</email>
</author>
<published>2026-01-15T13:06:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b98075dc6205374746cf1ad6d3533b9a1d9cf22e'/>
<id>urn:sha1:b98075dc6205374746cf1ad6d3533b9a1d9cf22e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36605 -- Added support for QuerySet.in_bulk() after .values() or .values_list().</title>
<updated>2025-09-25T12:51:43Z</updated>
<author>
<name>John Parton</name>
<email>john.parton.iv@gmail.com</email>
</author>
<published>2024-08-19T04:12:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1820d35b17f0a95f4ce888971b9ca0c7a3697c83'/>
<id>urn:sha1:1820d35b17f0a95f4ce888971b9ca0c7a3697c83</id>
<content type='text'>
co-authored-by: Adam Johnson &lt;me@adamj.eu&gt;
co-authored-by: Simon Charette &lt;charette.s@gmail.com&gt;
</content>
</entry>
<entry>
<title>Refs #36430, #36416, #34378 -- Simplified batch size calculation in QuerySet.in_bulk().</title>
<updated>2025-08-21T14:47:41Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2025-06-04T01:53:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d3cf24e9b415b41f570c9f426b2cd113b5fdb4de'/>
<id>urn:sha1:d3cf24e9b415b41f570c9f426b2cd113b5fdb4de</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36416 -- Made QuerySet.in_bulk() account for composite pks in id_list.</title>
<updated>2025-06-03T15:45:15Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2025-05-24T18:03:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=26313bc21932d0d3af278ab387549d63b1f64575'/>
<id>urn:sha1:26313bc21932d0d3af278ab387549d63b1f64575</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36373 -- Fixed select_related() crash on foreign object for a composite pk.</title>
<updated>2025-05-12T11:33:07Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2025-05-08T18:02:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8be0c0d6901669661fca578f474cd51cd284d35a'/>
<id>urn:sha1:8be0c0d6901669661fca578f474cd51cd284d35a</id>
<content type='text'>
Thanks Jacob Walls for the report and Sarah for the in-depth review.
</content>
</entry>
<entry>
<title>Fixed #36326 -- Added CompositePrimaryKey support in QuerySet.raw().</title>
<updated>2025-04-17T15:23:06Z</updated>
<author>
<name>SaJH</name>
<email>wogur981208@gmail.com</email>
</author>
<published>2025-04-14T18:06:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1831f7733d3ef03d1ca7fac3e8d9f4c5e3e3375e'/>
<id>urn:sha1:1831f7733d3ef03d1ca7fac3e8d9f4c5e3e3375e</id>
<content type='text'>
Signed-off-by: SaJH &lt;wogur981208@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fixed #36149 -- Allowed subquery values against tuple exact and in lookups.</title>
<updated>2025-02-11T08:08:35Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2025-01-28T04:10:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=41239fe34d64e801212dccaa4585e4802d0fac68'/>
<id>urn:sha1:41239fe34d64e801212dccaa4585e4802d0fac68</id>
<content type='text'>
Non-tuple exact and in lookups have specialized logic for subqueries that can
be adapted to properly assign select mask if unspecified and ensure the number
of involved members are matching on both side of the operator.
</content>
</entry>
<entry>
<title>Refs #36075 -- Used field in pk_fields over field.primary_key.</title>
<updated>2025-01-13T11:04:59Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2025-01-09T12:37:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bf7b17d16d3978b2e1cee4a0f7ce8840bd1a8dc4'/>
<id>urn:sha1:bf7b17d16d3978b2e1cee4a0f7ce8840bd1a8dc4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36062 -- Handled serialization of CompositePrimaryKeys.</title>
<updated>2025-01-08T13:52:59Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2025-01-06T10:40:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6a1a9c0eade674780060cf8af5f5b3375156cdd5'/>
<id>urn:sha1:6a1a9c0eade674780060cf8af5f5b3375156cdd5</id>
<content type='text'>
</content>
</entry>
</feed>
