Mariusz Felisiak
f78b18f9c8
[4.0.x] Fixed #33820 -- Doc'd "true"/"false"/"null" caveat for JSONField key transforms on SQLite.
...
Thanks Johnny Metz for the report.
Regression in 71ec102b01
.
Backport of e20e5d1557
from main
2022-07-26 20:22:34 +02:00
Mariusz Felisiak
48501c84ad
[4.0.x] Fixed RelatedGeoModelTest.test08_defer_only() on MySQL 8+ with MyISAM storage engine.
...
Backport of 73766c1187
from main
2022-07-05 19:06:39 +02:00
Mariusz Felisiak
6a830bf900
[4.0.x] Added CVE-2022-34265 to security archive.
...
Backport of d12d7c4c42
from main
2022-07-04 10:34:15 +02:00
Mariusz Felisiak
90dc60d1a8
[4.0.x] Added stub release notes for 4.0.7.
...
Backport of c6932ea2ea
from main
2022-07-04 10:34:05 +02:00
Mariusz Felisiak
e6f69938c5
[4.0.x] Post-release version bump.
2022-07-04 08:39:25 +02:00
Mariusz Felisiak
caad462fea
[4.0.x] Bumped version for 4.0.6 release.
2022-07-04 08:33:06 +02:00
Mariusz Felisiak
c73215272a
[4.0.x] Updated man page for Django 4.0.6.
2022-07-04 08:31:42 +02:00
Mariusz Felisiak
0dc9c016fa
[4.0.x] Fixed CVE-2022-34265 -- Protected Trunc(kind)/Extract(lookup_name) against SQL injection.
...
Thanks Takuto Yoshikai (Aeye Security Lab) for the report.
2022-07-04 08:26:57 +02:00
Aristotelis Mikropoulos
a2b88d7be6
[4.0.x] Fixed typo in docs/topics/signals.txt.
...
Backport of 5eb6a2b33d
from main
2022-07-02 16:47:26 +02:00
Mariusz Felisiak
2b901c1be4
[4.0.x] Fixed GEOSTest.test_emptyCollections() on GEOS 3.8.0.
...
It's a regression in GEOS 3.8.0 fixed in GEOS 3.8.1.
Backport of 863aa7541d
from main
2022-07-01 19:06:44 +02:00
Mariusz Felisiak
4d20d2f7c2
[4.0.x] Fixed docs build with sphinxcontrib-spelling 7.5.0+.
...
sphinxcontrib-spelling 7.5.0+ includes captions of figures in the set
of nodes for which the text is checked.
Backport of ac90529cc5
from main.
2022-06-27 08:04:25 +02:00
Mariusz Felisiak
8a294ee2e0
[4.0.x] Added stub release notes and release date for 4.0.6 and 3.2.14.
...
Backport of b2eff16806
from main
2022-06-27 07:22:22 +02:00
Mariusz Felisiak
1c28443fc9
[4.0.x] Fixed CoveringIndexTests.test_covering_partial_index() when DEFAULT_INDEX_TABLESPACE is set.
...
Backport of aa8b9279e4
from main
2022-06-21 11:43:53 +02:00
Mariusz Felisiak
0f3b25044c
[4.0.x] Fixed #33789 -- Doc'd changes in quoting table/column names on Oracle in Django 4.0.
...
Thanks Paul in 't Hout for the report.
Regression in 1f643c28b5
.
Backport of a0608c4b11
from main
2022-06-21 09:11:06 +02:00
Grammy Jiang
6661c48a20
[4.0.x] Updated OWASP Top 10 link in security topic.
...
Backport of ef9121f3e6
from main
2022-06-16 06:36:21 +02:00
Carlton Gibson
fd68bfa652
[4.0.x] Added stub release notes for 4.0.6.
...
Backport of d5bc362030
from main
2022-06-01 14:40:58 +02:00
Carlton Gibson
bd5ca017c0
[4.0.x] Post-release version bump.
2022-06-01 14:33:24 +02:00
Carlton Gibson
9736596bce
[4.0.x] Bumped version for 4.0.5 release.
2022-06-01 12:31:58 +02:00
Carlton Gibson
1f1207ec69
[4.0.x] Updated release date for Django 4.0.5.
...
Backport of 40bf34a92f
from main
2022-06-01 12:26:49 +02:00
Mariusz Felisiak
bc38eafc61
[4.0.x] Fixed #33753 -- Fixed docs build on Sphinx 5+.
...
Empty language is not supported anymore.
Backport of 565ad5ace4
from main
2022-06-01 12:15:06 +02:00
Mariusz Felisiak
067daffb95
[4.0.x] Bumped minimum Sphinx version to 4.5.0.
...
Related Sphinx changes:
- https://github.com/sphinx-doc/sphinx/pull/8898
- https://github.com/sphinx-doc/sphinx/issues/8326
Backport of ebf25555bb
from main
2022-05-31 15:24:47 +02:00
Hasan Ramezani
73b4f3f9b3
[4.0.x] Unified AdminSite imports in docs.
...
Backport of ce69e34bd6
from main
2022-05-25 13:14:30 +02:00
Sankalp
fe2e147846
[4.0.x] Fixed #33725 -- Made hidden quick filter in admin's navigation sidebar not focusable.
...
Regression in d915dd1c58
.
Follow up to 780473d756
.
Backport of 90dcf27114
from main.
2022-05-21 14:38:53 +02:00
Burak Kadir Er
e85ed998d5
[4.0.x] Fixed #33721 -- Added DE-9IM link in GEOS docs.
...
Backport of 1be9585d73
from main
2022-05-20 16:48:43 +02:00
Tom Sparrow
1dec0c07de
[4.0.x] Removed unnecessary semicolons in docs about performing raw SQL.
...
Backport of e89f957135
from main
2022-05-19 10:39:35 +02:00
David Wobrock
4a86883e0a
[4.0.x] Fixed #33705 -- Fixed crash when using IsNull() lookup in filters.
...
Thanks Florian Apolloner for the report.
Thanks Simon Charette for the review.
Backport of 9f55489529
from main
2022-05-19 07:53:06 +02:00
Mariusz Felisiak
de9c08c0f3
[4.0.x] Refs #33685 -- Doc'd that using PostgreSQL's service names for testing purposes is not supported.
...
Backport of 647480166b
from main
2022-05-16 09:33:35 +02:00
Mariusz Felisiak
5c6ebe19cc
[4.0.x] Fixed #33681 -- Made Redis client pass CACHES["OPTIONS"] to a connection pool.
...
Thanks Ben Picolo for the report.
Backport of d27e6b233f
from main
2022-05-16 06:18:49 +02:00
Ali Toosi
8b2a93ee5b
[4.0.x] Fixed #33680 -- Corrected example of customizing model loading in docs.
...
Backport of faab9e6769
from main
2022-05-06 07:27:32 +02:00
Alokik Vijay
256db5c048
[4.0.x] Fixed #33658 -- Doc'd ModelChoiceField.blank attribute.
...
Thanks Mariusz Felisiak for reviewing.
Backport of df22566748
from main
2022-05-03 15:27:00 +02:00
Carlton Gibson
5db5c33baa
[4.0.x] Updated release date for Django 4.0.5.
...
Backport of c5fd5e3cc3
from main
2022-05-03 09:19:46 +02:00
Tim Graham
fe2140c1c2
[4.0.x] Removed 'tests' path prefix in a couple tests.
...
Backport of 694cf458f1
from main
2022-05-02 07:32:00 +02:00
Jacob Walls
3f5d43ce54
[4.0.x] Refs #31026 -- Changed @jinja2_tests imports to be relative.
...
Backport of 03a6488116
from main
2022-05-02 06:11:32 +02:00
Steven DeMartini
2308fb5806
[4.0.x] Refs #23435 -- Added note about GenericForeignKey indexes to docs.
...
Backport of 562e3bc09a
from main
2022-04-29 09:23:01 +02:00
David
ed6940f0bf
[4.0.x] Added backticks to code literals in various docs.
...
Backport of 51874dd160
from main.
2022-04-28 11:17:57 +02:00
David
57e7a268b6
[4.0.x] Changed "refactorings" to "refactoring" in docs/releases/1.0.txt.
...
Backport of 15b888bb83
from main
2022-04-28 11:16:36 +02:00
David
1df71f8f89
[4.0.x] Changed "ie." to "i.e." in docs.
...
Backport of 1c2bf80acb
from main
2022-04-28 11:16:12 +02:00
Carlton Gibson
86324f37b3
[4.0.x] Refs #33646 -- Added example for async cross-thread connection access.
...
Backport of 6b53114dd8
from main
2022-04-20 14:52:52 +02:00
Xiang Zhang
7ac2cd638f
[4.0.x] Added TiDB to list of third-party DB backends.
...
Backport of c8c6a51a38
from main
2022-04-20 08:12:55 +02:00
Theofilos Alexiou
f33c636372
[4.0.x] Updated note about ListView pagination example in CBV docs.
...
Follow up to 0f0abc20be
.
Backport of 470708f50d
from main
2022-04-19 21:39:41 +02:00
Dominik
2fc7cb9d39
[4.0.x] Fixed #33644 -- Corrected FAQ about displaying ManyToManyField in list_filter.
...
Backport of 7d26d5f8f1
from main
2022-04-19 20:22:09 +02:00
Nick Pope
38f12b2a41
[4.0.x] Updated bpo link to use redirect URI.
...
Mirrors the change made in python/cpython#32342 .
Backport of 62ffc9883a
from main
2022-04-13 13:28:08 +02:00
Mariusz Felisiak
bcfac538ae
[4.0.x] Added stub release notes for 4.0.5.
...
Backport of b54fd0e36e
from main
2022-04-11 10:53:46 +02:00
Mariusz Felisiak
fa20de5f54
[4.0.x] Added CVE-2022-28346 and CVE-2022-28347 to security archive.
...
Backport of 78eeff8d33
from main
2022-04-11 10:36:26 +02:00
Mariusz Felisiak
e53f65012b
[4.0.x] Post-release version bump.
2022-04-11 09:10:50 +02:00
Mariusz Felisiak
89807fbde8
[4.0.x] Bumped version for 4.0.4 release.
2022-04-11 09:05:03 +02:00
Mariusz Felisiak
00b0fc50e1
[4.0.x] Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against SQL injection on PostgreSQL.
...
Backport of 6723a26e59
from main.
2022-04-11 09:02:58 +02:00
Mariusz Felisiak
800828887a
[4.0.x] Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(), and extra() against SQL injection in column aliases.
...
Thanks Splunk team: Preston Elder, Jacob Davis, Jacob Moore,
Matt Hanson, David Briggs, and a security researcher: Danylo Dmytriiev
(DDV_UA) for the report.
Backport of 93cae5cb2f
from main.
2022-04-11 09:02:14 +02:00
Manel Clos
78e553b48a
[4.0.x] Fixed #33628 -- Ignored directories with empty names in autoreloader check for template changes.
...
Regression in 68357b2ca9
.
Backport of 62739b6e26
from main.
2022-04-11 08:29:10 +02:00
Mariusz Felisiak
7700084142
[4.0.x] Added stub release notes and release date for 4.0.4, 3.2.13, and 2.2.28.
...
Backport of 78277faafd
from main
2022-04-04 10:50:15 +02:00