Commit Graph

12902 Commits

Author SHA1 Message Date
rharri 088537710f [4.1.x] Fixed typo in docs/topics/testing/tools.txt.
Backport of 6654289f5b from main
2022-07-29 09:02:09 +02:00
Carlton Gibson 33c2dc8757 [4.1.x] Adjusted release notes for 4.0.7 and 3.2.15.
Backport of cadd864f68 from main
2022-07-27 10:03:40 +02:00
Carlton Gibson 5b509539e2 [4.1.x] Added release date and stub release notes for 4.0.7 and 3.2.15 releases.
Backport of 0c1675781e from main
2022-07-27 09:32:04 +02:00
Mariusz Felisiak 265c3eb602 [4.1.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:03 +02:00
Claude Paroz 1fd79033f7 [4.1.x] Refs #25756 -- Doc'd inability to use file fields with PostgreSQL ArrayField.
Backport of a46dfa87d0 from main
2022-07-23 16:12:52 +02:00
Victor 8a2e65c2e6 [4.1.x] Fixed #33317 -- Added note about unconditional evaluation of {% block %} tags.
Backport of 2fac0a1808 from main
2022-07-22 10:10:23 +02:00
Alokik Vijay 0acaea1329 [4.1.x] Fixed #30711 -- Doc'd django.contrib.postgres.fields.hstore.KeyTransform().
Backport of 7faf25d682 from main
2022-07-13 11:34:46 +02:00
Mariusz Felisiak 7d59c6d37c [4.1.x] Refs CVE-2022-34265 -- Unified DatabaseOperations._convert_*_to_tz() hook names.
Backport of 5e2f4ddf29 from main
2022-07-09 13:03:19 +02:00
Simon Charette 585ed2f6d7 [4.1.x] Refs CVE-2022-34265 -- Properly escaped Extract() and Trunc() parameters.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>

Backport of 877c800f25 from main
2022-07-06 09:10:41 +02:00
Mariusz Felisiak ee79219f1b [4.1.x] Added CVE-2022-34265 to security archive.
Backport of d12d7c4c42 from main
2022-07-04 10:33:26 +02:00
Mariusz Felisiak 38c2bdba35 [4.1.x] Added stub release notes for 4.0.7.
Backport of c6932ea2ea from main
2022-07-04 10:33:18 +02:00
Mariusz Felisiak 284b188a41 [4.1.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:02 +02:00
Aristotelis Mikropoulos 501a3e6727 [4.1.x] Fixed typo in docs/topics/signals.txt.
Backport of 5eb6a2b33d from main
2022-07-02 16:46:49 +02:00
Arslan Noor 33601df44e [4.1.x] Corrected various typos in contributing docs.
Backport of 5c93a84f44 from main
2022-06-30 11:09:51 +02:00
Pablo Montepagano 72358f0110 [4.1.x] Fixed #32749 -- Doc'd PyMemcacheCache defaults.
Backport of bb2c5f69f4 from main
2022-06-28 21:58:08 +02:00
Hrushikesh Vaidya e40b77365f [4.1.x] Refs #33779 -- Doc'd django.utils.html.json_script().
Backport of 0ee03a439b from main
2022-06-28 11:35:41 +02:00
Christopher Adams aed1a73e0a [4.1.x] Fixed #33422 -- Improved docs about isolating apps.
Backport of 90d2f9f416 from main
2022-06-27 20:53:06 +02:00
Mariusz Felisiak 6c0ee61797 [4.1.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 07:44:27 +02:00
Mariusz Felisiak d783ce3d8d [4.1.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:16:51 +02:00
Ian Wootten 2026314b20 [4.1.x] Fixed #33804 -- Corrected GinIndex.gin_pending_list_limit description in docs.
Backport of 6f63e0ce8e from main
2022-06-24 14:54:06 +02:00
Mariusz Felisiak 91b365ef67 [4.1.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:10:43 +02:00
Carlton Gibson 0fb02522f9 [4.1.x] Updated asgiref dependency for 4.1 release series.
Backport of 2a2bde52f3 from main
2022-06-16 12:17:15 +02:00
Sfurti-yb eaf9885392 [4.1.x] Added YugabyteDB to list of third-party DB backends.
Backport of 860643e12e from main
2022-06-16 08:58:56 +02:00
Grammy Jiang 3b332c6077 [4.1.x] Updated OWASP Top 10 link in security topic.
Backport of ef9121f3e6 from main
2022-06-16 06:35:52 +02:00
Swann 9d8b694205 [4.1.x] Fixed documentation of Widget.id_for_label() empty return value.
Backport of d0863429a3 from main
2022-06-03 20:01:16 +02:00
Tim Graham 566437adc9 [4.1.x] Fixed #33757 -- Clarified Client.post() file upload example.
Backport of 61badf1d58 from main
2022-06-02 19:04:18 +02:00
Carlton Gibson 0fb0355271 [4.1.x] Added stub release notes for 4.0.6.
Backport of d5bc362030 from main
2022-06-01 14:40:30 +02:00
Carlton Gibson b73abed2ea [4.1.x] Updated release date for Django 4.0.5.
Backport of 40bf34a92f from main
2022-06-01 12:26:21 +02:00
Mariusz Felisiak 007a21b576 [4.1.x] Fixed #33753 -- Fixed docs build on Sphinx 5+.
Empty language is not supported anymore.
Backport of 565ad5ace4 from main
2022-06-01 12:13:38 +02:00
Mariusz Felisiak 962d594742 [4.1.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:10 +02:00
Hasan Ramezani 44e754fc83 [4.1.x] Unified AdminSite imports in docs.
Backport of ce69e34bd6 from main
2022-05-25 13:14:05 +02:00
Mariusz Felisiak 3d4bab28de [4.1.x] Fixed #33724 -- Doc'd exclude argument changes in model validation.
Thanks אורי for the report.

Follow up to 1ea7e3157d.
Backport of 90aabd730a from main
2022-05-24 10:03:19 +02:00
Sankalp 170793f0b0 [4.1.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:36:02 +02:00
Burak Kadir Er 701d78c95c [4.1.x] Fixed #33721 -- Added DE-9IM link in GEOS docs.
Backport of 1be9585d73 from main
2022-05-20 16:47:40 +02:00
Tom Sparrow 33552c7a13 [4.1.x] Removed unnecessary semicolons in docs about performing raw SQL.
Backport of e89f957135 from main
2022-05-19 10:39:14 +02:00
David Wobrock 820b4e565a [4.1.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:52:44 +02:00
Simon Willison aa3197e5f1 [4.1.x] Refs #33646 -- Fixed link markup in queries topic doc.
Backport of 4525d689e9 from main
2022-05-18 17:41:34 +02:00
Joachim Jablon daf83303d1 [4.1.x] Refs #30581 -- Updated count of steps in model validation docs.
Follow-up to 667105877e.

Backport of ce7321932d from main
2022-05-18 11:39:06 +02:00
Carlton Gibson 2a5cfe8a2c [4.1.x] Bumped django_next_version in docs config. 2022-05-17 12:12:54 +02:00
Carlton Gibson 5325a6344c Updated man page for Django 4.1 alpha. 2022-05-17 11:21:08 +02:00
Carlton Gibson d6e3756946 Removed empty sections from 4.1 release notes. 2022-05-17 11:21:08 +02:00
David Smith d126eba363 Refs #32339 -- Deprecated default.html form template.
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
2022-05-17 11:16:54 +02:00
Alokik Vijay 6af8673255 Update docs/releases/4.1.txt
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2022-05-17 10:50:09 +02:00
Alokik Vijay 7f3cfaa12b Fixed #32565 -- Moved internal URLResolver view-strings mapping to admindocs.
Moved the functionality of URLResolver._is_callback(),
URLResolver._callback_strs, URLPattern.lookup_str() to
django.contrib.admindocs.
2022-05-17 10:50:09 +02:00
Collin Anderson 2a5d2eefc7 Fixed #33683 -- Document HttpResponseBase and allow import from django.http 2022-05-17 09:51:16 +02:00
David Wobrock 97f124f39e Refs #27064 -- Made migrations generate RenameIndex operations when moving indexes from index_together to Meta.indexes. 2022-05-17 07:21:36 +02:00
David Wobrock c6cec3c2d2 Refs #27064 -- Made migrations generate RenameIndex operations when renaming Meta.indexes. 2022-05-16 17:46:24 +02:00
Mariusz Felisiak 647480166b
Refs #33685 -- Doc'd that using PostgreSQL's service names for testing purposes is not supported. 2022-05-16 09:32:40 +02:00
Marcelo Galigniana 76af861356 Fixed #27550 -- Allowed GEOSGeometry.normalize() to return a normalized clone. 2022-05-16 06:46:53 +02:00
Mariusz Felisiak d27e6b233f
Fixed #33681 -- Made Redis client pass CACHES["OPTIONS"] to a connection pool.
Thanks Ben Picolo for the report.
2022-05-16 06:17:40 +02:00