<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git, branch 3.2.9</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=3.2.9</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=3.2.9'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2021-11-01T09:21:48Z</updated>
<entry>
<title>[3.2.x] Bumped version for 3.2.9 release.</title>
<updated>2021-11-01T09:21:48Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-11-01T09:21:48Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1b3c0d3b54d4ff5f75af57d3130180b1d22468e9'/>
<id>urn:sha1:1b3c0d3b54d4ff5f75af57d3130180b1d22468e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[3.2.x] Added release date for 3.2.9.</title>
<updated>2021-11-01T09:19:37Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-11-01T09:18:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e299cc2d2ca2ae10645b48006cb6e9c44dd6cd29'/>
<id>urn:sha1:e299cc2d2ca2ae10645b48006cb6e9c44dd6cd29</id>
<content type='text'>
Backport of 7ec603ba259083298c9598a41987b4c4f2a5d134 from main
</content>
</entry>
<entry>
<title>[3.2.x] Added Google Cloud Spanner to list of third-party DB backends.</title>
<updated>2021-11-01T09:10:54Z</updated>
<author>
<name>Vikash Singh</name>
<email>3116482+vi3k6i5@users.noreply.github.com</email>
</author>
<published>2021-10-29T18:21:30Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=947d2707c6b32058a2dd09b798850e8584f87d1c'/>
<id>urn:sha1:947d2707c6b32058a2dd09b798850e8584f87d1c</id>
<content type='text'>
Backport of 125f9afc2c42449ee79283fefa778651acfd4aed from main
</content>
</entry>
<entry>
<title>[3.2.x] Refs #33182 -- Adjusted custom admin theming example to use correct template block.</title>
<updated>2021-10-27T10:18:04Z</updated>
<author>
<name>Carlton Gibson</name>
<email>carlton.gibson@noumenal.es</email>
</author>
<published>2021-10-27T08:35:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=128179c0f8381b8fa0c9e630ce2e4a24665fb728'/>
<id>urn:sha1:128179c0f8381b8fa0c9e630ce2e4a24665fb728</id>
<content type='text'>
Backport of a754b82dac511475b6276039471ccd17cc64aeb8 from main
</content>
</entry>
<entry>
<title>[3.2.x] Fixed #33194 -- Fixed migrations when altering a field with functional indexes on SQLite.</title>
<updated>2021-10-18T07:37:46Z</updated>
<author>
<name>Hannes Ljungberg</name>
<email>hannes.ljungberg@gmail.com</email>
</author>
<published>2021-10-15T20:17:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f5802a21c401b92764a9f3e2886144f3c5d77573'/>
<id>urn:sha1:f5802a21c401b92764a9f3e2886144f3c5d77573</id>
<content type='text'>
This adjusts Expressions.rename_table_references() to only update alias
when needed.

Regression in 83fcfc9ec8610540948815e127101f1206562ead.

Co-authored-by: Simon Charette &lt;charettes@users.noreply.github.com&gt;

Backport of 86971c40909430a798e4e55b140004c4b1fb02ff from main.
</content>
</entry>
<entry>
<title>[3.2.x] Fixed #33198 -- Corrected BinaryField.max_length docs.</title>
<updated>2021-10-18T06:24:36Z</updated>
<author>
<name>Nick Frazier</name>
<email>nrf@nickfrazier.com</email>
</author>
<published>2021-10-16T21:31:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fdc1c6435c8fb9e720169ef0aebf87c33f1d86c2'/>
<id>urn:sha1:fdc1c6435c8fb9e720169ef0aebf87c33f1d86c2</id>
<content type='text'>
Backport of 0d4e575c96d408e0efb4dfd0cbfc864219776950 from main
</content>
</entry>
<entry>
<title>[3.2.x] Refs #32074 -- Removed usage of deprecated asyncore and smtpd modules.</title>
<updated>2021-10-15T08:04:06Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-10-15T07:58:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=dbcd81841f679d368a6ebf254f040455a83acf1f'/>
<id>urn:sha1:dbcd81841f679d368a6ebf254f040455a83acf1f</id>
<content type='text'>
asyncore and smtpd modules were deprecated in Python 3.10.

Backport of 569a33579c3cca5f801c544d9b52a34e3c779424 from main.
</content>
</entry>
<entry>
<title>[3.2.x] Refs #27131 -- Removed SMTPBackendTests.test_server_login().</title>
<updated>2021-10-14T09:38:27Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-10-14T09:36:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=137a9899d7965432fc24cf6fc0331e333316a1dd'/>
<id>urn:sha1:137a9899d7965432fc24cf6fc0331e333316a1dd</id>
<content type='text'>
test_server_login() was a regression test for a crash when passing
Unicode strings to SMTP server using CRAM-MD5 method on Python 2.
Python 2 is no longer supported and test_server_login() passes even
without FakeSMTPChannel.smtp_AUTH() because
smtplib.SMTPAuthenticationError is raised when AUTH is not implemented.
Backport of cdad96e6330cd31185f7496aaf8eb316f2773d6d from main
</content>
</entry>
<entry>
<title>[3.2.x] Added 'formatter' to spelling wordlist.</title>
<updated>2021-10-12T13:17:11Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-10-12T13:16:00Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1128291650bfa1fe6c0594726d48587e6894ba11'/>
<id>urn:sha1:1128291650bfa1fe6c0594726d48587e6894ba11</id>
<content type='text'>
Backport of e43a131887e2a316d4fb829c3a272ef0cbbeea80 from main
</content>
</entry>
<entry>
<title>[3.2.x] Refs #32074 -- Doc'd Python 3.10 compatibility in Django 3.2.x.</title>
<updated>2021-10-05T11:33:15Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2021-10-05T11:30:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=82fee0446d5ab7e60c40c1ea94f8ebd348aa6f3e'/>
<id>urn:sha1:82fee0446d5ab7e60c40c1ea94f8ebd348aa6f3e</id>
<content type='text'>
Backport of 604df4e0adc71da264f61fe85020a170c98e6f09 from main.
</content>
</entry>
</feed>
