Hasan Ramezani
7c662b75f6
[3.1.x] Fixed typo in docs/ref/checks.txt.
...
Backport of 50ef9dfac21499ff6c46c2f6a33103e40b60cd4e from main
2021-03-15 09:42:47 +01:00
Mariusz Felisiak
069c338b5e
[3.1.x] Updated datum directory for PROJ 6 in GIS install instructions.
...
Backport of 4d912e6697784325bc43a6d852fe5a26e6fa235a from main
2021-03-15 08:21:32 +01:00
Mariusz Felisiak
5ab1b7bc26
[3.1.x] Refs #32483 -- Doc'd caveat about using JSONField key transforms to booleans with QuerySet.values()/values_list() on SQLite.
...
Backport of c6b07627fcb5d1c8d2082714ef5adb63bee6cf4c from master
2021-03-04 11:31:22 +01:00
Mariusz Felisiak
72e2cbe38f
[3.1.x] Fixed typo in docs/ref/contrib/postgres/fields.txt.
...
Backport of 05bbff82638731a6abfed2fe0ae06a4d429cb32f from master
2021-03-04 10:44:40 +01:00
Hasan Ramezani
05066ad961
[3.1.x] Corrected admin.E023 message in docs.
...
Backport of d1f89c9b9a9b44c4dbfd24fcb5f76f16e973c0a2 from master
2021-03-04 09:22:01 +01:00
Mariusz Felisiak
350c69113a
[3.1.x] Updated links to djangoproject.com/code.djangoproject.com repositories.
...
Backport of 2b1de3dd242b473cd084e7ff9b9b10d488dcabad from master
2021-03-03 09:07:33 +01:00
Jacob Walls
200b71b593
[3.1.x] Fixed typos in assertQuerysetEqual() docs and 1.6 release notes.
...
Backport of 0c7e880e13b837dd76276c04ebdc338bb76d1379 from master
2021-02-26 09:12:22 +01:00
Mariusz Felisiak
bdad3eb7ec
[3.1.x] Added stub release notes for 3.1.8.
...
Backport of e0f82d7992ad7085dcf4ed096a6ad2e3ad89eaae from master
2021-02-25 20:30:29 +01:00
Markus Holtermann
7fffdc4aad
[3.1.x] Updated links to DEPs.
...
Backport of 7cc6899d4176539e5d59a2e921b938904d3a8944 from master
2021-02-25 17:27:54 +01:00
Carlton Gibson
3668da8de8
[3.1.x] Added CVE-2021-23336 to security archive.
...
Backport of ab58f072502e86dfe21b2bd5cccdc5e94dce8d26 from master
2021-02-19 11:05:36 +01:00
Carlton Gibson
87481ea20c
[3.1.x] Post-release version bump.
2021-02-19 09:40:16 +01:00
Carlton Gibson
56f2cccc01
[3.1.x] Bumped version for 3.1.7 release.
3.1.7
2021-02-19 09:39:23 +01:00
Nick Pope
8f6d431b08
[3.1.x] Fixed CVE-2021-23336 -- Fixed web cache poisoning via django.utils.http.limited_parse_qsl().
2021-02-18 10:15:30 +01:00
Nick Pope
536d1174bb
[3.1.x] Added documentation extlink for bugs.python.org.
...
Backport of d02d60eb0f032c9395199fb73c6cd29ee9bb2646 from master
2021-02-17 14:26:48 +01:00
David Smith
921ffcbb03
[3.1.x] Fixed #32438 -- Fixed typo in docs/topics/testing/tools.txt.
...
Backport of e412b288455dd3ea6f1d65c8ec5d01751e489976 from master
2021-02-12 09:21:42 +01:00
Anil Khatri
b1416cbc8b
[3.1.x] Fixed #32430 -- Doc'd base class-based views.
...
Backport of 6ee86a12ee29fcd4f3d7c9f1ad6de8cde4637b06 from master
2021-02-08 17:34:24 +01:00
Anil Khatri
4f5e550cda
[3.1.x] Fixed #32408 -- Doc'd django.views.generic.detail.BaseDetailView.
...
Backport of de4492fbb1e48f8b258baa182220d4247f345177 from master
2021-02-08 07:09:09 +01:00
Mariusz Felisiak
efaf9f4ac9
[3.1.x] Fixed backends.postgresql.tests.Tests.test_nodb_cursor_raises_postgres_authentication_failure().
...
Follow up to 9efe832ee1e5da326e4ee5ed370db963b8fe6624.
2021-02-05 06:08:08 +01:00
Christopher Keith
5dec57a6fc
[3.1.x] Fixed #31550 -- Adjusted ASGI test_file_response for various Windows content types.
...
Backport of 76181308fb02e67794d0cc1471766a5d7e4c877e from master
2021-02-04 21:58:38 +01:00
Carlton Gibson
30b771766b
[3.1.x] Corrected typo in advice to new contributors.
...
Backport of e48e78738e224a056df57b7cb08bd48ac0e54f60 from master
2021-02-04 16:03:26 +01:00
GabbyPrecious
526a6f0d25
[3.1.x] Refs #32412 -- Adjusted link from tutorial to reference docs.
...
The writing code index page is a better location for a newer contributor to
land, than the specific patch guidelines subpage.
Backport of aa29c57beea7e8e570f8a597ea806ca3e2b3431d from master
2021-02-04 10:39:22 +01:00
GabbyPrecious
fdeca77215
[3.1.x] Refs #32412 -- Adjusted beginning of Advice for new contributors.
...
With the goal of guiding folks to the right destination:
* Improved wording of tutorial call-out.
* Added summary of page purpose.
* Added link to Writing code reference doc.
Backport of e733c9ac1746cedc78efabff340379f1c9ee47da from master
2021-02-04 10:39:18 +01:00
Mariusz Felisiak
9efe832ee1
[3.1.x] Fixed #32403 -- Fixed re-raising DatabaseErrors when using only 'postgres' database.
...
Thanks Kazantcev Andrey for the report.
Regression in f48f671223a20b161ca819cf7d6298e43b8ba5fe.
Backport of f131841c601b9d4884adcdb284b4213c2ad89231 from master
2021-02-02 21:36:06 +01:00
Brad Solomon
2d560af8fb
[3.1.x] Fixed typo in docs/ref/forms/widgets.txt.
...
Backport of f9cfd346f0222d86bfbac26ef5455806965bae6b from master
2021-02-01 12:05:49 +01:00
Mariusz Felisiak
65d4c59da9
[3.1.x] Added stub release notes for 3.1.7.
...
Backport of 8d3c3a57174a072479978d60f5ecdb9fd3c2fd23 from master
2021-02-01 10:55:28 +01:00
Mariusz Felisiak
a930e77a83
[3.1.x] Added CVE-2021-3281 to security archive.
...
Backport of f749148d62ece28d208ab66b109f858215ba090a from master
2021-02-01 10:46:17 +01:00
Mariusz Felisiak
69a40b6dbe
[3.1.x] Post-release version bump.
2021-02-01 09:47:27 +01:00
Mariusz Felisiak
3235a7b807
[3.1.x] Bumped version for 3.1.6 release.
3.1.6
2021-02-01 09:33:22 +01:00
Mariusz Felisiak
02e6592835
[3.1.x] Fixed CVE-2021-3281 -- Fixed potential directory-traversal via archive.extract().
...
Thanks Florian Apolloner, Shai Berger, and Simon Charette for reviews.
Thanks Wang Baohua for the report.
Backport of 05413afa8c18cdb978fcdf470e09f7a12b234a23 from master.
2021-02-01 09:13:58 +01:00
Mariusz Felisiak
03a86784d0
[3.1.x] Fixed GeoIPTest.test04_city() failure with the latest GeoIP2 database.
...
Backport of 135c800fe6138d7818501a384c0ebbdc5442762c from master
2021-01-29 11:03:04 +01:00
Adam Johnson
a271d8c15c
[3.1.x] Modernized custom manager example
...
Since this example was added 15 years ago in a8ccdd0fcd631e8e928ef20547e1fe3e313dc607, the ORM has gained the ability to do the `COUNT(*)` related query, so do it with the ORM to avoid misleading users that raw SQL is only supported from manager methods.
Backport of 59e503b6708d41a44f2aa320272de3e2ecb5d65c from master
2021-01-28 16:02:15 +01:00
Denis Skulimovskiy
82e1294602
[3.1.x] Fixed #32391 -- Used CSS flex properties for changelist filter.
...
Matched layout adjustment using flex from admin sidebar added in
d24ba1be7a53a113d19e2860c03aff9922efec24.
Filters would become squashed when viewport was
constrained or list display table became too wide.
Backport of 269a76714616fd7ad166a14113f3354bab8d9b65 from master
2021-01-28 15:55:51 +01:00
Timothy McCurrach
b920945d02
[3.1.x] Fixed #32388 -- Clarified QuerySet.bulk_update() caveat about duplicates for multiple batches.
...
Backport of 241da3f06ee0c6f436341cda5890b221ac453e3b from master
2021-01-28 08:07:33 +01:00
Carlton Gibson
fa203f1759
[3.1.x] Fixed #32348 , Refs #29087 -- Corrected tutorial for updated deleting inlines UI.
...
Updated tutorial to match change in 24e540fbd71bd2b0843e751bde61ad0052a811b3
allowing deletion of original extra inlines.
Backport of f4272d000af598018247fe9687dac0fd02a29a7c from master
2021-01-27 08:48:14 +01:00
Jack
18adc89e50
[3.1.x] Refs #32372 -- Updated manager name in related objects reference docs.
...
Follow up to 725c549ae7a34d83447201da7190f8d71c7fc2fc.
Backport of 2b4b6c8af0aae8785bc1347cf1be2e8e70fd5ff3 from master
2021-01-22 20:20:04 +01:00
Jack Aitken
cc5ee23f74
[3.1.x] Fixed #32372 -- Made examples in related objects reference docs consistent.
...
Backport of 725c549ae7a34d83447201da7190f8d71c7fc2fc from master
2021-01-22 06:53:34 +01:00
Matthias Kestenholz
2a74248eca
[3.1.x] Fixed #32371 -- Doc'd jquery.init.js dependency for admin widgets.
...
Backport of 7b3ec6bcc8309d5b2003d355fe6f78af89cfeb52 from master
2021-01-20 22:08:31 +01:00
Carles Pina Estany
ed616ffe94
[3.1.x] Fixed cross-link in CBV topic documentation.
...
Backport of 7072bff1fd13ea706b2dc0ca10feef755872eb68 from master
2021-01-14 11:19:29 +01:00
Mariusz Felisiak
fdbcbc3081
[3.1.x] Removed unused import in docs/ref/models/expressions.txt.
...
Backport of fdc3d9dcaf87fb0a1350154561053faa331c3b69 from master
2021-01-12 10:54:03 +01:00
Iuri de Silvio
1dd159f16e
[3.1.x] Fixed #32313 -- Corrected QuerySet.in_bulk() signature.
...
Backport of 02391bc98c406f3cd5e329d252ec5c4b63cf979e from master
2021-01-11 08:02:03 +01:00
Hasan Ramezani
2b443cb6c2
[3.1.x] Fixed #32315 -- Doc'd FieldFile.path.
...
Backport of 3eb98743dcaa0b7abd2d5832cba8cc9cb586a964 from master
2021-01-07 12:53:04 +01:00
Fabio Sangiovanni
6d3a623f71
[3.1.x] Fixed #32310 -- Fixed note about reverse accessors for intermediate table for self-referential ManyToManyField.
...
Backport of 2d6c9b97bc706aab1975f57e814461e90e389bb0 from master
2021-01-04 22:21:17 +01:00
Carlton Gibson
e080bf49a0
[3.1.x] Post-release version bump.
2021-01-04 09:01:30 +01:00
Carlton Gibson
622e37ca6d
[3.1.x] Added stub release notes for 3.1.6.
...
Backport of 966ed414b2adfc9ecc26a9d529dec99d94262cd9 from master
2021-01-04 08:59:11 +01:00
Carlton Gibson
f244d86962
[3.1.x] Bumped version for 3.1.5 release.
3.1.5
2021-01-04 08:47:51 +01:00
Carlton Gibson
3bfe6da27b
Added release date for 3.1.5.
...
Backport of 767917ed4901ca076572c7ec6806b91fb7581fdb from master.
2021-01-04 08:43:07 +01:00
Tim Graham
f4db2d16ec
[3.1.x] Refs #28741 -- Doc'd SESSION_COOKIE_DOMAIN requirement with CSRF_USE_SESSIONS.
...
Similar considerations as refs #32065 , again adding some nuance to
afd375fc343baa46e61036087bc43b3d096bb0ca.
Backport of 2e7ba6057cfc82a15a22b6021cd60cf307152e2d from master
2021-01-04 08:17:46 +01:00
Roland Geider
a7e2f6c257
[3.1.x] Fixed typo in docs/ref/templates/builtins.txt.
...
Backport of 3363cf42255b7a960902ab561613460ebe777331 from master
2021-01-04 07:35:34 +01:00
Tim Graham
558c100181
[3.1.x] Updated CVE URL.
...
Backport of 656b331b13e08e82bbf0b88d39080c5b1a02109c from master
2021-01-02 12:49:36 +01:00
Mariusz Felisiak
5fdc81d893
[3.1.x] Fixed #32304 -- Fixed prefixing STATIC_URL and MEDIA_URL by SCRIPT_NAME for absolute URLs with no domain.
...
Thanks Adam Hooper for the report.
Regression in c574bec0929cd2527268c96a492d25223a9fd576.
Backport of e13b71403bd1568abed237858127677144d43d23 from master
2020-12-31 13:19:34 +01:00