<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/db/models/query.py, branch 5.1.8</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=5.1.8</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=5.1.8'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2024-02-26T04:38:31Z</updated>
<entry>
<title>Fixed #35241 -- Cached model's full parent list.</title>
<updated>2024-02-26T04:38:31Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2024-02-23T22:50:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=73d5eb808435bcf27ebc935847196ac9e97b6ddc'/>
<id>urn:sha1:73d5eb808435bcf27ebc935847196ac9e97b6ddc</id>
<content type='text'>
co-authored-by: Keryn Knight &lt;keryn@kerynknight.com&gt;
co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;
co-authored-by: David Smith &lt;smithdc@gmail.com&gt;
co-authored-by: Paolo Melchiorre &lt;paolo@melchiorre.org&gt;
</content>
</entry>
<entry>
<title>Fixed #35236 -- Used Field.attname/column attributes instead of get_attname()/get_attname_column().</title>
<updated>2024-02-20T10:34:00Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2024-02-19T22:32:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=31314980be428c0ab8a6cf40cce0a0c17ead8ec6'/>
<id>urn:sha1:31314980be428c0ab8a6cf40cce0a0c17ead8ec6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Applied Black's 2024 stable style.</title>
<updated>2024-01-26T11:45:07Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2024-01-26T11:45:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=305757aec19c9d5111e4d76095ae0acd66163e4b'/>
<id>urn:sha1:305757aec19c9d5111e4d76095ae0acd66163e4b</id>
<content type='text'>
https://github.com/psf/black/releases/tag/24.1.0</content>
</entry>
<entry>
<title>Improved variable names in QuerySet.delete().</title>
<updated>2024-01-02T04:30:16Z</updated>
<author>
<name>Michael</name>
<email>6431441+expert-m@users.noreply.github.com</email>
</author>
<published>2024-01-02T04:30:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e29d1870dd2b44f1b12c4ddf29b3fd24a903f7fd'/>
<id>urn:sha1:e29d1870dd2b44f1b12c4ddf29b3fd24a903f7fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #34889 -- Fixed get_prefetch_queryset() fallback in prefetch_one_level().</title>
<updated>2023-10-06T18:18:41Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2023-10-06T18:18:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=296b75a3c0309a936a6c07d8f711f722e3b96e63'/>
<id>urn:sha1:296b75a3c0309a936a6c07d8f711f722e3b96e63</id>
<content type='text'>
Thanks Matt Westcott for the report.

Regression in cac94dd8aa2fb49cd2e06b5b37cf039257284bb0.</content>
</entry>
<entry>
<title>Fixed #33651 -- Added support for prefetching GenericForeignKey.</title>
<updated>2023-09-18T11:23:21Z</updated>
<author>
<name>Clément Escolano</name>
<email>clement.escolano@icloud.com</email>
</author>
<published>2023-08-01T21:31:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=cac94dd8aa2fb49cd2e06b5b37cf039257284bb0'/>
<id>urn:sha1:cac94dd8aa2fb49cd2e06b5b37cf039257284bb0</id>
<content type='text'>
Co-authored-by: revanthgss &lt;revanthgss@almabase.com&gt;
Co-authored-by: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fixed #34791 -- Fixed incorrect Prefetch()'s cache for singly related objects.</title>
<updated>2023-09-07T10:56:08Z</updated>
<author>
<name>Maxime Toussaint</name>
<email>maxime.toussaint@tlmgo.com</email>
</author>
<published>2023-08-31T12:11:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=254df3a3bbc2f4df51f9e2070ab2e214553f67d0'/>
<id>urn:sha1:254df3a3bbc2f4df51f9e2070ab2e214553f67d0</id>
<content type='text'>
Changed the cache name used for singly related objects to be the
to_attr parameter passed to a Prefetch object. This fixes issues with
checking if values have already been fetched in cases where the Field
already has some prefetched value, but not for the same model attr.
</content>
</entry>
<entry>
<title>Fixed #31300 -- Added GeneratedField model field.</title>
<updated>2023-09-07T04:19:08Z</updated>
<author>
<name>Jeremy Nauta</name>
<email>jeremypnauta@gmail.com</email>
</author>
<published>2023-07-07T02:36:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f333e3513e8bdf5ffeb6eeb63021c230082e6f95'/>
<id>urn:sha1:f333e3513e8bdf5ffeb6eeb63021c230082e6f95</id>
<content type='text'>
Thanks Adam Johnson and Paolo Melchiorre for reviews.

Co-Authored-By: Lily Foote &lt;code@lilyf.org&gt;
Co-Authored-By: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</content>
</entry>
<entry>
<title>Simplified QuerySet.update_or_create() a bit.</title>
<updated>2023-08-25T04:39:35Z</updated>
<author>
<name>Muzaffer Cikay</name>
<email>muzaffercky@gmail.com</email>
</author>
<published>2023-08-25T04:39:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1081d24f9981bf621968d0cf1f2726f4a826c589'/>
<id>urn:sha1:1081d24f9981bf621968d0cf1f2726f4a826c589</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #34586 -- Made QuerySet.create() raise ValueError for reverse one-to-many relations.</title>
<updated>2023-08-09T04:59:40Z</updated>
<author>
<name>Mariana</name>
<email>mmariana.pereira.20@gmail.com</email>
</author>
<published>2023-07-26T22:58:58Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e02fc588893485e5f5e509cdb67c63d8e1a45b31'/>
<id>urn:sha1:e02fc588893485e5f5e509cdb67c63d8e1a45b31</id>
<content type='text'>
</content>
</entry>
</feed>
