<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/AUTHORS, branch 6.0.2</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=6.0.2</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=6.0.2'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2025-10-27T18:42:45Z</updated>
<entry>
<title>[6.0.x] Fixed #36681 -- Removed English pluralization bias from example in docs/topics/i18n/translation.txt.</title>
<updated>2025-10-27T18:42:45Z</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=f13e6c90cfc1a35888df801c36bf0e5c080515a9'/>
<id>urn:sha1:f13e6c90cfc1a35888df801c36bf0e5c080515a9</id>
<content type='text'>
Backport of 0ea01101c3a35568bc43e9707ac058b9874bd425 from main.
</content>
</entry>
<entry>
<title>[6.0.x] Fixed #35095 -- Clarified Swiss number formatting in docs/topics/i18n/formatting.txt.</title>
<updated>2025-10-23T14:13:28Z</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=f647d864c2a39559be6e687e0f41b6762c9aebc8'/>
<id>urn:sha1:f647d864c2a39559be6e687e0f41b6762c9aebc8</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>[6.0.x] Fixed #36587 -- Clarified usage of `list.insert()` for upload handlers.</title>
<updated>2025-09-29T12:50:16Z</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=015150999d01ccf573b199f9d6c46729250c0dc4'/>
<id>urn:sha1:015150999d01ccf573b199f9d6c46729250c0dc4</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>Fixed #36589 -- Made assertTemplateUsed/NotUsed track full path for PartialTemplate.</title>
<updated>2025-09-15T20:45:13Z</updated>
<author>
<name>Caitie Baca</name>
<email>caitie.baca@powereng.com</email>
</author>
<published>2025-09-11T20:06:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0e0b4214c350da9b627a67987b13ec334e1de033'/>
<id>urn:sha1:0e0b4214c350da9b627a67987b13ec334e1de033</id>
<content type='text'>
Previously, assertTemplateUsed only matched partial names, ignoring
the template origin. This caused assertions on partials specified by
origin ("template.html#partial") to fail. Refs #36410.
</content>
</entry>
<entry>
<title>Refs #34989 -- Ensured the Content-Length header is set when redirect with APPEND_SLASH.</title>
<updated>2025-09-03T20:49:34Z</updated>
<author>
<name>Ronan LE HAY</name>
<email>ronan@le-hay.fr</email>
</author>
<published>2025-08-31T12:07:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e197953f11a7726746bd7c80664cc38d5ea85588'/>
<id>urn:sha1:e197953f11a7726746bd7c80664cc38d5ea85588</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36368 -- Prevented duplicate locale paths and write_po_file calls in makemessages.</title>
<updated>2025-08-12T07:47:16Z</updated>
<author>
<name>michalpokusa</name>
<email>72110769+michalpokusa@users.noreply.github.com</email>
</author>
<published>2025-05-08T03:05:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2c99fbcf95f07eaff0bf9673af7c82d07353df8f'/>
<id>urn:sha1:2c99fbcf95f07eaff0bf9673af7c82d07353df8f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36519 -- Made center template filter consistent for even/odd padding.</title>
<updated>2025-07-28T19:41:06Z</updated>
<author>
<name>mriduldhall</name>
<email>mriduldhall1@gmail.com</email>
</author>
<published>2025-07-25T15:27:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d4dd3e503c88db92f254769a64b2fcd4c572c7dc'/>
<id>urn:sha1:d4dd3e503c88db92f254769a64b2fcd4c572c7dc</id>
<content type='text'>
Refactored `center` template filter to match f-string behaviour,
producing consistent padding for both odd and even fillings.

Thanks Lily Acorn for the report and Natalia Bidart for the review.

Co-authored-by: Lily Acorn &lt;code@lilyf.org&gt;
</content>
</entry>
<entry>
<title>Fixed #36226 -- Accepted str or bytes for password and salt in password hashers.</title>
<updated>2025-07-22T10:15:10Z</updated>
<author>
<name>Roel Delos Reyes</name>
<email>roel.delosreyes@finqle.com</email>
</author>
<published>2025-07-08T16:14:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=78fac1b0473ed8960ecd2a30aca4fa8420d150b8'/>
<id>urn:sha1:78fac1b0473ed8960ecd2a30aca4fa8420d150b8</id>
<content type='text'>
Co-authored-by: Screamadelica &lt;1621456391@sjtu.edu.cn&gt;
</content>
</entry>
<entry>
<title>Fixed #36377 -- Added hints support to CreateExtension and subclasses.</title>
<updated>2025-07-22T06:04:55Z</updated>
<author>
<name>Anthony Sottile</name>
<email>asottile@umich.edu</email>
</author>
<published>2025-05-08T20:37:11Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5488530a272b863794484ee2b027294ff2ec86d2'/>
<id>urn:sha1:5488530a272b863794484ee2b027294ff2ec86d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #36423 -- Prevented filter_horizontal buttons from intercepting form submission.</title>
<updated>2025-06-03T01:25:14Z</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=90429625a85f1f77dfea200c91bd2dabab57974f'/>
<id>urn:sha1:90429625a85f1f77dfea200c91bd2dabab57974f</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.
</content>
</entry>
</feed>
