Carlton Gibson
b37d5849b7
[3.1.x] Fixed #32069 -- Fixed admin change-form layout on small screens.
...
Restored flex-wrap CSS declaration to form elements at smallest breakpoint.
This was present since the responsive admin was introduced in dc37e8846eeedc3a9100ca21fdc9d579bc534c89.
Regression in 8ee4bb6ffcb3346c0fa8fb194986fbf9edadc822, where it was accidentally removed.
Backport of 257f8495d6c93e30ab0f52af4c488d7344bcf112 from master
2020-10-21 15:09:45 +02:00
Mariusz Felisiak
012df8d2d3
[3.1.x] Fixed outdated notes in SchemaEditor docs.
...
Backport of 197b55c53469cf8344d1ba35175236780cb83bd1 from master
2020-10-20 09:49:39 +02:00
Mariusz Felisiak
d75cfe11e8
[3.1.x] Fixed typo in docs/ref/checks.txt.
...
Backport of b3b0be3df3108afe8522036cda2e589187c49e2e from master
2020-10-19 19:23:25 +02:00
Hasan Ramezani
2212927c1b
[3.1.x] Fixed #32107 -- Fixed ProtectedError.protected_objects and RestrictedError.restricted_objects.
...
Regression in 4ca5c565f4dc9e97845036e86416abc5cfde766c and
ab3cbd8b9a315911248227208630a020cedca08f.
Thanks Vitaliy Yelnik for the report.
Backport of 3b1746d5194778fab15c15dd14c212e0912ec8f3 from master
2020-10-19 13:10:13 +02:00
Jacob Walls
18ffdf5c87
[3.1.x] Fixed typo in docs/topics/testing/tools.txt.
...
Backport of 4e4db426c5b0a18d1fd4dac6fc1342ab7762b288 from master
2020-10-18 19:51:56 +02:00
Claude Paroz
8caf524a1d
[3.1.x] Fixed #32110 -- Doc'd and tested enumerations for ChoiceField.choices.
...
Backport of 7f85498eef1d8fcc52e4fb70df8041f5452d405a from master
2020-10-17 21:01:54 +02:00
Carlton Gibson
848e48c62d
[3.1.x] Fixed #29988 -- Updated coding style to allow f-strings.
...
Thanks to Nick Pope for review.
Backport of 411cc0ae18aa9c64447eed229e65e092d23f80e6 from master
2020-10-15 10:10:49 +02:00
Mariusz Felisiak
536213278c
[3.1.x] Refs #32096 -- Fixed ExclusionConstraint crash with JSONField key transforms in expressions.
...
Regression in 6789ded0a6ab797f0dcdfa6ad5d1cfa46e23abcd.
Backport of ee0abac169c2dcc6818d583247903c2a8ef55f7c from master.
2020-10-14 22:10:09 +02:00
Mariusz Felisiak
ae6b24093c
[3.1.x] Refs #32096 -- Fixed ExpressionWrapper crash with JSONField key transforms.
...
Regression in 6789ded0a6ab797f0dcdfa6ad5d1cfa46e23abcd.
Thanks Simon Charette and Igor Jerosimić for the report.
Backport of bbd55e58639c33b4c5adff5f41b78deffc915c11 from master
2020-10-14 21:03:40 +02:00
Mariusz Felisiak
59fe0b8541
[3.1.x] Refs #32096 -- Fixed __in lookup crash against key transforms for JSONField.
...
Regression in 6789ded0a6ab797f0dcdfa6ad5d1cfa46e23abcd and
1251772cb83aa4106f526fe00738e51c0eb59122.
Thanks Simon Charette and Igor Jerosimić for the report.
Backport of 7e1e198494d4fc72cf6e153f9d24fe2493c17dc1 from master
2020-10-14 21:03:15 +02:00
Mariusz Felisiak
d94e777b66
[3.1.x] Refs #32096 -- Fixed crash of ArrayAgg/StringAgg/JSONBAgg with ordering over JSONField key transforms.
...
Regression in 6789ded0a6ab797f0dcdfa6ad5d1cfa46e23abcd.
Thanks Igor Jerosimić for the report.
Backport of 1f31027bb3ad460864fbcbbb89eeb328c0a2f184 from master
2020-10-14 21:02:29 +02:00
Mariusz Felisiak
84685e5132
[3.1.x] Refs #31040 -- Doc'd Python 3.9 compatibility.
...
Backport of e18156b6c35908f2a4026287b5225a6a4da8af1a from master.
2020-10-13 08:36:43 +02:00
shivam sharma
b7d58dd5df
[3.1.x] Fixed typo in docs/topics/i18n/translation.txt.
...
Backport of c9f12f149f4c42aa34b3cbea17e964dfbf942cfb from master
2020-10-13 08:32:56 +02:00
Tim Schilling
4047c1602c
[3.1.x] Fixed #32091 -- Fixed admin search bar width on filtered admin page.
...
Backport of b7da588e883e12b8ac3bb8a486e654e30fc1c6c8 from master
2020-10-09 12:11:15 +02:00
Qi Zhao
8c403b17f9
[3.1.x] Fixed #32080 -- Fixed displaying Unicode chars in forms.JSONField and read-only JSONField values in admin.
...
Backport of de81676b51e4dad510ef387c3ae625f9091fe57f from master
2020-10-09 08:44:32 +02:00
Paul Grau
b0e5e7b671
[3.1.x] Fixed #29356 -- Clarified docs for QueryDict.getlist() default.
...
Backport of 855fc06236630464055b4f9ea422c68a07c6d02a from master
2020-10-08 14:20:38 +02:00
Carlton Gibson
d1f791d394
[3.1.x] Fixed #32083 -- Added link back to migrating section in multi-db docs example.
...
Backport of 1b32b2f614c5c45f4a0f270ae7273c2d8e16617b from master
2020-10-08 12:46:05 +02:00
Jacob Walls
82bdc51e7a
[3.1.x] Fixed #23681 , Fixed #27445 -- Doc'd setting choices for NullBooleanField widgets.
...
Thanks to David Smith for investigation and review.
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
Backport of d976c254fc76e5f04d81dfd9d142c58e933c9c92 from master
2020-10-08 12:39:54 +02:00
Carlton Gibson
1f8dbc8fa9
[3.1.x] Fixed #32065 -- Restored leading dot to CSRF_COOKIE_DOMAIN examples.
...
Partially reverts afd375fc343baa46e61036087bc43b3d096bb0ca.
Thanks to Tim Graham for review.
Backport of 3d4ffd1ff0eb9343ee41de77caf6ae427b6e873c from master
2020-10-07 10:04:24 +02:00
Tom Carrick
3add635ff7
[3.1.x] Fixed #32072 -- Fixed admin search bar height.
...
Thanks şuayip üzülmez for the report.
Regression in 8ee4bb6ffcb3346c0fa8fb194986fbf9edadc822.
Backport of 342a41740dcfe48a5cd4560c63eeca4d7d41610d from master
2020-10-06 11:57:34 +02:00
Peter Marheine
1c7799dbf7
[3.1.x] Fixed #32041 -- Doc'd how to modify served files' content types on Windows.
...
Backport of f87b0ecd37e64e7a019d472de37d0789a8790f1f from master
2020-10-01 14:02:31 +02:00
MAHANTH-wq
6b17d13f26
[3.1.x] Fixed #32057 -- Doc'd HttpResponse.get()/items().
...
Backport of 0da212ffbf5f22cfb1ad1f11bc30a45cee2fce82 from master
2020-10-01 11:00:32 +02:00
Mariusz Felisiak
079e766217
[3.1.x] Added stub release notes for 3.1.3.
...
Backport of 85fa24e3eb8d0f942ef05c48ea8b0a84659e7ce4 from master
2020-10-01 07:57:13 +02:00
Mariusz Felisiak
f18b51a7d8
[3.1.x] Added release date for 3.1.2.
...
Backport of 5a1f0f131885e2eeec473e5ee23c72995d8149bd from master
2020-10-01 07:23:12 +02:00
Tom Carrick
57b359343b
[3.1.x] Fixed #31986 -- Fixed admin filter sidebar scrolling.
...
Regression in 2bc38bc7cae002f949157d95e3f0c19ea6b8ca5c.
Thanks haki for the report.
Backport of 8ee4bb6ffcb3346c0fa8fb194986fbf9edadc822 from master
2020-09-30 21:49:11 +02:00
David Smith
12ba61ed17
[3.1.x] Bumped minimum isort version to 5.1.0.
...
Fixed inner imports per isort 5.
isort 5.0.0 to 5.1.0 was unstable.
Backport of e74b3d724e5ddfef96d1d66bd1c58e7aae26fc85 from master
2020-09-30 09:51:31 +02:00
Thomas Grainger
356efa90b5
[3.1.x] Updated ASGI uvicorn deployment docs.
...
Backport of c1442e1192057a3bf14aecbaa1b713eee139eaff from master
2020-09-29 10:56:11 +02:00
David Smith
793bd24db6
[3.1.x] Fixed #28009 -- Doc'd empty_value for CharField subclasses.
...
Backport of 91669cc566918fde4fe98f867cf4c406f64504e6 from master
2020-09-25 18:31:20 +02:00
David Smith
ab8eccf54f
[3.1.x] Fixed empty values of forms.JSONField and forms.UUIDField in docs.
...
Backport of e6d77e6515b297519a565b0e3b85f34c6598bb71 from master
2020-09-25 18:31:14 +02:00
Mariusz Felisiak
b7df7de44f
[3.1.x] Fixed #32038 -- Fixed EmptyFieldListFilter crash with GenericRelation.
...
Thanks Javier Matos Odut for the report.
Backport of e4ab44a4b2ef70be09c35c9197a19fd2e993b4d6 from master
2020-09-25 10:10:26 +02:00
Mariusz Felisiak
986cd28f95
[3.1.x] Refs #32038 -- Added note to ModelAdmin.list_filter docs that GenericForeignKeys are not supported.
...
Backport of 33e91f3ed8ce6412d9d0964acb59166579b9b20c from master
2020-09-25 10:10:20 +02:00
Mariusz Felisiak
d05a1f5792
[3.1.x] Fixed typo and indentation in docs/ref/forms/fields.txt.
...
Backport of 10a289745f8ecb558f5c22d734315c96d8d4b96e from master
2020-09-25 10:04:50 +02:00
Paweł Zarębski
562a4824d7
[3.1.x] Fixed example of QuerySet.explain() with flags in docs.
...
Backport of 054ab1e00fe59a103b6b8ff29bc7930c7d492406 from master
2020-09-23 11:48:08 +02:00
Mariusz Felisiak
fbb7881956
[3.1.x] Fixed #32012 -- Made test database creation sync apps models when migrations are disabled.
...
Thanks Jaap Roes for the report.
Backport of 77caeaea888d1744416b213036ff29699758de76 from master
2020-09-23 10:54:50 +02:00
Carlton Gibson
2c629b37d5
[3.1.x] Fixed #32016 -- Clarified manual logging config docs.
...
Backport of 2a55431a5678af52f669ffe7dff3dd0bd21727f8 from master
2020-09-22 14:16:40 +02:00
János Roden
1d7c4addbd
[3.1.x] Fixed #32004 -- Clarified docs for when request.FILES is set.
...
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
Backport of 9e4b1ad33e436e8fe60af756d7e09639ee886ac2 from master
2020-09-22 13:28:55 +02:00
Mariusz Felisiak
73d084bf97
[3.1.x] Refs #32013 -- Added backward incompatibility note about ModelChoiceIterator changes.
...
Backport of ba6b32e5efc4c813ba4432777b3b1743d4205d14 from master
2020-09-21 06:26:59 +02:00
David D Lowe
b9ee225d08
[3.1.x] Doc'd that UpdateCacheMiddleware and cache_page affect downstream caches.
...
Thanks to Nick Pope for review.
Backport of f3901b5899d746dc5b754115d94ce9a045b4db0a from master
2020-09-17 14:29:00 +02:00
Mike Lissner
17a4082078
[3.1.x] Refs #28939 -- Doc’d Prefetch behavior with multiple DBs.
...
Backport of 8c0794ba0da2b5d668a7eb1c167e54beb7f40890 from master
2020-09-17 14:27:31 +02:00
Mariusz Felisiak
1afc9b31bb
[3.1.x] Fixed #32007 -- Fixed queryset crash with Q() annotation and aggregation.
...
Thanks Gordon Wrigley for the report.
Regression in 8a6df55f2dd5131282084a4edfd48f63fbf8c69a.
Backport of eaf9764d3bb25970da89de5799d8d308715628ba from master
2020-09-15 11:41:42 +02:00
Mariusz Felisiak
a3bb80dc31
[3.1.x] Fixed #31990 -- Fixed QuerySet.ordered for GROUP BY queries on models with Meta.ordering.
...
Regression in 0ddb4ebf7bfcc4730c80a772dd146a49ef6895f6.
Thanks Julien Dutriaux for the report.
Backport of e11d05e0b488a3ff2b3c9d8f2e1e50f471750d6e from master
2020-09-14 20:08:18 +02:00
Mariusz Felisiak
462d7837f9
[3.1.x] Corrected exception types in QuerySet docs.
...
Backport of 9a0e5052ed5509cc582b1b3eeaa30f85858fee48 from master
2020-09-13 20:11:00 +02:00
Mariusz Felisiak
6b16623bd9
[3.1.x] Refs #31956 -- Doc'd consequences of disabling psycopg2's JSONB typecaster.
...
Follow up to 0be51d2226fce030ac9ca840535a524f41e9832c.
Backport of 438b85dfab4f16a2e709e2bcdbfefecd7bfee89e from master
2020-09-10 11:00:59 +02:00
Mariusz Felisiak
4e6b6fac43
[3.1.x] Mentioned ASGI handler in SuspiciousOperation docs.
...
Backport of 453967477e3ddae704cd739eac2449c0e13d464c from master
2020-09-09 09:35:56 +02:00
jpribyl
3fc636244e
[3.1.x] Fixed #31894 -- Added note about using JSONField key lookups with QuerySet.exclude() in docs.
...
Backport of 17407eca59b0572228067cdee51433f49a1e0adb from master
2020-09-04 10:17:13 +02:00
Mariusz Felisiak
f36c441f80
[3.1.x] Refs #31224 -- Made sync_to_async() examples use thread sensitive with ORM calls.
...
Backport of 8d59075184f4cd2852b374359850ff7aeb412ec1 from master
2020-09-03 12:07:25 +02:00
Brian Helba
c69c6886de
[3.1.x] Fixed #31941 -- Corrected FileField.deconstruct() with a callable storage.
...
Backport of 2d42e23b6d8fd76f93a96b2310b2c9dfd441d009 from master
2020-09-02 11:07:43 +02:00
Carlton Gibson
8178c4fbfb
[3.1.x] Refs #11390 -- Clarified dual-calling of ChoiceField.choices callable.
...
Backport of 0bf627f0b2f868cdcc53ac12cc7f390901d4b83d from master
2020-09-02 08:29:33 +02:00
007gzs
2610a3909e
[3.1.x] Added "Bugfixes" section to release notes for 3.1.2.
...
Backport of 76e0151ea0e0f56dca66cee846a78b89346d2c4c from master
2020-09-02 07:00:36 +02:00
Carlton Gibson
63787b3ed6
[3.1.x] Added CVE-2020-24583 & CVE-2020-24584 to security archive.
...
Backport of d5b526bf78a9e5d9760e0c0f7647622bf47782fe from master
2020-09-01 11:38:06 +02:00