Carlton Gibson
c9ec72ea1b
[4.0.x] Added stub release notes for 4.0.1, 3.2.11, and 2.2.26 releases.
...
Backport of b13d920b7b
from main.
2021-12-28 10:08:54 +01:00
Mariusz Felisiak
b5f60ef5a7
[4.0.x] Refs #32355 -- Bumped required psycopg2 version to 2.8.4.
...
psycopg2 2.8.4 is the first release to support Python 3.8.
Backport of ca04659b4b
from main
2021-12-22 20:33:49 +01:00
Brenton Partridge
b85ceaaba6
[4.0.x] Fixed #32600 -- Fixed Geometry collections and Polygon segmentation fault on macOS ARM64.
...
Backport of 19fb838803
from main
2021-12-21 13:36:08 +01:00
Simon Charette
7e6a2e3b45
[4.0.x] Fixed #33366 -- Fixed case handling with swappable setting detection in migrations autodetector.
...
The migration framework uniquely identifies models by case insensitive
labels composed of their app label and model names and so does the app
registry in most of its methods (e.g. AppConfig.get_model) but it
wasn't the case for get_swappable_settings_name() until this change.
This likely slipped under the radar for so long and only regressed in
b9df2b74b9
because prior to the changes
related to the usage of model states instead of rendered models in the
auto-detector the exact value settings value was never going through a
case folding hoop.
Thanks Andrew Chen Wang for the report and Keryn Knight for the
investigation.
Backport of 4328970780
from main
2021-12-17 10:00:33 +01:00
Mariusz Felisiak
c1d2e8b9b8
[4.0.x] Fixed #33350 -- Reallowed using cache decorators with duck-typed HttpRequest.
...
Regression in 3fd82a6241
.
Thanks Terence Honles for the report.
Backport of 40165eecc4
from main
2021-12-16 20:14:17 +01:00
Jeremy Lainé
3b03bce122
[4.0.x] Fixed #33361 -- Fixed Redis cache backend crash on booleans.
...
Backport of 2f33217ea2
from main
2021-12-14 08:46:16 +01:00
Baptiste Mispelon
15031852c5
[4.0.x] Fixed #33346 -- Fixed SimpleTestCase.assertFormsetError() crash on a formset named "form".
...
Thanks OutOfFocus4 for the report.
Regression in 456466d932
.
Backport of cb383753c0
from main.
2021-12-08 21:13:00 +01:00
Nick Pope
b7f2afa8de
[4.0.x] Improved release notes wording for template-based form rendering.
...
Backport of dfdf1c6864
from main
2021-12-07 13:35:03 +01:00
Mariusz Felisiak
81a90b5bc3
[4.0.x] Added stub release notes for 4.0.1.
...
Backport of adef3d975e
from main
2021-12-07 10:42:26 +01:00
Mariusz Felisiak
0f4fa0caee
[4.0.x] Finalized release notes for Django 4.0.
...
Backport of d7bd9eb6cd
from main
2021-12-07 10:03:39 +01:00
Mariusz Felisiak
01c0fb9d19
[4.0.x] Updated asgiref dependency for 4.0 release series.
...
Backport of 513441240f
from main
2021-12-07 09:55:18 +01:00
Mariusz Felisiak
7f20e89453
[4.0.x] Added CVE-2021-44420 to security archive.
...
Backport of 8747052411
from main
2021-12-07 08:53:48 +01:00
Florian Apolloner
20b9ad36ff
[4.0.x] Fixed #30530 , CVE-2021-44420 -- Fixed potential bypass of an upstream access control based on URL paths.
...
Thanks Sjoerd Job Postmus and TengMA(@te3t123) for reports.
Backport of d4dcd5b9dd
from main.
2021-12-07 06:29:34 +01:00
Mariusz Felisiak
2c20883cb0
[4.0.x] Fixed #33333 -- Fixed setUpTestData() crash with models.BinaryField on PostgreSQL.
...
This makes models.BinaryField pickleable on PostgreSQL.
Regression in 3cf80d3fcf
.
Thanks Adam Zimmerman for the report.
Backport of 2c7846d992
from main.
2021-12-03 11:58:55 +01:00
Mariusz Felisiak
2fa95bfbd4
[4.0.x] Added stub release notes and release date for 3.2.10, 3.1.14 and 2.2.25.
...
Backport of ae4077e13e
from main
2021-11-30 11:26:10 +01:00
Ryuji Tsutsui
5a61bdbb85
[4.0.x] Fixed typo in docs/releases/4.0.txt.
...
Backport of b8c0b22f2f
from main
2021-11-24 17:38:53 +01:00
jhisham
35c63c0513
[4.0.x] Added Malay language.
...
Backport of 5e218cc0b7
from main
2021-11-18 22:05:27 +01:00
Mariusz Felisiak
b7b3bbc835
[4.0.x] Fixed #33253 -- Reverted "Fixed #32319 -- Added ES module support to ManifestStaticFilesStorage."
...
This reverts commit 91e21836f6
.
`export` and `import` directives have several syntax variants and not
all of them were properly covered.
Thanks Hervé Le Roy for the report.
Backport of ba9ced3e9a
from main
2021-11-05 12:11:59 +01:00
Carlton Gibson
3151daaa6c
[4.0.x] Refs #33263 -- Expanded release notes for DeleteView adopting FormMixin.
...
Backport of 2c01ebb4be
from main
2021-11-05 10:27:40 +01:00
Mariusz Felisiak
6fc689a22d
[4.0.x] Corrected multiply defined labels in docs.
...
Backport of 60503cc747
from main
2021-11-04 10:46:30 +01:00
Mariusz Felisiak
b4ad6e32ca
[4.0.x] Added stub release notes for Django 3.2.10.
...
Backport of d811fa1d10
from main
2021-11-01 10:42:21 +01:00
Mariusz Felisiak
a98bbcc2bb
[4.0.x] Added release date for 3.2.9.
...
Backport of 7ec603ba25
from main
2021-11-01 10:19:32 +01:00
David Smith
6aa917383f
[4.0.x] Refs #32956 -- Changed docs to treat the acronym HTTP phonetically.
...
Backport of 69b0736fad
from main
2021-10-19 06:33:00 +02:00
Hannes Ljungberg
00aa3e0b9b
[4.0.x] Fixed #33194 -- Fixed migrations when altering a field with functional indexes/unique constraints 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:36:21 +02:00
Mariusz Felisiak
ab07cb4b54
[4.0.x] Refs #32074 -- Doc'd Python 3.10 compatibility in Django 3.2.x.
...
Backport of 604df4e0ad
from main.
2021-10-05 13:31:57 +02:00
Carlton Gibson
263a4bab37
[4.0.x] Added stub release notes for Django 3.2.9.
...
Backport of c113f7fb0d
from main
2021-10-05 09:39:48 +02:00
Carlton Gibson
6a852b937c
[4.0.x] Added release date for 3.2.7.
...
Backport of c5776bfca9
from main
2021-10-05 09:08:29 +02:00
David Wobrock
aab76433ed
[4.0.x] Fixed #33141 -- Renamed Expression.empty_aggregate_value to empty_result_set_value.
...
Backport of ad36a198a1
from main
2021-09-29 20:52:59 +02:00
Jero Bado
1350187f8e
[4.0.x] Fixed typo in 4.0 release notes.
...
Backport of 3f2170f720
from main
2021-09-22 15:17:40 +02:00
Carlton Gibson
8467c4ed3e
[4.0.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:09 +02:00
Mariusz Felisiak
32f052be0a
Made cosmetic edits to docs/releases/4.0.txt.
2021-09-20 20:50:07 +02:00
Mariusz Felisiak
01042c46f0
Removed empty sections from 4.0 release notes.
2021-09-20 20:07:23 +02:00
David Smith
456466d932
Fixed #31026 -- Switched form rendering to template engine.
...
Thanks Carlton Gibson, Keryn Knight, Mariusz Felisiak, and Nick Pope
for reviews.
Co-authored-by: Johannes Hoppe <info@johanneshoppe.com>
2021-09-20 15:50:18 +02:00
Mariusz Felisiak
ef4ef3b8f5
Fixed #32504 -- Updated admin's jQuery to 3.6.0.
2021-09-20 06:54:35 +02:00
Ken Whitesell
0a9aa02e6f
Fixed #33077 -- Fixed links to related models for admin's readonly fields in custom admin site.
2021-09-18 12:27:28 +02:00
Nikita Marchant
4e4082f939
Fixed #32492 -- Added TrigramWordSimilarity() and TrigramWordDistance() on PostgreSQL.
2021-09-17 13:05:15 +02:00
Giannis Adamopoulos
4555aa0a48
Fixed #27674 -- Deprecated GeoModelAdmin and OSMGeoAdmin.
...
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2021-09-17 08:56:16 +02:00
Carlton Gibson
306607d5b9
Fixed #32365 -- Made zoneinfo the default timezone implementation.
...
Thanks to Adam Johnson, Aymeric Augustin, David Smith, Mariusz Felisiak, Nick
Pope, and Paul Ganssle for reviews.
2021-09-16 12:11:05 +02:00
Daniyal
ec212c6616
Fixed #33012 -- Added Redis cache backend.
...
Thanks Carlton Gibson, Chris Jerdonek, David Smith, Keryn Knight,
Mariusz Felisiak, and Nick Pope for reviews and mentoring this
Google Summer of Code 2021 project.
2021-09-14 15:50:08 +02:00
Claude Paroz
676bd084f2
Fixed #32873 -- Deprecated settings.USE_L10N.
...
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2021-09-14 12:05:43 +02:00
Siburg
46c8df640c
Fixed #32219 -- Made InlineModelAdmin.verbose_name_plural fallback to its verbose_name.
2021-09-08 13:20:13 +02:00
Mariusz Felisiak
4a43335d30
Fixed #30086 , Refs #32873 -- Made floatformat template filter independent of USE_L10N.
2021-09-08 08:37:27 +02:00
Andrew-Chen-Wang
301a85a12f
Fixed #32076 -- Added async methods to BaseCache.
...
This also makes DummyCache async-compatible.
2021-09-07 20:14:25 +02:00
sage
84c7c4a477
Fixed #32309 -- Added --exclude option to startapp/startproject management commands.
2021-09-01 12:08:02 +02:00
Mariusz Felisiak
af10e97531
Added stub release notes for Django 3.2.8.
2021-09-01 09:48:32 +02:00
Mariusz Felisiak
f3a0dc5b2a
Added release date for 3.2.7.
2021-09-01 07:40:01 +02:00
Jan Szoja
b667ac24ea
Fixed #25264 -- Allowed suppressing base command options in --help output.
...
This also suppresses -verbosity and --trackback options in the
runserver's help.
2021-08-31 11:04:02 +02:00
Carlton Gibson
cbba49971b
Fixed #32992 -- Restored offset extraction for fixed offset timezones.
...
Regression in 10d1261984
.
2021-08-30 10:12:46 +02:00
Eugene Morozov
d89f976bdd
Fixed #33054 -- Made TestCase.captureOnCommitCallbacks() capture callbacks recursively.
2021-08-30 07:06:22 +02:00
David Smith
5942ab5eb1
Refs #32338 -- Made RadioSelect/CheckboxSelectMultiple render in <div> tags.
...
This improves accessibility for screen reader users.
2021-08-27 06:14:01 +02:00