<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git, branch 3.2.5</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=3.2.5</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=3.2.5'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2021-07-01T06:30:45Z</updated>
<entry>
<title>[3.2.x] Bumped version for 3.2.5 release.</title>
<updated>2021-07-01T06:30:45Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-07-01T06:30:45Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=0eca7a66239ef646f59fe2af643199275dae7a35'/>
<id>urn:sha1:0eca7a66239ef646f59fe2af643199275dae7a35</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[3.2.x] Fixed CVE-2021-35042 -- Prevented SQL injection in QuerySet.order_by().</title>
<updated>2021-07-01T06:29:23Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2021-06-18T05:16:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=a34a5f724c5d5adb2109374ba3989ebb7b11f81f'/>
<id>urn:sha1:a34a5f724c5d5adb2109374ba3989ebb7b11f81f</id>
<content type='text'>
Regression introduced in 513948735b799239f3ef8c89397592445e1a0cd5
by marking the raw SQL column reference feature for deprecation in
Django 4.0 while lifting the column format validation.

In retrospective the validation should have been kept around and the
user should have been pointed at using RawSQL expressions during the
deprecation period.

The main branch is not affected because the raw SQL column reference
support has been removed in 06eec3197009b88e3a633128bbcbd76eea0b46ff
per the 4.0 deprecation life cycle.

Thanks Joel Saunders for the report.
</content>
</entry>
<entry>
<title>[3.2.x] Added stub release notes for 3.1.13 and release date for 3.2.5.</title>
<updated>2021-07-01T04:57:41Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-07-01T04:52:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=da2269dc6f7daca090a28508dbd92207b6f639d0'/>
<id>urn:sha1:da2269dc6f7daca090a28508dbd92207b6f639d0</id>
<content type='text'>
Backport of 8e97698d7b537cd298438a8d7b55916d275ff851 from main
</content>
</entry>
<entry>
<title>[3.2.x] Fixed #32850 -- Doc'd Sitemap.paginator.</title>
<updated>2021-06-30T18:54:56Z</updated>
<author>
<name>Thomas Guettler</name>
<email>guettliml@thomas-guettler.de</email>
</author>
<published>2021-06-28T13:01:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=aaef4111ac880b530ce85557dc614f581ae8f3a9'/>
<id>urn:sha1:aaef4111ac880b530ce85557dc614f581ae8f3a9</id>
<content type='text'>
Backport of 775f7506d7fbabf79d8bdec4ccf039ce2870fe70 from main
</content>
</entry>
<entry>
<title>[3.2.x] Updated translations from Transifex.</title>
<updated>2021-06-28T05:06:24Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2021-06-28T05:06:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=04b744050f1743a88e2bf0ca2ca82b34e3361f50'/>
<id>urn:sha1:04b744050f1743a88e2bf0ca2ca82b34e3361f50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[3.2.x] Fixed #32863 -- Skipped system check for specifying type of auto-created primary keys on models with invalid app_label.</title>
<updated>2021-06-22T19:19:47Z</updated>
<author>
<name>Hasan Ramezani</name>
<email>hasan.r67@gmail.com</email>
</author>
<published>2021-06-21T14:57:06Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=8b2b627f34797b8d497451350b35d7a5103b016e'/>
<id>urn:sha1:8b2b627f34797b8d497451350b35d7a5103b016e</id>
<content type='text'>
Regression in b5e12d490af3debca8c55ab3c1698189fdedbbdb.

Thanks Iuri de Silvio for the report.

Backport of 7a9745fed498f69c46a3ffa5dfaff872e0e1df89 from main
</content>
</entry>
<entry>
<title>[3.2.x] Added a note about %autoawait off for IPython.</title>
<updated>2021-06-22T08:28:27Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2021-06-22T08:23:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=fb577d85b24470b61fb10857744614af054d53dc'/>
<id>urn:sha1:fb577d85b24470b61fb10857744614af054d53dc</id>
<content type='text'>
Backport of 4f0a034b9e42048b782f5265344e026902bd3e95 from main
</content>
</entry>
<entry>
<title>[3.2.x] Fixed #32860 -- Made docs permalinks focusable to improve accessibility.</title>
<updated>2021-06-21T12:07:27Z</updated>
<author>
<name>Timothy McCurrach</name>
<email>tim.mccurrach@gmail.com</email>
</author>
<published>2021-06-17T21:52:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=3d51e1635ab50c9ad7d60e553813f41429b6219c'/>
<id>urn:sha1:3d51e1635ab50c9ad7d60e553813f41429b6219c</id>
<content type='text'>
Backport of 4659a790cf5d0036c3c7488877b4365d948ccb01 from main
</content>
</entry>
<entry>
<title>[3.2.x] Fixed #32832 -- Fixed adding BLOB/TEXT nullable field with default on MySQL 8.0.13+.</title>
<updated>2021-06-10T18:05:55Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-06-10T07:39:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=826a1659eed0b23f5b814d5a293eeaca20d29a6c'/>
<id>urn:sha1:826a1659eed0b23f5b814d5a293eeaca20d29a6c</id>
<content type='text'>
Regression in d4ac23bee1c84d8e4610350202ac068fc90f38c0.

Thanks Omkar Deshpande for the report.

Backport of fa0433d05f213afe4c67055006320f7aba4c8108 from main
</content>
</entry>
<entry>
<title>[3.2.x] Refs #32503 -- Added release notes for 5e04e84d67da8163f365e9f5fcd169e2630e2873.</title>
<updated>2021-06-10T18:05:48Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-06-10T07:08:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=bb29174f942dd60da4ccfcf38fb423fb21ed159a'/>
<id>urn:sha1:bb29174f942dd60da4ccfcf38fb423fb21ed159a</id>
<content type='text'>
Backport of 57bc16b38ec75fc96829f912d57a58d8c6358e8f from main
</content>
</entry>
</feed>
