Daniel Hillier
f139372491
[3.1.x] Fixed #31866 -- Fixed locking proxy models in QuerySet.select_for_update(of=()).
...
Backport of 60626162f7
from master
2020-08-11 12:30:31 +02:00
Carlton Gibson
02b474f2a4
[3.1.x] Fixed #31865 -- Adjusted admin nav sidebar template to reduce debug logging.
...
Thanks to Mariusz Felisiak for review.
Backport of 0aeb802cf0
from master
2020-08-11 11:43:22 +02:00
Mariusz Felisiak
daf4f70eae
[3.1.x] Added stub release notes for 2.2.16 and 3.0.10.
...
Backport of 8a5683b6b2
from master
2020-08-11 11:12:51 +02:00
Roy Zheng
02572bfc59
[3.1.x] Added note about password updates on argon2 attributes change.
...
Backport of 804f2b7024
from master
2020-08-11 08:20:56 +02:00
Uri
cdfdbb3411
[3.1.x] Refs #31864 -- Doc'd that DEFAULT_HASHING_ALGORITHM requires 3.1.1+ in release notes.
...
Backport of b2b0711b55
from master
2020-08-08 17:33:43 +02:00
Mariusz Felisiak
c21bbe0883
[3.1.x] Fixed #31864 -- Fixed encoding session data during transition to Django 3.1.
...
Thanks אורי for the report.
Backport of 99abfe8f4d
from master
2020-08-07 21:43:46 +02:00
Adam Alton
1e3d8bd3a1
[3.1.x] Removed unnecessary sentence in QuerySet docs.
...
Backport of 6e9c5ee88f
from master
2020-08-07 08:06:21 +02:00
Thomas
81ed126dff
[3.1.x] Fixed typo in docs/ref/contrib/postgres/fields.txt.
...
Backport of cdead4f013
from master
2020-08-07 07:57:21 +02:00
Phil Jones
20ec568e46
[3.1.x] Added Hypercorn to ASGI deployment guide.
...
Backport of 1bd1264f2e
from master
2020-08-05 12:15:12 +02:00
David Smith
b81cdaf20d
[3.1.x] Fixed #29336 -- Doc'd circular template inheritance
...
Backport of 2c2f4b3799
from master
2020-08-05 11:37:27 +02:00
Mariusz Felisiak
1c3d3294c1
[3.1.x] Fixed #31854 -- Fixed wrapping of long model names in admin's sidebar.
...
Backport of e70dc506d7
from master
2020-08-05 10:55:11 +02:00
007gzs
ff8e6e83a9
[3.1.x] Fixed #31853 -- Fixed wrapping of translated action labels in admin sidebar.
...
Backport of b0af56f639
from master
2020-08-05 10:27:17 +02:00
Mariusz Felisiak
42e31d4922
[3.1.x] Added stub release notes for 3.1.1.
...
Backport of 6c19230297
from master
2020-08-04 10:42:58 +02:00
Mariusz Felisiak
34b6622ff9
[3.1.x] Finalized release notes for Django 3.1.
...
Backport of df37c2ec76
from master
2020-08-04 09:50:21 +02:00
Mariusz Felisiak
9857352655
[3.1.x] Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.
...
It's a transitional setting helpful in migrating multiple instance of
the same project to Django 3.1+.
Thanks Markus Holtermann for the report and review, Florian
Apolloner for the implementation idea and review, and Carlton Gibson
for the review.
Backport of d907371ef9
from master.
2020-08-04 09:39:29 +02:00
Mariusz Felisiak
acb7866b1f
[3.1.x] Moved note about features deprecated in Django 3.1 above their descriptions.
...
Backport of bce4a53670
from master
2020-08-03 20:51:43 +02:00
Mariusz Felisiak
bdad2adb26
[3.1.x] Added release date for 2.2.15 and 3.0.9.
...
Backport of b68b8cb89a
from master
2020-08-03 08:56:15 +02:00
Mariusz Felisiak
b84b1921da
[3.1.x] Refs #27468 -- Added tests and release notes for signing.dumps()/loads() changes.
...
Follow up to 71c4fb7beb
.
Backport of 1d6fdca557
from master
2020-07-31 22:07:34 +02:00
Mariusz Felisiak
0e02560535
[3.1.x] Corrected signing.dumps()/loads() signatures in docs.
...
Backport of 8703680ebe
from master
2020-07-31 11:33:50 +02:00
Andrzej Bartosiński
df8696c0b7
[3.1.x] Corrected admin.register() signature in docs.
...
Backport of eb215da363
from master
2020-07-29 12:54:26 +02:00
Claude Paroz
06474e929f
[3.1.x] Refs #30165 -- Removed leftover 'u' prefix.
...
Backport of bac5777bff
from master
2020-07-29 10:20:08 +02:00
sage
23ce3d8491
[3.1.x] Fixed #31829 -- Used JSONField __contains lookup on key transforms.
...
Backport of 2d8dcba03a
from master
2020-07-28 20:53:11 +02:00
Mariusz Felisiak
247bcef6b4
[3.1.x] Fixed #31836 -- Dropped support for JSONField __contains and __contained_by lookups on SQLite.
...
The current implementation works only for basic examples without
supporting nested structures and doesn't follow "the general principle
that the contained object must match the containing object as to
structure and data contents, possibly after discarding some
non-matching array elements or object key/value pairs from the
containing object".
Backport of ba691933ce
from master.
2020-07-28 13:08:19 +02:00
Mariusz Felisiak
028a5f86f2
[3.1.x] Fixed #31835 -- Dropped support for JSONField __contains lookup on Oracle.
...
The current implementation works only for basic examples without
supporting nested structures and doesn't follow "the general principle
that the contained object must match the containing object as to
structure and data contents, possibly after discarding some
non-matching array elements or object key/value pairs from the
containing object".
Backport of 02447fb133
from master
2020-07-28 11:54:35 +02:00
Harpreet Sharma
3116444559
[3.1.x] Fixed #31821 -- Removed outdated note in FILE_UPLOAD_PERMISSIONS docs.
...
Follow up to 22aab8662f
Backport of 248d03fbe9
from master
2020-07-23 21:00:45 +02:00
LincolnPuzey
bc75442ebf
[3.1.x] Fixed #31816 -- Corrected the expected content type in StreamingHttpResponse docs.
...
Backport of d754361096
from master
2020-07-23 13:13:17 +02:00
Ramiro Morales
26113b9de1
[3.1.x] Fixed typo in docs/ref/models/querysets.txt.
...
Backport of 51e536178c
from master
2020-07-22 23:37:14 +02:00
Buk Bukowski
2521664041
[3.1.x] Fixed #31814 -- Fixed typo in docs/ref/settings.txt.
...
Backport of f65454801b
from master
2020-07-22 22:39:27 +02:00
Adam Johnson
2b3ca7a5f1
[3.1.x] Doc'd Model.MultipleObjectsReturned docs and improved documentation related with models exceptions.
...
Backport of bc4fea92b2
from master
2020-07-22 20:21:06 +02:00
Adam Johnson
77abe98816
[3.1.x] Refs #24763 -- Moved DoesNotExist to Model class docs.
...
Backport of b5f0efa19c
from master
2020-07-22 20:20:57 +02:00
Tim Graham
d004bcee0c
[3.1.x] Reverted "Fixed #30300 -- Allowed migrations to be loaded from directories without __init__.py file."
...
This reverts commit 3cd3bebe89
.
Backport of ff55adbd0d
from master
2020-07-22 07:04:52 +02:00
David Chorpash
5360f002f8
[3.1.x] Refs #31720 -- Added examples to BoolAnd() and BoolOr() documentation.
...
Backport of a2e621b14e
from master
2020-07-21 07:02:18 +02:00
Adam Johnson
f91ba43ebf
[3.1.x] Improved description of USE_THOUSAND_SEPARATOR setting.
...
Backport of 80f92177eb
from master
2020-07-20 12:55:44 +02:00
Florian Apolloner
bfe404deb9
[3.1.x] Fixed #31784 -- Fixed crash when sending emails on Python 3.6.11+, 3.7.8+, and 3.8.4+.
...
Fixed sending emails crash on email addresses with display names longer
then 75 chars on Python 3.6.11+, 3.7.8+, and 3.8.4+.
Wrapped display names were passed to email.headerregistry.Address()
what caused raising an exception because address parts cannot contain
CR or LF.
See https://bugs.python.org/issue39073
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Backport of 96a3ea39ef
from master
2020-07-20 07:15:04 +02:00
Mariusz Felisiak
474f65406f
[3.1.x] Pinned asgiref to 3.2 series with minimum version to 3.2.10.
2020-07-17 11:08:39 +02:00
Adam Johnson
32e22f0531
[3.1.x] Improved ManyToManyField.through docs.
...
Backport of e7fa8aff43
from master
2020-07-17 10:48:13 +02:00
Adam Johnson
e63644d37b
[3.1.x] Refs #31502 -- Made minor edits to Model._state docs.
...
Backport of 5ef6f62634
from master
2020-07-16 21:12:13 +02:00
Mariusz Felisiak
54dce8148a
[3.1.x] Refs #31790 -- Removed incorrect item from 2.2.15 and 3.0.9 release notes.
...
Django 2.2 and 3.0 don't support settings samesite='None' in
HttpResponse.set_cookie() so fix is not necessary and will not be
backported.
Backport of 9bc8b1ad2d
from master
2020-07-16 09:27:39 +02:00
Mariusz Felisiak
3ca8cc0df1
[3.1.x] Fixed #31790 -- Fixed setting SameSite and Secure cookies flags in HttpResponse.delete_cookie().
...
Cookies with the "SameSite" flag set to None and without the "secure"
flag will be soon rejected by latest browser versions.
This affects sessions and messages cookies.
Backport of 240cbb63bf
from master
2020-07-16 08:17:45 +02:00
Eric Theise
ac699ba647
[3.1.x] FIxed typo in docs/ref/contrib/postgres/forms.txt.
...
Backport of d08e6f55e3
from master
2020-07-15 09:04:11 +02:00
Kelechi Precious Nwachukwu
6b273a2165
[3.1.x] Added Igbo language.
...
Backport of 2cd3e7eeaf
from master
2020-07-14 21:05:55 +02:00
Caio Ariede
7fe7d83295
[3.1.x] Fixed #21528 -- Added note about filtering form field's queryset based on instance to admin docs.
...
Backport of d38c34119e
from master
2020-07-13 23:02:05 +02:00
Mariusz Felisiak
7045fa7f7a
[3.1.x] Refs #27430 -- Added buffer argument to DiscoverRunner docs.
...
Backport of 188f7786bc
from master
2020-07-10 19:06:40 +02:00
Mariusz Felisiak
33457aa3cf
[3.1.x] Refs #30676 -- Added pdb argument to DiscoverRunner docs.
...
Backport of 2c43840dfb
from master
2020-07-10 19:01:39 +02:00
Ramiro Morales
fb9add3c7d
[3.1.x] Corrected custom model fields how-to.
...
get_prep_value() method is complementary of from_db_value().
Follow up to e9103402c0
.
Backport of 52a0a03671
from master
2020-07-10 11:37:37 +02:00
Carlton Gibson
b19372952c
[3.1.x] Removed unsupported third-party database backends from docs.
...
Backport of 1d8256719e
from master
2020-07-08 22:30:23 +02:00
Tim Park
3756a0509a
[3.1.x] Fixed #31739 -- Documented dependency between HttpRequest stream IO methods and body.
...
Backport of 060576b0ab
from master
2020-07-08 10:41:28 +02:00
Tim Park
dad6973629
[3.1.x] Fixed #31502 -- Documented Model._state.db and Model._state.adding
...
Backport of 697e59d5cf
from master
2020-07-08 10:06:45 +02:00
Resulkary
2160481066
[3.1.x] Added Turkmen language.
...
Backport of af2b3fee08
from master
2020-07-08 09:03:22 +02:00
Jason Held
703256fc68
[3.1.x] Fixed #24816 -- Clarified docs about preventing duplicate signals.
...
Backport of 639142e24d
from master
2020-07-08 08:23:08 +02:00
Jacob Walls
eae78a363b
[3.1.x] Fixed #29308 -- Clarified how assertQuerysetEqual()'s transform works.
...
Backport of 659a73bc0a
from master
2020-07-04 23:48:48 +02:00
Tom Forbes
7598ba01aa
[3.1.x] Refs #12990 -- Added example to JSONField release notes.
...
Backport of 5d4b9c1cab
from master
2020-07-03 12:58:33 +02:00
MansurAliKoroglu
05206ca4ff
[3.1.x] Adjusted multi-db example to avoid confusion with DATABASES keys.
...
Backport of d88952142b
from master
2020-07-03 12:41:36 +02:00
David Smith
8904895a80
[3.1.x] Fixed #30945 -- Doc'd plural equations changes in 2.2. release notes.
...
Backport of 392036be29
from master
2020-07-03 09:38:52 +02:00
Carlton Gibson
268ba2db8e
[3.1.x] Refs #6903 -- Adjusted ModelAdmin.preserve_filters docs.
...
Backport of b142bd4a1b
from master
2020-07-02 21:10:34 +02:00
Mariusz Felisiak
4e3b0f56ba
[3.1.x] Added stub release notes for 3.0.9.
...
Backport of c2a835703f
from master
2020-07-01 07:12:40 +02:00
Mariusz Felisiak
df66b2fba0
[3.1.x] Added release date for 2.2.14 and 3.0.8.
...
Backport of 0f3aecf581
from master
2020-07-01 06:18:30 +02:00
Adam Johnson
5460041475
[3.1.x] Improved RegexValidator docs.
...
Backport of 8cf08a01b5
from master
2020-06-30 12:55:52 +02:00
Mariusz Felisiak
3b5e307bbc
[3.1.x] Fixed #31751 -- Fixed database introspection with cx_Oracle 8.
...
Backport of 615e32162f
from master
2020-06-30 09:54:42 +02:00
Steven Pousty
1a3029b6b4
[3.1.x] Fixed #31743 -- Doc't that managed=False prevents Django from managing tables modifications.
...
Backport of d2c135da4c
from master
2020-06-26 09:58:55 +02:00
Adam Johnson
6ed4a9bdb3
[3.1.x] Refs #31493 -- Replaced var with const/let in documentation JS.
...
Backport of 2afa61e7d9
from master
2020-06-24 12:22:54 +02:00
Simon Charette
b8cb14e8a0
[3.1.x] Fixed #31735 -- Fixed migrations crash on namespaced inline FK addition on PostgreSQL.
...
The namespace of the constraint must be included when making the
constraint immediate.
Regression in 22ce5d0031
.
Thanks Rodrigo Estevao for the report.
Backport of 2e8941b6f9
from master
2020-06-24 08:59:43 +02:00
Yash Saini
648f6ffcd7
[3.1.x] Refs #31541 -- Added example of creating Redirect objects to redirects app docs.
...
Backport of a8c0246ece
from master
2020-06-23 20:21:43 +02:00
Adam Johnson
59dcbdaed4
[3.1.x] Made small improvements to PostgreSQL operations docs.
...
Backport of 0ff3228844
from master.
2020-06-23 11:32:50 +02:00
David Smith
928f6a90e4
[3.1.x] Fixed #30933 -- Updated instructions for installing GeoDjango on Windows.
...
Backport of 7f4db2d82b
from master
2020-06-17 20:14:31 +02:00
David Smith
58f7d7c9fd
[3.1.x] Adjusted model definition in GeoDjango tutorial.
...
The example uses the world border data set, where
one of the entries has a null field value.
Backport of 6bc9283751
from master
2020-06-17 20:11:20 +02:00
David Smith
9b95c3bc09
[3.1.x] Refs #31670 -- Removed whitelist/blacklist terminology in docs and comments.
...
Backport of 10df5b7177
from master
2020-06-17 13:16:17 +02:00
Tobias Krönke
5ba2dfb9d0
[3.1.x] Fixed #31689 -- Doc'd caveat about using bulk_create()'s ignore_conflicts on MariDB and MySQL.
...
Backport of 69e0d9c553
from master
2020-06-15 12:52:45 +02:00
Mariusz Felisiak
3f70188033
[3.1.x] Updated man page for Django 3.1 beta.
2020-06-15 09:52:09 +02:00
Hasan Ramezani
ecd794bc68
[3.1.x] Fixed #31696 -- Updated OWASP links in docs.
...
Backport of a16080810b
from master
2020-06-15 09:44:37 +02:00
sebashwa
2d3b6bce28
[3.1.x] Fixed #31690 -- Added note about fuzzy entries in translation docs.
...
Backport of 3d664a158d
from master
2020-06-15 09:05:09 +02:00
Claude Paroz
6f526cb203
[3.1.x] Added support for the Tajik language.
...
Thanks Sirius Sufiew for contributing that support.
Backport of db8268bce6
from master
2020-06-12 22:32:46 +02:00
Mariusz Felisiak
714d7cb415
[3.1.x] Refs #31682 -- Doc'd minimal sqlparse version in Django 2.2.
...
Support for sqlparse < 0.2.2 was broken in
40b0a58f5f
because is_whitespace property
was added in sqlparse 0.2.2.
Backport of 4339f2aff2
from master
2020-06-10 06:54:24 +02:00
Nicolas Baccelli
83749dca7a
[3.1.x] Fixed #31664 -- Reallowed using non-expressions having filterable attribute as rhs in queryset filters.
...
Regression in 4edad1ddf6
.
Backport of b38d44229f
from master
2020-06-08 09:18:32 +02:00
Mariusz Felisiak
df9b9de6b0
[3.1.x] Fixed #31660 -- Fixed queryset crash when grouping by m2o relation.
...
Regression in 3a941230c8
.
Thanks Tomasz Szymański for the report.
Backport of 78ad4b4b02
from master
2020-06-08 07:23:09 +02:00
Mariusz Felisiak
031a082d41
[3.1.x] Fixed #31654 -- Fixed cache key validation messages.
...
Backport of 926148ef01
from master
2020-06-05 07:22:24 +02:00
Claude Paroz
acaa201527
[3.1.x] Fixed #30134 -- Ensured unlocalized numbers are string representation in templates.
...
Backport of 9e57b1efb5
from master
2020-06-04 11:00:40 +02:00
Hasan Ramezani
43254876c2
[3.1.x] Fixed #31650 -- Added note uniqueness of constraints names in docs.
...
Backport of 55556e51fb
from master
2020-06-04 07:38:35 +02:00
David Smith
392e12e266
[3.1.x] Updated How to install Django on Windows guide.
...
Backport of 25352dc019
from master
2020-06-03 16:28:58 +02:00
Carlton Gibson
616c49d08e
[3.1.x] Added CVE-2020-13254 and CVE-2020-13596 to security archive.
...
Backport of 54975780ee
from master
2020-06-03 12:05:46 +02:00
Mariusz Felisiak
e260dec258
[3.1.x] Made default_role_error use logger.
...
This prevents raising errors for translated docs, see
https://github.com/django/djangoproject.com/issues/997
Follow up to 1cdfe8d912
.
Backport of 36a2e9607e
from master
2020-06-03 11:43:37 +02:00
Carlton Gibson
d193aa8da6
[3.1.x] Added stub release notes for 3.0.8.
...
Backport of 7ec2658e1e
from master
2020-06-03 10:55:07 +02:00
Dan Palmer
580bd64c04
[3.1.x] Fixed CVE-2020-13254 -- Enforced cache key validation in memcached backends.
2020-06-03 09:31:28 +02:00
Jon Dufresne
49d7cc19e3
[3.1.x] Fixed CVE-2020-13596 -- Fixed potential XSS in admin ForeignKeyRawIdWidget.
2020-06-03 09:30:41 +02:00
Carlton Gibson
0186b43073
[3.1.x] Added release date for 2.2.13 and 3.0.7.
...
Backport of 81dc710571
from master
2020-06-03 09:14:30 +02:00
David Smith
52784a83ce
[3.1.x] Updated link to Celery.
...
Backport of 06c8565a46
from master
2020-06-02 14:37:45 +02:00
Carlton Gibson
f9a1da1c06
[3.1.x] Refs #31485 -- Added release notes for backport of jQuery upgrade to 3.5.1.
...
Backport of 0daddf093f
from master
2020-06-02 14:34:56 +02:00
Carlton Gibson
b6be810643
[3.1.x] Adjusted URL example in tutorial.
...
No need for the example to be ASP specific.
Co-authored-by: Noah Kantrowitz <noah@coderanger.net>
Backport of 8c49c3f725
from master
2020-06-02 12:27:15 +02:00
Jon Dufresne
d7ee69d2f2
[3.1.x] Fixed #31643 -- Changed virtualenv doc references to Python 3 venv.
...
Backport of 9f4ceee90a
from master
2020-06-02 11:53:14 +02:00
Chris May
fe07357ef9
[3.1.x] Fixed typo in docs/ref/templates/language.txt.
...
Backport of ecaac9e42f
from master
2020-06-01 20:52:25 +02:00
Nikita Sobolev
22dac456f3
[3.1.x] Made small improvement to docs/topics/db/multi-db.txt.
...
Backport of 682b295c6c
from master
2020-06-01 10:20:54 +02:00
Fabio Sangiovanni
c3bd48c4cb
[3.1.x] Made minor edits to TemplateResponseMixin.get_template_names() docs.
...
Backport of 19ceabefd4
from master
2020-06-01 10:17:08 +02:00
Carlton Gibson
98fada7244
[3.1.x] Fixed #31570 -- Corrected translation loading for apps providing territorial language variants with different plural equations.
...
Regression in e3e48b0012
.
Thanks to Shai Berger for report, reproduce and suggested fix.
Backport of dd1ca50b09
from master
2020-06-01 09:27:02 +02:00
Fabio Sangiovanni
9ce281d21f
[3.1.x] Added SingleObjectMixin.query_pk_and_slug to CBV flattened index.
...
Backport of df18882473
from master
2020-06-01 07:49:26 +02:00
David Smith
74baa468e0
[3.1.x] Removed redundant pyenchant dependency in spelling check docs.
...
Backport of 7514852767
from master
2020-06-01 07:08:25 +02:00
Jon Dufresne
0793f93bbe
[3.1.x] Corrected FAQ link in docs/faq/help.txt.
...
Without the leading slash, was pointing to Python's FAQ
https://docs.python.org/3/faq/index.html .
Backport of 8dabdd2cc5
from master
2020-05-29 21:24:21 +02:00
Jon Dufresne
df1bb7ab21
[3.1.x] Changed some doc links to use intersphinx.
...
Backport of 494ba27b5f
from master
2020-05-29 21:10:34 +02:00
David Smith
bd766ac8bf
[3.1.x] Fixed #31628 -- Updated Windows install guide to recommend venv.
...
Backport of 922ff51f5a
from master
2020-05-27 11:20:13 +02:00
Frantisek Holop
a79d0c8c81
[3.1.x] Refs #31615 -- Improved creating extension docs.
...
Backport of f3ed42c8ad
from master
2020-05-27 11:14:31 +02:00
Carlton Gibson
36d5646aff
[3.1.x] Updated expected release dates for 3.0.7 and 2.2.13.
...
Backport of 9d55ae00d3
from master
2020-05-27 10:20:37 +02:00
Mariusz Felisiak
ebf553397a
[3.1.x] Fixed some formatting issues in docs.
...
Backport of 803e70b1ad
from master
2020-05-27 09:07:33 +02:00
René Fleschenberg
ccf3cecbaf
[3.1.x] Refs #23097 -- Used new octal format in FILE_UPLOAD_PERMISSIONS docs.
...
Backport of f24b59267b
from master
2020-05-25 21:04:28 +02:00
Claude Paroz
691142364f
[3.1.x] Removed instructions for unsupported Apache versions.
...
Backport of cfa0c0e252
from master
2020-05-25 08:57:14 +02:00
Carlton Gibson
b205c0b0cc
[3.1.x] Updated list of third-party DB backends.
...
* Alphabetized third-party DB backend list.
* Added backticks around single-word link texts to ease visual/machine sorting.
* Added CockroachDB to list of third-party DB backends.
* Updated third-party DB backend URLs.
Thanks to Nick Pope and Tim Graham for the review.
Backport of 6dcfa70cac
from master
2020-05-21 20:55:25 +02:00
Hasan Ramezani
a6c773aa86
[3.1.x] Fixed #31608 -- Doc'd that form ISO 8601 datetime parsing always retains tzinfo.
...
Backport of 643207efae
from master
2020-05-21 20:49:30 +02:00
Michael Manfre
0e0005172e
[3.1.x] Added notes related to security pre-notification list requests.
...
Backport of 0e893248b2
from master
2020-05-21 10:31:29 +02:00
Claude Paroz
ff9cdb70cf
[3.1.x] Added Kyrgyz language.
...
Thanks Soyuzbek orozbek uulu for contributing that support.
Backport of 3460ea49e8
from master
2020-05-20 12:30:18 +02:00
Mariusz Felisiak
d5231719e0
[3.1.x] Refs #31607 -- Added release notes for a125da6a7c
.
...
Backport of 8328811f04
from master
2020-05-20 09:19:08 +02:00
Carlton Gibson
844e0591f9
[3.1.x] Fixed #31591 -- Clarified "reverse" lookup name in making queries docs.
...
Backport of 5af17babb0
from master
2020-05-19 20:27:29 +02:00
xncbf
03bfcbad88
[3.1.x] Fixed #31577 -- Clarified docs about bounds of RangeFields.
...
Backport of 4029bcd6b2
from master
2020-05-18 20:42:33 +02:00
Mariusz Felisiak
b46b0f80e8
[3.1.x] Fixed #31584 -- Fixed crash when chaining values()/values_list() after Exists() annotation and aggregation on Oracle.
...
Oracle requires the EXISTS expression to be wrapped in a CASE WHEN in
the GROUP BY clause.
Regression in efa1908f66
.
Backport of 3a941230c8
from master
2020-05-14 15:10:28 +02:00
Jon Dufresne
1c2d0fdf3e
[3.1.x] Fixed #31575 -- Added system check for admin sidebar request context processor dependency.
...
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
Backport of d522b51c40
from master
2020-05-14 11:01:22 +02:00
Jon Dufresne
c9a9d042e5
[3.1.x] Refs #31034 -- Documented admin requires django.template.context_processors.request.
...
Required since d24ba1be7a
.
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
Backport of e341bed606
from master
2020-05-14 11:01:17 +02:00
Simon Charette
3913acdb29
[3.1.x] Fixed #31568 -- Fixed alias reference when aggregating over multiple subqueries.
...
691def10a0
made all Subquery() instances
equal to each other which broke aggregation subquery pushdown which
relied on object equality to determine which alias it should select.
Subquery.__eq__() will be fixed in an another commit but
Query.rewrite_cols() should haved used object identity from the start.
Refs #30727 , #30188 .
Thanks Makina Corpus for the report.
Backport of adfbf653dc
from master
2020-05-14 10:26:05 +02:00
Simon Charette
8cb87a3f7c
[3.1.x] Fixed #31566 -- Fixed aliases crash when chaining values()/values_list() after annotate() with aggregations and subqueries.
...
Subquery annotation references must be resolved if they are excluded
from the GROUP BY clause by a following .values() call.
Regression in fb3f034f1c
.
Thanks Makina Corpus for the report.
Backport of 42c08ee465
from master
2020-05-14 08:39:21 +02:00
Mariusz Felisiak
6227173542
[3.1.x] Added stub release notes for 2.2.13.
...
Backport of 50798d4389
from master
2020-05-14 06:30:02 +02:00
Nick Pope
4eb5e4ee4f
[3.1.x] Used :envvar: role and .. envvar:: directive in various docs.
...
Backport of fbdb032de2
from master
2020-05-13 09:38:59 +02:00
Nick Pope
345fa40cb5
[3.1.x] Used :mimetype: role in various docs.
...
Backport of feb91dbda1
from master
2020-05-13 09:38:49 +02:00
Nick Pope
15d76dc2ab
[3.1.x] Used :pep: role in various docs.
...
Backport of a9337b4add
from master
2020-05-13 09:38:40 +02:00
Jon Dufresne
d6e6695d93
[3.1.x] Fixed numbered list in admin overview docs.
...
Backport of 05ed7104c0
from master
2020-05-13 09:09:39 +02:00
Mariusz Felisiak
90fa00fc47
[3.1.x] Bumped django_next_version in docs config.
2020-05-12 11:40:57 +02:00
Mariusz Felisiak
d51e090db2
Updated man page for Django 3.1 alpha.
2020-05-12 11:26:37 +02:00
Mariusz Felisiak
0b938cb7d2
Cosmetic edits to docs/releases/3.1.txt.
2020-05-12 11:26:37 +02:00
Mariusz Felisiak
a9e589030a
Removed empty sections from 3.1 release notes.
2020-05-12 11:26:37 +02:00
Sergey Fedoseev
91e287cce0
Refs #30678 -- Added support for GDAL 3.1.
...
OSRSetAxisMappingStrategy() really returns void, so no errcheck is
needed. Previously set errcheck was raising positive false exceptions
on GDAL 3.1.
2020-05-12 11:25:19 +02:00
Mariusz Felisiak
17ea7cc973
Fixed #31569 -- Confirmed support for GEOS 3.8.
2020-05-12 09:06:06 +02:00
Claude Paroz
58f1b07e49
Fixed #30678 -- Added support for GDAL 3.
2020-05-12 09:06:06 +02:00
Tom Carrick
d24ba1be7a
Fixed #31034 -- Added a navigation sidebar to the admin.
...
Co-authored-by: elky <elky@users.noreply.github.com>
Co-authored-by: Goetz <goetz.buerkle@gmail.com>
2020-05-11 18:16:38 +02:00
Jon Dufresne
72a170b4c3
Fixed #25236 -- Deprecated {% ifequal %} and {% ifnotequal %} template tags.
...
The {% if %} tag provides all features of these tags.
Since Django 1.2 (May 17, 2010), the docs have hinted that
{% ifequal %} and {% ifnotequal %} will be deprecated in a future
Django version. Time to make it official.
2020-05-11 09:07:33 +02:00
sage
6789ded0a6
Fixed #12990 , Refs #27694 -- Added JSONField model field.
...
Thanks to Adam Johnson, Carlton Gibson, Mariusz Felisiak, and Raphael
Michel for mentoring this Google Summer of Code 2019 project and
everyone else who helped with the patch.
Special thanks to Mads Jensen, Nick Pope, and Simon Charette for
extensive reviews.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2020-05-08 07:23:31 +02:00
Mariusz Felisiak
f97f71f592
Refs #12990 -- Bumped mysqlclient requirement to >= 1.4.0.
...
MySQLdb.constants.FIELD_TYPE.JSON was added in mysqlclient 1.4.0rc2.
2020-05-08 06:14:42 +02:00
Omkar Kulkarni
b7f1c0d86d
Fixed #31495 - Corrected note about admin i18n in tutorial.
...
Thanks to Adam Johnson and Claude Paroz for review.
2020-05-06 16:19:04 +02:00
Adam Johnson
83c631ade7
Improved wording in Q() docs.
2020-05-06 06:43:28 +02:00
Adam Johnson
1c2c6f1b51
Fixed a/an typos in "SQL" usage.
2020-05-06 06:35:26 +02:00
Mariusz Felisiak
aff7a58aef
Updated admin's Select2 to 4.0.13.
2020-05-05 11:30:02 +02:00
Mariusz Felisiak
30083e0780
Fixed #31485 -- Updated admin's jQuery to 3.5.1.
2020-05-05 11:00:05 +02:00
Mariusz Felisiak
b73e66e758
Fixed #31538 -- Fixed Meta.ordering validation lookups that are not transforms.
...
Regression in 440505cb2c
.
Thanks Simon Meers for the report.
2020-05-05 09:08:29 +02:00
Chris Burchhardt
d2b9a9fdbb
Refs #28622 -- Corrected PASSWORD_RESET_TIMEOUT/PASSWORD_RESET_TIMEOUT_DAYS docs.
...
Removed outdated note about an extra day in PASSWORD_RESET_TIMEOUT
docs and incorrect "minimum" phrase.
2020-05-05 08:19:25 +02:00
David Smith
2522559d1a
Fixed #31534 -- Deprecated django.conf.urls.url().
2020-05-05 07:34:34 +02:00
QQ喵
0ebabe325d
Doc'd country part of locale name with more than 2 characters.
2020-05-04 20:50:18 +02:00
Adam Johnson
d17b380653
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments.
2020-05-04 12:10:47 +02:00
Adam Johnson
787981f9d1
Corrected models.FilePathField signature in docs.
2020-05-04 12:10:41 +02:00
Tom Forbes
c00bc27945
Refs #30372 -- Stopped watching built-in Django translation files by auto-reloader.
2020-05-04 09:13:47 +02:00
Nick Pope
8f10ceaa90
Changed `'%s' % value` pattern to `str(value)`.
2020-05-04 08:27:18 +02:00
Mariusz Felisiak
7668f9bce9
Fixed typo in docs/releases/3.0.6.txt.
2020-05-04 07:42:25 +02:00
Mariusz Felisiak
8e8ff38cb8
Added stub release notes for 3.0.7.
2020-05-04 07:38:35 +02:00
Mariusz Felisiak
c5358794e3
Added release date for 3.0.6.
2020-05-04 07:04:23 +02:00
Ian Foote
b4068bc656
Fixed #31455 -- Added support for deferrable exclusion constraints on PostgreSQL.
2020-05-01 09:08:36 +02:00
Greg Kaleka
5d2f5dd4cc
Doc'd Meta inheritance from abstract parents.
2020-05-01 07:48:50 +02:00
David Smith
505b7b6163
Refs #27778 -- Removed reference to ASCII usernames in django.contrib.auth.models.User docs.
2020-05-01 06:11:27 +02:00
Adrian D'Alessandro
235b681351
Doc'd send_email() behavior when from_email is None.
2020-04-30 12:45:43 +02:00
Ian Foote
c226c6cb32
Fixed #20581 -- Added support for deferrable unique constraints.
2020-04-30 10:43:50 +02:00
David Smith
bb13711451
Fixed #25712 -- Reorganized templates docs.
2020-04-30 08:12:09 +02:00
Hasan Ramezani
33f7739108
Fixed #31356 -- Changed IRC links to the Freenode webchat.
2020-04-29 20:08:36 +02:00
Mariusz Felisiak
54646a423b
Refs #27468 -- Made user sessions use SHA-256 algorithm.
2020-04-29 16:45:00 +02:00
Hasan Ramezani
68fc21b378
Fixed #29249 -- Made JSON and YAML serializers use Unicode by default.
2020-04-28 11:11:39 +02:00
François Freitag
9ef4a18dbe
Changed django.forms.ValidationError imports to django.core.exceptions.ValidationError.
...
Co-Authored-By: Mariusz Felisiak <felisiak.mariusz@gmail.com>
2020-04-28 10:49:00 +02:00
Mariusz Felisiak
2788de95e3
Updated expected date for 3.0.6 release.
2020-04-28 10:12:33 +02:00
Mariusz Felisiak
b28be08cac
Fixed broken links in docs.
2020-04-28 10:09:45 +02:00
Mariusz Felisiak
dd3dcd2840
Fixed typo in docs/topics/i18n/translation.txt.
...
Thanks durey for the report.
2020-04-28 10:07:34 +02:00
Mariusz Felisiak
ca769c8c13
Fixed #31505 -- Doc'd possible email addresses enumeration in PasswordResetView.
2020-04-27 18:06:11 +02:00
Hasan Ramezani
d6db186427
Fixed #31514 -- Fixed default form widgets in model fields docs.
2020-04-25 21:20:29 +02:00
Tim Schilling
a92cc84b4a
Refs #31369 -- Deprecated models.NullBooleanField in favor of BooleanField(null=True).
2020-04-24 10:10:45 +02:00
Tim Schilling
34a69c2458
Corrected outputting BooleanField as HTML in forms docs.
2020-04-24 09:08:05 +02:00
Tanmay Vijay
e43abbbd70
Doc'd PasswordChangeView/PasswordResetView.success_url defaults.
2020-04-24 08:21:51 +02:00
Andy Chosak
2c4f603461
Fixed typo in docs/intro/contributing.txt.
2020-04-24 08:00:16 +02:00
David Smith
e0757c49ac
Updated template language philosophy in DTL docs.
2020-04-23 20:42:55 +02:00
Jon Dufresne
faa08449dd
Fixed broken link to Watchmen configuration in docs/ref/django-admin.txt.
2020-04-23 18:33:32 +02:00
Mads Jensen
060d9d4229
Added link to Mozilla's infosec page on web security.
2020-04-22 16:26:15 +02:00
Jon Dufresne
f48a1990fb
Made compress.py script use the official google-closure-compiler release.
...
The script previously used the PyPI package closure, which is slightly
out of date and not maintained by Google.
The JavaScript contribution docs and the compress.py script now runs the
google-closure-compiler package in the recommended way. Google's
documentation on usage and installation can be found at:
https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler#usage
This also makes the usage simpler as the package now runs through npm's
npx utility, which will automatically install google-closure-compiler to
a per-user cache.
2020-04-22 16:19:27 +02:00
Mariusz Felisiak
fb9b1c245d
Updated admin's XRegExp to 3.2.0.
2020-04-22 08:45:14 +02:00
Jon Dufresne
75866b93cc
Fixed #31479 -- Added support to reset sequences on SQLite.
2020-04-21 10:41:47 +02:00
Jon Dufresne
505fec6bad
Capitalized Unicode in docs, strings, and comments.
2020-04-20 12:10:33 +02:00
Jignesh Kotadiya
7b4bd2a82c
Refs #22463 -- Replaced JSHint with ESLint in contributing docs.
2020-04-20 10:53:00 +02:00
David Smith
2014319159
Updated iTunes podcast format link in syndication docs.
2020-04-20 08:10:13 +02:00
Jon Dufresne
fb21625270
Refs #30165 -- Removed obsolete doc references to deprecated ugettext() & co.
...
The u-prefixed variants were removed from the documentation in
6eb4996672
.
2020-04-20 07:57:24 +02:00
Jon Dufresne
5673d4b102
Fixed #31477 -- Removed "using" argument from DatabaseOperations.execute_sql_flush().
2020-04-20 07:49:35 +02:00
Jon Dufresne
75410228df
Fixed #31473 -- Made sql_flush() use RESTART IDENTITY to reset sequences on PostgreSQL.
...
The sql_flush() positional argument sequences is replaced by the boolean
keyword-only argument reset_sequences. This ensures that the old
function signature can't be used by mistake when upgrading Django. When
the new argument is True, the sequences of the truncated tables will
reset. Using a single boolean value, rather than a list, allows making a
binary yes/no choice as to whether to reset all sequences rather than a
working on a completely different set.
2020-04-17 11:57:24 +02:00
Nick Pope
058b38b43e
Improved message example in admin actions documentation.
...
Avoid partial string construction and make use of ``ngettext`` to show
example of how to handle plural variants with translations. Also make
use of ``messages.SUCCESS`` to highlight customizing the style of the
message - in this case it better fits what the message is conveying.
2020-04-16 11:26:33 +02:00
Mariusz Felisiak
f1a808a502
Used :rfc: role in various docs.
2020-04-15 18:31:30 +02:00
Claude Paroz
71c4fb7beb
Refs #27468 -- Changed default Signer algorithm to SHA-256.
2020-04-15 12:49:14 +02:00
Mariusz Felisiak
fc0b48d2e7
Fixed typo in docs/ref/templates/builtins.txt.
2020-04-15 10:41:19 +02:00
Adam Johnson
5b884d45ac
Fixed #29501 -- Allowed dbshell to pass options to underlying tool.
2020-04-14 14:02:51 +01:00
Adam Johnson
8e8c3f964e
Refs #29501 -- Allowed customizing exit status for management commands.
2020-04-14 13:22:47 +02:00
Sergey Fedoseev
b9e2355eb0
Fixed #31196 -- Added support for PostGIS 3.
2020-04-14 13:19:59 +02:00
Claude Paroz
a6b4c07b6e
Refs #31196 -- Installed postgis_raster extension on PostGIS 3+.
2020-04-14 09:34:01 +02:00
Mariusz Felisiak
cc70a0343e
Fixed term warning on Sphinx 3.0.1+.
...
"term" role became case sensitive in Sphinx 3.0.1.
2020-04-14 09:32:09 +02:00
Tim Graham
ee37d2070a
Sorted imports in docs/_ext/djangodocs.py.
2020-04-14 07:31:36 +02:00
Andrew Godwin
b5ad450fa6
Refs #31224 -- Removed incorrect @sync_to_async(thread_sensitive=True) example.
...
It does not support thread_sensitive when used as a decorator, yet.
2020-04-14 07:26:16 +02:00
Ichlasul Affan
53d229ff63
Fixed #31351 -- Added system checks for partial indexes and unique constraints support.
2020-04-10 12:00:27 +02:00
David Smith
734fde7714
Refs #10427 -- Corrected BoundField.css_classes() signature in docs.
2020-04-10 07:37:54 +02:00
David Smith
a350bfa6f4
Fixed #13009 -- Added BoundField.widget_type property.
2020-04-10 07:11:14 +02:00
Shrikrishna Singh
ab903fe304
Mentioned non_field_errors in form validation docs.
2020-04-09 12:37:36 +02:00
miigotu
210657b791
Fixed #28184 -- Allowed using a callable for FileField and ImageField storage.
2020-04-08 11:26:17 +02:00
Mariusz Felisiak
678f958ef9
Fixed highlightlang deprecation warning on Sphinx 1.8+.
2020-04-07 09:48:52 +02:00
Mariusz Felisiak
a4e4737cf3
Fixed CodeBlock deprecation warning on Sphinx 2.1+.
2020-04-07 09:48:52 +02:00
Mariusz Felisiak
69e2cd6fed
Fixed Sphinx warnings on duplicate object descriptions.
2020-04-07 09:48:52 +02:00
Sergey Fedoseev
026719cf17
Fixed #31030 -- Registered SQLite functions as deterministic on Python 3.8+.
2020-04-06 11:26:00 +02:00
Simon Charette
98ea4f0f46
Refs #7098 -- Deprecated passing raw column aliases to order_by().
...
Now that order_by() has expression support passing RawSQL() can achieve
the same result.
This was also already supported through QuerySet.extra(order_by) for
years but this API is more or less deprecated at this point.
2020-04-06 10:01:02 +02:00
Hasan Ramezani
4237050684
Fixed #31420 -- Fixed crash when filtering subquery annotation against a SimpleLazyObject.
...
Thanks Simon Charette for the solution and analysis.
2020-04-06 07:11:29 +02:00
Simon Charette
fa5e7e46d8
Fixed #31423 -- Clarified nested atomic() example.
2020-04-04 20:39:33 +02:00
c-bata
89032876f4
Fixed #31275 -- Optimized sql_flush() without resetting sequences on MySQL.
...
Co-Authored-By: Simon Charette <charettes@users.noreply.github.com>
2020-04-02 12:57:53 +02:00
Carlton Gibson
b1f88476db
Corrected docs spelling of PgBouncer.
2020-04-01 14:55:11 +02:00
Adam Johnson
1cdfe8d912
Prevented (and corrected) single backtick usage in docs.
2020-04-01 14:55:11 +02:00
hashlash
4a6f2b63d7
Fixed #31380 -- Added deployment system check for DJANGO_ALLOW_ASYNC_UNSAFE environment variable.
2020-04-01 12:51:11 +02:00
Adam Johnson
e9b014fbc5
Refs #31320 -- Warned against using BEGIN/COMMIT in RunSQL.
2020-04-01 10:58:41 +02:00
Carlton Gibson
a7e4ff370c
Added stub release notes for 3.0.6.
2020-04-01 10:09:43 +02:00
Carlton Gibson
b56243b77f
Added release dates for 2.1.12 and 3.0.5.
2020-04-01 09:14:56 +02:00
Mariusz Felisiak
3eaf6d67d0
Removed unused link in docs/faq/help.txt.
...
Unused since its introduction in 97cb07c3a1
.
2020-03-31 18:27:44 +02:00
Hasan Ramezani
8aa71f4e87
Fixed #31375 -- Made contrib.auth.hashers.make_password() accept only bytes or strings.
2020-03-31 10:52:56 +02:00
Deep Sukhwani
4b146e0c83
Fixed #30864 -- Doc'd classproperty decorator.
2020-03-31 10:46:48 +02:00
Adam Johnson
93ed71e058
Fixed #31403 -- Added support for returning fields from INSERT statements on MariaDB 10.5+.
2020-03-31 07:25:50 +02:00
Adam Johnson
00ff7a44de
Fixed links in Getting Help FAQ.
...
Follow up to 6ef4c8aa9f
,
2020-03-30 07:44:39 +02:00
Hasan Ramezani
bec4dea844
Fixed #31400 -- Doc'd the expected type of CONN_MAX_AGE database option.
2020-03-27 06:32:42 +01:00
Gordon Pendleton
d0da2820ca
Fixed #31402 -- Added migrate --check option.
...
Command exits with non-zero status if unapplied migrations exist.
2020-03-26 20:12:39 +01:00
Adam Johnson
4216225480
Clarified async documentation.
2020-03-26 16:46:24 +01:00
Adam Johnson
6ef4c8aa9f
Rewrote Get Help FAQ.
2020-03-26 09:44:00 +01:00
Carlton Gibson
8f2a6c76d1
Fixed #31330 -- Corrected catchall URL pattern in flatpages docs.
...
Use re_path() pattern with the regex used before original regression in
df41b5a05d
.
Regression in a0916d7212
.
2020-03-26 08:57:02 +01:00
Adam Johnson
f344c75fb0
Added additional note that tests use locmem email backend.
2020-03-25 15:01:39 +01:00
Adam Johnson
b15b3706fe
Improved docs on migration reversibility. ( #12619 )
...
- Clarify reversibility for RunSQL and RunPython operations.
- Add example for migrate with irreversible migration.
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
2020-03-25 14:37:54 +01:00
Adam Johnson
66b06822d0
Improved sessions notes in deployment checklist.
...
- Added note to clear old sessions when using database-backend.
- Made note to consider the cache backend more generic.
2020-03-25 12:04:52 +01:00
Hannes Ljungberg
f3da09df0f
Fixed #31396 -- Added binary XOR operator to F expressions.
2020-03-25 10:16:30 +01:00
Hasan Ramezani
10866a10fe
Fixed #31377 -- Disabled grouping by aliases on QuerySet.values()/values_list() when they collide with field names.
...
Regression in fb3f034f1c
.
Thanks Holovashchenko Vadym for the report.
2020-03-25 09:13:46 +01:00
David Smith
27746ab28a
Fixed #7664 -- Allowed customizing suffixes of MultiWidget.widgets' names.
2020-03-24 20:05:18 +01:00
Adam Johnson
f1db2ca732
Added link to contributing docs in deprecation policy.
2020-03-24 08:50:10 +01:00
Victor Moura
1628b35b58
Fixed #31385 -- Improved wording in tutorial 1.
2020-03-24 06:30:34 +01:00
Tim Graham
291539a85c
Removed obsolete references to South database migrations.
2020-03-23 11:55:58 +01:00
Hannes Ljungberg
0b51a4f894
Fixed #28194 -- Added support for normalization and cover density to SearchRank.
2020-03-23 11:00:55 +01:00
Adam Johnson
4ed534758c
Fixed #19878 -- Deprecated TemplateView passing URL kwargs into context.
2020-03-23 08:11:14 +01:00
Mariusz Felisiak
2117b7c12e
Updated settings example in overriding templates docs.
...
Follow up to ba4389a36b
.
2020-03-21 20:02:57 +01:00
Hasan Ramezani
53b6a466d8
Refs #29724 -- Added is_dst parameter to QuerySet.datetimes().
...
Thanks Simon Charette for the review and Mariusz Felisiak for tests.
2020-03-20 12:55:33 +01:00
Rohit
2695ac8e04
Fixed #31144 -- Relaxed system check for max_length of CharFields on MySQL/MariaDB by turning into a warning.
2020-03-20 12:28:10 +01:00
gowthamk63
142ab6846a
Fixed #31123 -- Added --include-stale-apps option to the remove_stale_contenttypes management command.
...
Co-Authored-By: Javier Buzzi <buzzi.javier@gmail.com>
2020-03-19 11:48:10 +01:00
Mariusz Felisiak
6e026aec5f
Refs #29548 -- Mentioned MariaDB in database system checks.
2020-03-19 09:42:04 +01:00
Andrew Godwin
fc0fa72ff4
Fixed #31224 -- Added support for asynchronous views and middleware.
...
This implements support for asynchronous views, asynchronous tests,
asynchronous middleware, and an asynchronous test client.
2020-03-18 19:59:12 +01:00
Hasan Ramezani
6929f13254
Fixed #31368 -- Doc'd 'expression' parameter of Field.from_db_value()/Expression.convert_value().
2020-03-18 09:37:05 +01:00
Ryan Petrello
5f8495a40a
Fixed #31371 -- Increased User.first_name max_length to 150 characters.
2020-03-18 08:22:49 +01:00
Carlton Gibson
f622b49010
Fixed typo in docs/topics/async.txt.
2020-03-17 20:57:02 +01:00
Ben Li-Sauerwine
fc84848cd9
Made logging config examples more accessible.
...
- Show an initial example configuring the root logger to output to the console.
- Then add more logging from the `django` named logger.
- Then show the file and more complex examples.
Adjusted surrounding text for reading flow.
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
2020-03-17 11:51:05 +01:00
Philipp Bosch
f75af5b67b
Corrected outdated sentence in One-to-one relationships docs.
2020-03-17 10:49:37 +01:00
Baptiste Mispelon
3baf92cf82
Fixed #31340 -- Allowed query expressions in SearchQuery.value and __search lookup.
2020-03-16 10:27:23 +01:00
jay20162016
924c01ba09
Fixed #31363 -- Added support for negative integers to intword template filter.
2020-03-16 08:44:43 +01:00
David Smith
7075d27b0c
Fixed #31362 -- Removed nonexistent choices attribute from MultipleHiddenInput's docs.
...
Follow up to 65c13f9675
.
2020-03-14 20:21:04 +01:00
Hasan Ramezani
a0916d7212
Fixed #31330 -- Updated flatpages URLconf example to work with APPEND_SLASH.
...
Regression in df41b5a05d
.
2020-03-14 20:08:53 +01:00
Andrew Godwin
40a64dd1e2
Refs #31224 -- Doc'd async adapter functions.
2020-03-13 07:13:44 +01:00
David Smith
ccf32aca44
Fixed #8760 -- Changed ModelMultipleChoiceField to use invalid_list as a error message key.
2020-03-12 09:36:01 +01:00
Claude Paroz
e663f695fb
Fixed #31359 -- Deprecated get_random_string() calls without an explicit length.
2020-03-11 13:16:44 +01:00
Claude Paroz
e3e48b0012
Fixed #30439 -- Added support for different plural forms for a language.
...
Thanks to Michal Čihař for review.
2020-03-10 15:56:32 +01:00
Carlton Gibson
692870b611
Removed trailing whitespace in 3.1 release notes.
2020-03-10 12:01:32 +01:00
Carlton Gibson
a4200e958d
Added stub release notes for 2.2.12.
2020-03-10 12:01:01 +01:00