| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-01 | [3.2.x] Bumped version for 3.2.9 release.3.2.9 | Mariusz Felisiak | |
| 2021-11-01 | [3.2.x] Added release date for 3.2.9. | Mariusz Felisiak | |
| Backport of 7ec603ba259083298c9598a41987b4c4f2a5d134 from main | |||
| 2021-11-01 | [3.2.x] Added Google Cloud Spanner to list of third-party DB backends. | Vikash Singh | |
| Backport of 125f9afc2c42449ee79283fefa778651acfd4aed from main | |||
| 2021-10-27 | [3.2.x] Refs #33182 -- Adjusted custom admin theming example to use correct ↵ | Carlton Gibson | |
| template block. Backport of a754b82dac511475b6276039471ccd17cc64aeb8 from main | |||
| 2021-10-18 | [3.2.x] Fixed #33194 -- Fixed migrations when altering a field with ↵ | Hannes Ljungberg | |
| functional indexes on SQLite. This adjusts Expressions.rename_table_references() to only update alias when needed. Regression in 83fcfc9ec8610540948815e127101f1206562ead. Co-authored-by: Simon Charette <charettes@users.noreply.github.com> Backport of 86971c40909430a798e4e55b140004c4b1fb02ff from main. | |||
| 2021-10-18 | [3.2.x] Fixed #33198 -- Corrected BinaryField.max_length docs. | Nick Frazier | |
| Backport of 0d4e575c96d408e0efb4dfd0cbfc864219776950 from main | |||
| 2021-10-15 | [3.2.x] Refs #32074 -- Removed usage of deprecated asyncore and smtpd modules. | Mariusz Felisiak | |
| asyncore and smtpd modules were deprecated in Python 3.10. Backport of 569a33579c3cca5f801c544d9b52a34e3c779424 from main. | |||
| 2021-10-14 | [3.2.x] Refs #27131 -- Removed SMTPBackendTests.test_server_login(). | Mariusz Felisiak | |
| 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 | |||
| 2021-10-12 | [3.2.x] Added 'formatter' to spelling wordlist. | Mariusz Felisiak | |
| Backport of e43a131887e2a316d4fb829c3a272ef0cbbeea80 from main | |||
| 2021-10-05 | [3.2.x] Refs #32074 -- Doc'd Python 3.10 compatibility in Django 3.2.x. | Mariusz Felisiak | |
| Backport of 604df4e0adc71da264f61fe85020a170c98e6f09 from main. | |||
| 2021-10-05 | [3.2.x] Refs #32074 -- Added Python 3.10 to classifiers and tox.ini. | Mariusz Felisiak | |
| Backport of 15987c9c5315ac30f069915e28de78ade788458d from main. | |||
| 2021-10-05 | [3.2.x] Refs #32074 -- Used asyncio.get_running_loop() instead of ↵ | Mariusz Felisiak | |
| get_event_loop() on Python 3.7+. Using asyncio.get_event_loop() when there is no running event loop was deprecated in Python 3.10, see https://bugs.python.org/issue39529. | |||
| 2021-10-05 | [3.2.x] Refs #32074 -- Fixed find_module()/find_loader() warnings on Python ↵ | Mariusz Felisiak | |
| 3.10+. Backport of f1bcaa9be8227dce89a320ce1ca37e1df7c80d03 from main. | |||
| 2021-10-05 | [3.2.x] Refs #32074 -- Removed usage of deprecated Thread.setDaemon(). | Karthikeyan Singaravelan | |
| Thread.setDaemon() was deprecated in Python 3.10 and will be removed in Python 3.12. Backport of f9f6bd63c98dc2f01412887f4a98dbfdab363fdf from main | |||
| 2021-10-05 | [3.2.x] Refs #32074 -- Removed usage of Python's deprecated ↵ | Mariusz Felisiak | |
| distutils.version package. The distutils package was formally deprecated in Python 3.10 and will be removed in Python 3.12. Backport of b8c9e9fae14676d2e81242cb8df1e2eeef9c3a2d from main | |||
| 2021-10-05 | [3.2.x] Skipped test_archive tests when bz2/lzma module is not installed. | Mariusz Felisiak | |
| Backport of ae48601e6d88410626c7d28572f969ab57b33598 from main | |||
| 2021-10-05 | [3.2.x] Added stub release notes for Django 3.2.9. | Carlton Gibson | |
| Backport of c113f7fb0dae0dfd066d05acd1032c9f57a5aaf9 from main | |||
| 2021-10-05 | [3.2.x] Post-release version bump. | Carlton Gibson | |
| 2021-10-05 | [3.2.x] Bumped version for 3.2.8 release.3.2.8 | Carlton Gibson | |
| 2021-10-05 | [3.2.x] Added release date for 3.2.7. | Carlton Gibson | |
| Backport of c5776bfca9e3f35e0ab5aacbdc1a4dbfe92fdfd1 from main | |||
| 2021-10-04 | [3.2.x] Refs #27694 -- Doc'd lookups that can be chained with HStoreField ↵ | Sarah Abderemane | |
| key transforms. Backport of 1953dd02b6719ee89fddbc3098d86968d79f3cd7 from main | |||
| 2021-09-28 | [3.2.x] Corrected field and model check messages in docs. | Mariusz Felisiak | |
| Follow up to 72d04e03855536cf36090aedbb7aa8f1c4c8b443. Backport of 93f3b7a0ba2969109940775a18515728603afac6 from main | |||
| 2021-09-24 | [3.2.x] Removed obsolete GEOS 3.5 requirement note. | Claude Paroz | |
| Follow up to ea87a85fad9994dbb0748df25bc9c2d99b24809b. Backport of 8036b53de61f16098a2f22c50621987182bdfaed from main | |||
| 2021-09-21 | [3.2.x] Fixed #33083 -- Fixed selecting all items in the admin changelist ↵ | Carlton Gibson | |
| when actions are both top and bottom. Thanks Benjamin Locher for the report. Regression in 30e59705fc3e3e9e8370b965af794ad6173bf92b. Backport of b0ed619303d2fb723330ca9efa3acf23d49f1d19 from main | |||
| 2021-09-21 | [3.2.x] Fixed broken links and redirects in docs. | Mariusz Felisiak | |
| Backport of 1d16dbc74563ec9aeb4bdff870d0fe5064667b26 from main | |||
| 2021-09-21 | [3.2.x] Used :rfc: role in docs/topics/conditional-view-processing.txt. | Mariusz Felisiak | |
| Backport of f8bab4e0dcdad5cb174998e1b31d74c8434a2477 from main | |||
| 2021-09-18 | [3.2.x] Fixed #33077 -- Fixed links to related models for admin's readonly ↵ | Ken Whitesell | |
| fields in custom admin site. Backport of 0a9aa02e6f1d1b9ceca155d281a2be624bb1d3a2 from main | |||
| 2021-09-17 | [3.2.x] Fixed typo in docs/intro/reusable-apps.txt. | Steven Maude | |
| Backport of 475cffd1d64c690cdad16ede4d5e81985738ceb4 from main | |||
| 2021-09-17 | [3.2.x] Corrected outputs and made cosmetic edits in GeoDjango tutorial. | Mariusz Felisiak | |
| Backport of b5bf026813ca9aff83243f901edd722e0d60c2ea from main | |||
| 2021-09-16 | [3.2.x] Doc'd Jinja2 form renderer. | David Smith | |
| Backport of 7132d17de1399345a38858c20221850bdef43d0e from main | |||
| 2021-09-10 | [3.2.x] Clarified type of Window()'s partition_by and order_by arguments. | David Sanders | |
| Backport of ecf76cc1fb0ca7b02744fb63717cb1ac5f643916 from main | |||
| 2021-09-10 | [3.2.x] Refs #31055 -- Doc'd 'databases' argument of check functions. | Adam Johnson | |
| Backport of c8d3cbdba809285ced3d9ba3cbb63bec422b8e48 from main | |||
| 2021-09-04 | [3.2.x] Fixed typo in docs/topics/i18n/formatting.txt. | Jacob Walls | |
| Backport of e75a3a770e5da8af3405be1e216a6c20cc9bde5a from main | |||
| 2021-09-02 | [3.2.x] Fixed #33082 -- Fixed CommandTests.test_subparser_invalid_option on ↵ | Mariusz Felisiak | |
| Python 3.9.7+. Thanks Michał Górny for the report. Backport of 50ed545e2fa02c51e0d1559b83624f256e4b499b from main. | |||
| 2021-09-01 | [3.2.x] Added stub release notes for Django 3.2.8. | Mariusz Felisiak | |
| Backport of af10e97531a59e4af09b5ec0c1a3ea476f2b6015 from main | |||
| 2021-09-01 | [3.2.x] Post-release version bump. | Mariusz Felisiak | |
| 2021-09-01 | [3.2.x] Bumped version for 3.2.7 release.3.2.7 | Mariusz Felisiak | |
| 2021-09-01 | [3.2.x] Added release date for 3.2.7. | Mariusz Felisiak | |
| Backport of f3a0dc5b2a0e5ef6fa2ae896ede6a7d56e20653b from main | |||
| 2021-08-31 | [3.2.x] Refs #25264 -- Doc's that not all default options are supported by ↵ | Jan Szoja | |
| every management command. Backport of 3cca5fdd3eb5906a385adaf9872581d4ed359041 from main | |||
| 2021-08-30 | [3.2.x] Fixed #32992 -- Restored offset extraction for fixed offset timezones. | Carlton Gibson | |
| Regression in 10d126198434810529e0220b0c6896ed64ca0e88. Backport of cbba49971bbbbe3e8c6685e4ce6ab87b1187ae87 from main | |||
| 2021-08-27 | [3.2.x] Corrected BaseDatabaseSchemaEditor.execute() signature in docs. | Mariusz Felisiak | |
| Backport of a5cb1ef6eb842c38627ff6685b977fd42a342b67 from main | |||
| 2021-08-26 | [3.2.x] Made sentence about Model consistent in docs. | Zainab Amir | |
| Backport of 3445c50a3affc5ae7b1c2712a139d4a5105aeaf5 from main | |||
| 2021-08-26 | [3.2.x] Fixed #33046 -- Added note about using length of cached result by ↵ | Can Sarıgöl | |
| QuerySet.count(). Backport of 7ea86076fc1128d43b47f4826cb25eb5ebb19f19 from main | |||
| 2021-08-24 | [3.2.x] Used backend vendors in custom model fields docs. | Mariusz Felisiak | |
| Backport of d7394cfa13a4d1a02356e3a83e10ec100fbb9948 from main | |||
| 2021-08-23 | [3.2.x] Fixed #33030 -- Fixed broken links to GDAL docs. | Märt Häkkinen | |
| Backport of ed317e79e355bd3aacb1393b821df7b1a7267ebc from main | |||
| 2021-08-13 | [3.2.x] The geodjango mailing list moved to the Django Forum. | Claude Paroz | |
| Backport of 6c3525a09db5177bf4e3856de85bf8b1300402d5 from main | |||
| 2021-08-13 | [3.2.x] The django-i18n mailing list moved to the Django Forum. | Claude Paroz | |
| Backport of 754b82d9de7dad232d17db0073d370b747b48c83 from main | |||
| 2021-08-09 | [3.2.x] Fixed some broken links and redirects in docs. | Jacob Walls | |
| Backport of 259b28706e5084f5207792e066a33e35c7a661d4 from main | |||
| 2021-08-02 | [3.2.x] Updated BaseDatabaseFeatures link in testing tools docs. | Lauri Tirkkonen | |
| Backport of 4b6208ffdd93d5d379d247ec094d567ef208effd from main | |||
| 2021-08-02 | [3.2.x] Clarified URL patterns in tutorial 3. | ilu_vatar_ | |
| Co-authored-by: Nick Pope <nick@nickpope.me.uk> Backport of 4114531cb763f7cf226d3904d3693af4dc634947 from main | |||
