<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/docs/releases/5.0.3.txt, 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>2024-03-04T07:22:00Z</updated>
<entry>
<title>Refs CVE-2024-27351 -- Forwardported release notes and tests.</title>
<updated>2024-03-04T07:22:00Z</updated>
<author>
<name>Shai Berger</name>
<email>shai@platonix.com</email>
</author>
<published>2024-02-19T12:56:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f6ad8c7676f85dfde5a279b6b1469251421289e2'/>
<id>urn:sha1:f6ad8c7676f85dfde5a279b6b1469251421289e2</id>
<content type='text'>
Co-Authored-By: Mariusz Felisiak &lt;felisiak.mariusz@gmail.com&gt;
</content>
</entry>
<entry>
<title>Fixed #35198 -- Fixed facet filters crash on querysets with no primary key.</title>
<updated>2024-02-29T09:01:18Z</updated>
<author>
<name>Shafiya Adzhani</name>
<email>adz.arsym@gmail.com</email>
</author>
<published>2024-02-19T16:12:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a738281265bba5d00711ab62d4d37923764a27eb'/>
<id>urn:sha1:a738281265bba5d00711ab62d4d37923764a27eb</id>
<content type='text'>
Thanks Simon Alef for the report.

Regression in 868e2fcddae6720d5713924a785339d1665f1bb9.
</content>
</entry>
<entry>
<title>Added release date for 5.0.3, 4.2.11, and 3.2.25.</title>
<updated>2024-02-26T07:21:36Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2024-02-26T07:21:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=977d25416954a72ad100b01762078bf1ceb89a63'/>
<id>urn:sha1:977d25416954a72ad100b01762078bf1ceb89a63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #35238 -- Fixed database serialization crash when base managers use prefetch_related().</title>
<updated>2024-02-20T21:14:17Z</updated>
<author>
<name>AlexCLeduc</name>
<email>ledualex@gmail.com</email>
</author>
<published>2024-02-19T22:36:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a084c5d35a6d00abd261338a374a4424764b4aee'/>
<id>urn:sha1:a084c5d35a6d00abd261338a374a4424764b4aee</id>
<content type='text'>
Regression in 139135627650ed6aaaf4c755b82c3bd43f2b8f51
following deprecation in eedbf930287cb72e9afab1f7208c24b1146b0c4ec.
</content>
</entry>
<entry>
<title>Fixed #35187 -- Fixed @sensitive_variables/sensitive_post_parameters decorators crash with .pyc-only builds.</title>
<updated>2024-02-17T07:15:59Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2024-02-17T07:15:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d1be05b3e9209fd0787841c71a95819d81061187'/>
<id>urn:sha1:d1be05b3e9209fd0787841c71a95819d81061187</id>
<content type='text'>
Thanks Jon Janzen for the implementation idea.

Thanks Marcus Hoffmann for the report.

Regression in 38e391e95fe5258bc6d2467332dc9cd44ce6ba52.</content>
</entry>
<entry>
<title>Fixed #35173 -- Fixed ModelAdmin.lookup_allowed() for lookups on foreign keys when not included in ModelAdmin.list_filter.</title>
<updated>2024-02-15T01:29:49Z</updated>
<author>
<name>Hisham Mahmood</name>
<email>45965466+Hisham-Pak@users.noreply.github.com</email>
</author>
<published>2024-02-15T01:29:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8db593de05c3516c939b7d4b9eb91e8791f4c79a'/>
<id>urn:sha1:8db593de05c3516c939b7d4b9eb91e8791f4c79a</id>
<content type='text'>
Regression in f80669d2f5a5f1db9e9b73ca893fefba34f955e7.

Thanks Sarah Boyce for the review.</content>
</entry>
<entry>
<title>Fixed #35174 -- Fixed Signal.asend()/asend_robust() crash when all receivers are asynchronous.</title>
<updated>2024-02-08T10:36:28Z</updated>
<author>
<name>Vašek Dohnal</name>
<email>vaclav.dohnal@gmail.com</email>
</author>
<published>2024-02-08T08:21:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1b5338d03ecc962af8ab4678426bc60b0672b8dd'/>
<id>urn:sha1:1b5338d03ecc962af8ab4678426bc60b0672b8dd</id>
<content type='text'>
Regression in e83a88566a71a2353cebc35992c110be0f8628af.
</content>
</entry>
<entry>
<title>Fixed #35172 -- Fixed intcomma for string floats.</title>
<updated>2024-02-08T09:58:54Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2024-02-08T09:58:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2f14c2cedc9c92373471c1f98a80c81ba299584a'/>
<id>urn:sha1:2f14c2cedc9c92373471c1f98a80c81ba299584a</id>
<content type='text'>
Thanks Warwick Brown for the report.

Regression in 55519d6cf8998fe4c8f5c8abffc2b10a7c3d14e9.</content>
</entry>
<entry>
<title>Added stub release notes for 5.0.3.</title>
<updated>2024-02-06T15:05:05Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2024-02-06T15:05:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f61bc0319748876763e98be1c2933a03d59b7c34'/>
<id>urn:sha1:f61bc0319748876763e98be1c2933a03d59b7c34</id>
<content type='text'>
</content>
</entry>
</feed>
