<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/AUTHORS, branch 5.2.13</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=5.2.13</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=5.2.13'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2025-10-27T18:43:40Z</updated>
<entry>
<title>[5.2.x] Fixed #36681 -- Removed English pluralization bias from example in docs/topics/i18n/translation.txt.</title>
<updated>2025-10-27T18:43:40Z</updated>
<author>
<name>Kasyap Pentamaraju</name>
<email>vpentamaraju@webmd.net</email>
</author>
<published>2025-10-23T04:47:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=368f955c371cab5db18e9e239d10560cf15f5ea4'/>
<id>urn:sha1:368f955c371cab5db18e9e239d10560cf15f5ea4</id>
<content type='text'>
Backport of 0ea01101c3a35568bc43e9707ac058b9874bd425 from main.
</content>
</entry>
<entry>
<title>[5.2.x] Fixed #35095 -- Clarified Swiss number formatting in docs/topics/i18n/formatting.txt.</title>
<updated>2025-10-23T14:14:20Z</updated>
<author>
<name>Annabelle Wiegart</name>
<email>44520920+annalauraw@users.noreply.github.com</email>
</author>
<published>2025-10-23T14:11:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=71267c97db211f1d7f1b8b794ceb2167a7619a4d'/>
<id>urn:sha1:71267c97db211f1d7f1b8b794ceb2167a7619a4d</id>
<content type='text'>
Co-authored-by: Ahmed Nassar &lt;a.moh.nassar00@gmail.com&gt;

Backport of 74239181252ca73bebb84789856f5d8937d421b4 from main.
</content>
</entry>
<entry>
<title>[5.2.x] Fixed #36587 -- Clarified usage of `list.insert()` for upload handlers.</title>
<updated>2025-09-29T12:51:44Z</updated>
<author>
<name>okaybro</name>
<email>66475772+Chaitanya-Keyal@users.noreply.github.com</email>
</author>
<published>2025-09-01T23:09:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=81625a141e1feaaea877fc18876fdd7b6394442c'/>
<id>urn:sha1:81625a141e1feaaea877fc18876fdd7b6394442c</id>
<content type='text'>
Thanks Baptiste Mispelon for the report

Co-authored-by: Natalia &lt;124304+nessita@users.noreply.github.com&gt;

Backport of afe6634146d0fe70498976c49d2eb4d745aa9064 from main.
</content>
</entry>
<entry>
<title>[5.2.x] Fixed #36423 -- Prevented filter_horizontal buttons from intercepting form submission.</title>
<updated>2025-06-03T01:26:36Z</updated>
<author>
<name>Blayze</name>
<email>blayze@carstickers.com</email>
</author>
<published>2025-05-28T18:22:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=37e5cc6d89b4653f05a1a00af2eb2187c907c935'/>
<id>urn:sha1:37e5cc6d89b4653f05a1a00af2eb2187c907c935</id>
<content type='text'>
In the admin's filter_horizontal widget, optional action buttons like
"Choose all", "Remove all", etc. were changed from `&lt;a&gt;` to `&lt;button&gt;`
elements in #34619, but without specifying `type="button"`. As a result,
when pressing Enter while focused on a form input, these buttons could
be triggered and intercept form submission.

Explicitly set `type="button"` on these control buttons to prevent them
from acting as submit buttons.

Thanks Antoliny Lee for the quick triage and review.

Regression in 857b1048d53ebf5fc5581c110e85c212b81ca83a.

Backport of 90429625a85f1f77dfea200c91bd2dabab57974f from main.
</content>
</entry>
<entry>
<title>[5.2.x] Fixed #36388 -- Made QuerySet.union() return self when called with no arguments.</title>
<updated>2025-05-19T08:36:08Z</updated>
<author>
<name>Colleen Dunlap</name>
<email>colleendunlap@Colleens-Air.lan</email>
</author>
<published>2025-05-15T19:41:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=787f3130f751283140fe2be8188eb5299552232d'/>
<id>urn:sha1:787f3130f751283140fe2be8188eb5299552232d</id>
<content type='text'>
Regression in 9cb8baa0c4fa2c10789c5c8b65f4465932d4d172.
Thank you to Antoine Humeau for the report and Simon Charette for the review.

Backport of 802baf5da5b8d8b44990a8214a43b951e7ab8b39 from main.
</content>
</entry>
<entry>
<title>[5.2.x] Fixed #36066 -- Documented that Q objects can be used directly in annotations.</title>
<updated>2025-03-10T11:55:50Z</updated>
<author>
<name>samruddhiDharankar</name>
<email>samruddhee.dharankar@gmail.com</email>
</author>
<published>2025-03-01T22:53:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=930d9c2fd9755ac5a5fd6c826a3606590e0c48d5'/>
<id>urn:sha1:930d9c2fd9755ac5a5fd6c826a3606590e0c48d5</id>
<content type='text'>
Backport of 9120a19c4ecb643111b073dd1069e6b410a03c23 from main.
</content>
</entry>
<entry>
<title>[5.2.x] Fixed #36191 -- Truncated the overwritten file content in FileSystemStorage.</title>
<updated>2025-02-17T13:03:36Z</updated>
<author>
<name>Gaël Utard</name>
<email>gael.utard@eedf.fr</email>
</author>
<published>2025-02-15T14:55:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ae391ca368b80e6a3888af859437a5499c451e0c'/>
<id>urn:sha1:ae391ca368b80e6a3888af859437a5499c451e0c</id>
<content type='text'>
Backport of 0d1dd6bba0c18b7feb6caa5cbd8df80fbac54afd from main.
</content>
</entry>
<entry>
<title>[5.2.x] Fixed #36061 -- Added migration support for ManyToManyField.through_fields.</title>
<updated>2025-02-06T14:27:26Z</updated>
<author>
<name>brian</name>
<email>bdnettleton@gmail.com</email>
</author>
<published>2025-01-07T01:50:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b96e4c04b666b1044555d7a32f64e83cbad57b03'/>
<id>urn:sha1:b96e4c04b666b1044555d7a32f64e83cbad57b03</id>
<content type='text'>
Added through_fields support to ManyToManyField.deconstruct.
Thanks to Simon Charette for pointers and the review.

Backport of b13b8684a04d0bc1081104c5973c62c27dc673b0 from main.
</content>
</entry>
<entry>
<title>[5.2.x] Fixed #36155 -- Improved error handling when annotate arguments require an alias.</title>
<updated>2025-01-30T11:18:08Z</updated>
<author>
<name>Vinko Mlačić</name>
<email>vinkomlacic@outlook.com</email>
</author>
<published>2025-01-28T21:57:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d567e3a52e8b3ef0f830e07b602ae1382657eb07'/>
<id>urn:sha1:d567e3a52e8b3ef0f830e07b602ae1382657eb07</id>
<content type='text'>
Regression in ed0cbc8d8b314e3b4a0305d0be3cf366d8ee4a74.

Backport of c6ace896a2da73356f7c9a655bbe32a0e3ce0435 from main.
</content>
</entry>
<entry>
<title>[5.2.x] Fixed #36109 -- Fixed RecursionError when stacking FilteredRelation joins.</title>
<updated>2025-01-27T09:34:16Z</updated>
<author>
<name>Peter DeVita</name>
<email>mewtwo2643@yahoo.com</email>
</author>
<published>2025-01-17T18:22:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=720ef7a867eab1491f5789fe39b3431a498b2b89'/>
<id>urn:sha1:720ef7a867eab1491f5789fe39b3431a498b2b89</id>
<content type='text'>
Backport of 8eca4077f60fa0705ecfd9437c9ceaeef7a3808b from main.
</content>
</entry>
</feed>
