<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git, branch 6.0b1</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=6.0b1</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=6.0b1'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2025-10-22T18:40:01Z</updated>
<entry>
<title>[6.0.x] Bumped version for 6.0 beta 1 release.</title>
<updated>2025-10-22T18:40:01Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2025-10-22T18:40:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=a956e39b38e48ea2f6f6e763461bceaf0adba2a5'/>
<id>urn:sha1:a956e39b38e48ea2f6f6e763461bceaf0adba2a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[6.0.x] Made cosmetic edits to docs/releases/6.0.txt.</title>
<updated>2025-10-22T18:38:28Z</updated>
<author>
<name>Natalia</name>
<email>124304+nessita@users.noreply.github.com</email>
</author>
<published>2025-10-22T18:34:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=ee5cc0b7d6060d8f950e5c21f70ad8f128e1486d'/>
<id>urn:sha1:ee5cc0b7d6060d8f950e5c21f70ad8f128e1486d</id>
<content type='text'>
Backport of 42d6e20feba81fb1182c8111d0c18e492fbe4e87 from main.
</content>
</entry>
<entry>
<title>[6.0.x] Fixed #36677 -- Fixed scheduling of system checks in ParallelTestSuite workers.</title>
<updated>2025-10-22T02:54:49Z</updated>
<author>
<name>Jacob Walls</name>
<email>jacobtylerwalls@gmail.com</email>
</author>
<published>2025-10-21T17:10:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=da9f73c579f173f72fdc4a025de95c366c408e81'/>
<id>urn:sha1:da9f73c579f173f72fdc4a025de95c366c408e81</id>
<content type='text'>
Running system checks in workers must happen after database aliases
are set up.

Regression in 606fc352799e372928fa2c978ab99f0fb6d6017c.

Backport of b6c9246d0a3ef5f9a40b15cc289b495351eae109 from main.
</content>
</entry>
<entry>
<title>[6.0.x] Made RemoteTestResultTest.test_pickle_errors_detection() compatible with tblib 3.2+.</title>
<updated>2025-10-22T02:11:08Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2025-10-21T19:11:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=500c5d325f6188f3dfeaab58e7b83d77bd4441f6'/>
<id>urn:sha1:500c5d325f6188f3dfeaab58e7b83d77bd4441f6</id>
<content type='text'>
tblib 3.2+ makes exception subclasses with __init__() and the default
__reduce__() picklable. This broke the test for
RemoteTestResult._confirm_picklable(), which expects a specific
exception to fail unpickling.

https://github.com/ionelmc/python-tblib/blob/master/CHANGELOG.rst#320-2025-10-21

This fix defines ExceptionThatFailsUnpickling.__reduce__() in a way
that pickle.dumps(obj) succeeds, but pickle.loads(pickle.dumps(obj))
raises TypeError.

Refs #27301. This preserves the intent of the regression test from
52188a5ca6bafea0a66f17baacb315d61c7b99cd without skipping it.

Backport of 548209e620b3ca34396a360453f07c8dbb8aa6c7 from main.
</content>
</entry>
<entry>
<title>[6.0.x] Fixed #36656 -- Avoided truncating async streaming responses in GZipMiddleware.</title>
<updated>2025-10-21T14:46:37Z</updated>
<author>
<name>Adam Johnson</name>
<email>me@adamj.eu</email>
</author>
<published>2025-10-10T23:10:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=bb4fcf5f67e6a39440bb1271450319604a755f2e'/>
<id>urn:sha1:bb4fcf5f67e6a39440bb1271450319604a755f2e</id>
<content type='text'>
Backport of a0323a0c44135c28134672e6e633e5f4a7a68d5d from main.
</content>
</entry>
<entry>
<title>[6.0.x] Fixed #36470 -- Prevented log injection in runserver when handling NOT FOUND.</title>
<updated>2025-10-20T19:22:10Z</updated>
<author>
<name>YashRaj1506</name>
<email>yashraj504300@gmail.com</email>
</author>
<published>2025-06-25T22:01:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=f5b6ed78200b2cbff71ec771e6f014de5d4abbd8'/>
<id>urn:sha1:f5b6ed78200b2cbff71ec771e6f014de5d4abbd8</id>
<content type='text'>
Migrated `WSGIRequestHandler.log_message()` to use a more robust
`log_message()` helper, which was based of `log_response()` via factoring out
the common bits.

Refs CVE-2025-48432.

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

Backport of 9bb83925d6c231e964f8b54efbc982fb1333da27 from main.
</content>
</entry>
<entry>
<title>[6.0.x] Removed duplicate display_raw key in expected data in GeometryWidgetTests.</title>
<updated>2025-10-20T17:52:48Z</updated>
<author>
<name>Emmanuel Ferdman</name>
<email>emmanuelferdman@gmail.com</email>
</author>
<published>2025-10-20T17:52:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=c365139af7067df9f026c09e0c02546772549596'/>
<id>urn:sha1:c365139af7067df9f026c09e0c02546772549596</id>
<content type='text'>
Signed-off-by: Emmanuel Ferdman &lt;emmanuelferdman@gmail.com&gt;

Backport of 5625bd590766e5ca8c2c76ba2307b98f7450ff83 from main.
</content>
</entry>
<entry>
<title>[6.0.x] Fixed RelatedGeoModelTest.test_related_union_aggregate() test on Oracle and GEOS 3.12+.</title>
<updated>2025-10-20T14:05:11Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2025-10-20T14:03:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=d2a69d730bd94298e5a1045fbdffe829d4ff7299'/>
<id>urn:sha1:d2a69d730bd94298e5a1045fbdffe829d4ff7299</id>
<content type='text'>
Backport of 344ae16e1e21ab7c0b594d755519738f7f16eaf1 from main
</content>
</entry>
<entry>
<title>[6.0.x] Refs #36005 -- Bumped minimum supported versions of docutils to 0.22.</title>
<updated>2025-10-19T18:16:37Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2025-10-19T18:13:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=195836b69af24d3c10fa994fb772c5be1cf065da'/>
<id>urn:sha1:195836b69af24d3c10fa994fb772c5be1cf065da</id>
<content type='text'>
Backport of ca3e0484ef31d13053af6a9d50667813e22fc282 from main.
</content>
</entry>
<entry>
<title>[6.0.x] Refs #35844 -- Doc'd Python 3.14 compatibility.</title>
<updated>2025-10-17T17:26:34Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2025-10-13T14:34:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=a27c2ef906ef7239d7714fe2e4adc48b2aa8a65a'/>
<id>urn:sha1:a27c2ef906ef7239d7714fe2e4adc48b2aa8a65a</id>
<content type='text'>
Backport of 56977b466c33ca3da14a1ed2609172425a76a34e from main.
</content>
</entry>
</feed>
