<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git, branch 5.2.5</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=5.2.5</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=5.2.5'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2025-08-06T08:04:41Z</updated>
<entry>
<title>[5.2.x] Bumped version for 5.2.5 release.</title>
<updated>2025-08-06T08:04:41Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2025-08-06T08:04:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a3b1107a4955bdd994908efb4c6e1d03c281e69f'/>
<id>urn:sha1:a3b1107a4955bdd994908efb4c6e1d03c281e69f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[5.2.x] Added release date for 5.2.5.</title>
<updated>2025-08-06T07:59:50Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2025-08-06T07:58:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0489f54e8b047374f0b83fe77695976edcf8c118'/>
<id>urn:sha1:0489f54e8b047374f0b83fe77695976edcf8c118</id>
<content type='text'>
Backport of 8999b0e2bf62ffa1ea19995508712ed8eda2cc14 from main.
</content>
</entry>
<entry>
<title>[5.2.x] Refs #36485 -- Grouped docs checks under a unified make check target.</title>
<updated>2025-08-05T15:20:13Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2025-06-25T20:40:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a9c7d4b703759e9903dd92899dd8ac662007baf3'/>
<id>urn:sha1:a9c7d4b703759e9903dd92899dd8ac662007baf3</id>
<content type='text'>
Added a new 'check' rule to the docs Makefile which runs both the black
and spelling checks.

Backport of 7f9bf357feac06bb34017e1f6c7a7730b1991ede from main.
</content>
</entry>
<entry>
<title>[5.2.x] Refs #34140 -- Added dedicated code block formatting section in docs/internals/contributing/writing-documentation.txt.</title>
<updated>2025-08-05T15:20:04Z</updated>
<author>
<name>David Smith</name>
<email>smithdc@gmail.com</email>
</author>
<published>2025-06-25T15:43:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5ad6d43cd9ae05d3575f9e7bb1cb488bce5d905d'/>
<id>urn:sha1:5ad6d43cd9ae05d3575f9e7bb1cb488bce5d905d</id>
<content type='text'>
Backport of cba73281966c816824c9bfa028a1bf44e188ded2 from main.
</content>
</entry>
<entry>
<title>[5.2.x] Fixed #36530 -- Extended fields.E347 to check for ManyToManyField involving CompositePrimaryKey on either side.</title>
<updated>2025-08-05T11:46:56Z</updated>
<author>
<name>jkhall81</name>
<email>jason.kei.hall@gmail.com</email>
</author>
<published>2025-07-28T15:59:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bdc3f9e3508fc144c5e9710f5b672cc41f6e742d'/>
<id>urn:sha1:bdc3f9e3508fc144c5e9710f5b672cc41f6e742d</id>
<content type='text'>
Thanks to Jacob Walls for the report.

Backport of 2013092b693be0ebdf36f41dc61615a2de1bbe31 from main.
</content>
</entry>
<entry>
<title>[5.2.x] Fixed #36535 -- Ensured compatibility with docutils 0.19 through 0.22.</title>
<updated>2025-08-05T00:53:33Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2025-08-01T12:48:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f01ceae477a71a1c244c332e1b53a9499e484874'/>
<id>urn:sha1:f01ceae477a71a1c244c332e1b53a9499e484874</id>
<content type='text'>
Regression in 65ab92f6a83644bbb555d0eff3a02d8d9301aba4.

Backport of 9cec8d9f55d90fbc162fde23d6ea7a34e322fcae from main.
</content>
</entry>
<entry>
<title>[5.2.x] Corrected assertNumQueries() example in docs/topics/testing/tools.txt.</title>
<updated>2025-08-04T13:08:53Z</updated>
<author>
<name>Adam Zapletal</name>
<email>adamzap@gmail.com</email>
</author>
<published>2025-08-01T21:58:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5ca58ce3d0d254752caa19e96055f54feadd5582'/>
<id>urn:sha1:5ca58ce3d0d254752caa19e96055f54feadd5582</id>
<content type='text'>
Backport of dca8284a376128c64bd0e0792ad12391ae3e7202 from main.
</content>
</entry>
<entry>
<title>[5.2.x] Fixed #34871, #36518 -- Implemented unresolved lookups expression replacement.</title>
<updated>2025-08-04T07:42:32Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2025-02-19T08:04:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b3bb7230e1225861b5c1f08931f2d82c2b04133a'/>
<id>urn:sha1:b3bb7230e1225861b5c1f08931f2d82c2b04133a</id>
<content type='text'>
This allows the proper resolving of lookups when performing constraint
validation involving Q and Case objects.

Thanks Andrew Roberts for the report and Sarah for the tests and review.

Backport of 079d31e698fa08dd92e2bc4f3fe9b4817a214419 from main.
</content>
</entry>
<entry>
<title>[5.2.x] Fixed #36198 -- Implemented unresolved transform expression replacement.</title>
<updated>2025-08-04T07:41:29Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2025-02-18T17:43:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e5ccb69bc3da407ab2b0477c0cc5db27c7207225'/>
<id>urn:sha1:e5ccb69bc3da407ab2b0477c0cc5db27c7207225</id>
<content type='text'>
This allows the proper resolving of F("field__transform") when
performing constraint validation.

Thanks Tom Hall for the report and Sarah for the test.

Prerequisite for #36518.

Backport of fc303551077c3e023fe4f9d01fc1b3026c816fa4 from main.
</content>
</entry>
<entry>
<title>[5.2.x] Fixed writer_name deprecation warning in docutils 0.22+.</title>
<updated>2025-07-30T00:50:54Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2025-07-30T00:50:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5aefd005fc3dd35be6e9e4a24f9c2bc92b69df3b'/>
<id>urn:sha1:5aefd005fc3dd35be6e9e4a24f9c2bc92b69df3b</id>
<content type='text'>
Backport of 65ab92f6a83644bbb555d0eff3a02d8d9301aba4 from main.
</content>
</entry>
</feed>
