Mariusz Felisiak
1b3c0d3b54
[3.2.x] Bumped version for 3.2.9 release.
2021-11-01 10:21:48 +01:00
Mariusz Felisiak
e299cc2d2c
[3.2.x] Added release date for 3.2.9.
...
Backport of 7ec603ba25
from main
2021-11-01 10:19:37 +01:00
Vikash Singh
947d2707c6
[3.2.x] Added Google Cloud Spanner to list of third-party DB backends.
...
Backport of 125f9afc2c
from main
2021-11-01 10:10:54 +01:00
Carlton Gibson
128179c0f8
[3.2.x] Refs #33182 -- Adjusted custom admin theming example to use correct template block.
...
Backport of a754b82dac
from main
2021-10-27 12:18:04 +02:00
Hannes Ljungberg
f5802a21c4
[3.2.x] Fixed #33194 -- Fixed migrations when altering a field with functional indexes on SQLite.
...
This adjusts Expressions.rename_table_references() to only update alias
when needed.
Regression in 83fcfc9ec8
.
Co-authored-by: Simon Charette <charettes@users.noreply.github.com>
Backport of 86971c4090
from main.
2021-10-18 09:37:46 +02:00
Nick Frazier
fdc1c6435c
[3.2.x] Fixed #33198 -- Corrected BinaryField.max_length docs.
...
Backport of 0d4e575c96
from main
2021-10-18 08:24:36 +02:00
Mariusz Felisiak
dbcd81841f
[3.2.x] Refs #32074 -- Removed usage of deprecated asyncore and smtpd modules.
...
asyncore and smtpd modules were deprecated in Python 3.10.
Backport of 569a33579c
from main.
2021-10-15 10:04:06 +02:00
Mariusz Felisiak
137a9899d7
[3.2.x] Refs #27131 -- Removed SMTPBackendTests.test_server_login().
...
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 cdad96e633
from main
2021-10-14 11:38:27 +02:00
Mariusz Felisiak
1128291650
[3.2.x] Added 'formatter' to spelling wordlist.
...
Backport of e43a131887
from main
2021-10-12 15:17:11 +02:00
Mariusz Felisiak
82fee0446d
[3.2.x] Refs #32074 -- Doc'd Python 3.10 compatibility in Django 3.2.x.
...
Backport of 604df4e0ad
from main.
2021-10-05 13:33:15 +02:00
Mariusz Felisiak
1aed4663c3
[3.2.x] Refs #32074 -- Added Python 3.10 to classifiers and tox.ini.
...
Backport of 15987c9c53
from main.
2021-10-05 12:40:33 +02:00
Mariusz Felisiak
53fad80ffe
[3.2.x] Refs #32074 -- Used asyncio.get_running_loop() instead of 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 12:39:13 +02:00
Mariusz Felisiak
f6726fdc3e
[3.2.x] Refs #32074 -- Fixed find_module()/find_loader() warnings on Python 3.10+.
...
Backport of f1bcaa9be8
from main.
2021-10-05 11:24:18 +02:00
Karthikeyan Singaravelan
d0dc446444
[3.2.x] Refs #32074 -- Removed usage of deprecated Thread.setDaemon().
...
Thread.setDaemon() was deprecated in Python 3.10 and will be removed in
Python 3.12.
Backport of f9f6bd63c9
from main
2021-10-05 11:15:03 +02:00
Mariusz Felisiak
8bebb1c04a
[3.2.x] Refs #32074 -- Removed usage of Python's deprecated distutils.version package.
...
The distutils package was formally deprecated in Python 3.10 and will
be removed in Python 3.12.
Backport of b8c9e9fae1
from main
2021-10-05 11:11:02 +02:00
Mariusz Felisiak
faeae84dad
[3.2.x] Skipped test_archive tests when bz2/lzma module is not installed.
...
Backport of ae48601e6d
from main
2021-10-05 11:00:25 +02:00
Carlton Gibson
329311ecbd
[3.2.x] Added stub release notes for Django 3.2.9.
...
Backport of c113f7fb0d
from main
2021-10-05 09:40:24 +02:00
Carlton Gibson
85e4af6a22
[3.2.x] Post-release version bump.
2021-10-05 09:36:15 +02:00
Carlton Gibson
4540e976d4
[3.2.x] Bumped version for 3.2.8 release.
2021-10-05 09:25:13 +02:00
Carlton Gibson
65367b0500
[3.2.x] Added release date for 3.2.7.
...
Backport of c5776bfca9
from main
2021-10-05 09:09:17 +02:00
Sarah Abderemane
51e4dbfeb2
[3.2.x] Refs #27694 -- Doc'd lookups that can be chained with HStoreField key transforms.
...
Backport of 1953dd02b6
from main
2021-10-04 07:44:42 +02:00
Mariusz Felisiak
031ffc5c84
[3.2.x] Corrected field and model check messages in docs.
...
Follow up to 72d04e0385
.
Backport of 93f3b7a0ba
from main
2021-09-28 10:58:18 +02:00
Claude Paroz
7607fe922f
[3.2.x] Removed obsolete GEOS 3.5 requirement note.
...
Follow up to ea87a85fad
.
Backport of 8036b53de6
from main
2021-09-24 18:53:36 +02:00
Carlton Gibson
6760f4fa25
[3.2.x] Fixed #33083 -- Fixed selecting all items in the admin changelist when actions are both top and bottom.
...
Thanks Benjamin Locher for the report.
Regression in 30e59705fc
.
Backport of b0ed619303
from main
2021-09-21 19:59:41 +02:00
Mariusz Felisiak
e235c7815a
[3.2.x] Fixed broken links and redirects in docs.
...
Backport of 1d16dbc745
from main
2021-09-21 09:29:21 +02:00
Mariusz Felisiak
51e76c922f
[3.2.x] Used :rfc: role in docs/topics/conditional-view-processing.txt.
...
Backport of f8bab4e0dc
from main
2021-09-21 09:29:18 +02:00
Ken Whitesell
d4a587a5fa
[3.2.x] Fixed #33077 -- Fixed links to related models for admin's readonly fields in custom admin site.
...
Backport of 0a9aa02e6f
from main
2021-09-18 20:10:06 +02:00
Steven Maude
561a1c0905
[3.2.x] Fixed typo in docs/intro/reusable-apps.txt.
...
Backport of 475cffd1d6
from main
2021-09-17 20:20:31 +02:00
Mariusz Felisiak
454ee4d3b8
[3.2.x] Corrected outputs and made cosmetic edits in GeoDjango tutorial.
...
Backport of b5bf026813
from main
2021-09-17 09:15:28 +02:00
David Smith
b51e0a37cf
[3.2.x] Doc'd Jinja2 form renderer.
...
Backport of 7132d17de1
from main
2021-09-16 11:57:24 +02:00
David Sanders
a7be74d017
[3.2.x] Clarified type of Window()'s partition_by and order_by arguments.
...
Backport of ecf76cc1fb
from main
2021-09-10 12:27:55 +02:00
Adam Johnson
54684a3ec0
[3.2.x] Refs #31055 -- Doc'd 'databases' argument of check functions.
...
Backport of c8d3cbdba8
from main
2021-09-10 11:48:20 +02:00
Jacob Walls
1f86ff31b1
[3.2.x] Fixed typo in docs/topics/i18n/formatting.txt.
...
Backport of e75a3a770e
from main
2021-09-04 20:33:15 +02:00
Mariusz Felisiak
b61f44c339
[3.2.x] Fixed #33082 -- Fixed CommandTests.test_subparser_invalid_option on Python 3.9.7+.
...
Thanks Michał Górny for the report.
Backport of 50ed545e2f
from main.
2021-09-02 10:59:30 +02:00
Mariusz Felisiak
707239eabf
[3.2.x] Added stub release notes for Django 3.2.8.
...
Backport of af10e97531
from main
2021-09-01 09:51:50 +02:00
Mariusz Felisiak
d5710f405a
[3.2.x] Post-release version bump.
2021-09-01 07:48:40 +02:00
Mariusz Felisiak
45a0c54b67
[3.2.x] Bumped version for 3.2.7 release.
2021-09-01 07:44:17 +02:00
Mariusz Felisiak
4b80a40272
[3.2.x] Added release date for 3.2.7.
...
Backport of f3a0dc5b2a
from main
2021-09-01 07:42:25 +02:00
Jan Szoja
4e55806720
[3.2.x] Refs #25264 -- Doc's that not all default options are supported by every management command.
...
Backport of 3cca5fdd3e
from main
2021-08-31 13:34:50 +02:00
Carlton Gibson
fe3a854e1d
[3.2.x] Fixed #32992 -- Restored offset extraction for fixed offset timezones.
...
Regression in 10d1261984
.
Backport of cbba49971b
from main
2021-08-30 10:46:19 +02:00
Mariusz Felisiak
382374a360
[3.2.x] Corrected BaseDatabaseSchemaEditor.execute() signature in docs.
...
Backport of a5cb1ef6eb
from main
2021-08-27 06:15:19 +02:00
Zainab Amir
11b2cbb65f
[3.2.x] Made sentence about Model consistent in docs.
...
Backport of 3445c50a3a
from main
2021-08-26 09:05:43 +02:00
Can Sarıgöl
69009f4952
[3.2.x] Fixed #33046 -- Added note about using length of cached result by QuerySet.count().
...
Backport of 7ea86076fc
from main
2021-08-26 09:05:35 +02:00
Mariusz Felisiak
d95a0144e5
[3.2.x] Used backend vendors in custom model fields docs.
...
Backport of d7394cfa13
from main
2021-08-24 16:17:13 +02:00
Märt Häkkinen
358e65a5cd
[3.2.x] Fixed #33030 -- Fixed broken links to GDAL docs.
...
Backport of ed317e79e3
from main
2021-08-23 07:34:36 +02:00
Claude Paroz
d29a9ed504
[3.2.x] The geodjango mailing list moved to the Django Forum.
...
Backport of 6c3525a09d
from main
2021-08-13 15:36:41 +02:00
Claude Paroz
eb26b8a0fe
[3.2.x] The django-i18n mailing list moved to the Django Forum.
...
Backport of 754b82d9de
from main
2021-08-13 15:36:25 +02:00
Jacob Walls
6bb74f3de8
[3.2.x] Fixed some broken links and redirects in docs.
...
Backport of 259b28706e
from main
2021-08-09 07:09:37 +02:00
Lauri Tirkkonen
f18da11b8a
[3.2.x] Updated BaseDatabaseFeatures link in testing tools docs.
...
Backport of 4b6208ffdd
from main
2021-08-02 12:50:11 +02:00
ilu_vatar_
2c46e55314
[3.2.x] Clarified URL patterns in tutorial 3.
...
Co-authored-by: Nick Pope <nick@nickpope.me.uk>
Backport of 4114531cb7
from main
2021-08-02 08:50:22 +02:00