Baptiste Mispelon
81ddf4b164
[3.0.x] Fixed #31029 -- Used more specific links to RFCs.
...
Backport of ff1b19da67
from master
2019-11-28 07:59:46 +01:00
Baptiste Mispelon
c0fe08d470
[3.0.x] Refs #31029 -- Added note about :rfc: role in writing documentation docs.
...
Backport of 42df1b178b
from master
2019-11-28 07:59:39 +01:00
Mariusz Felisiak
1decf29a3e
[3.0.x] Fixed #31018 -- Removed django-nonrel in NoSQL databases FAQ.
...
Backport of a36f7ed6ac
from master
2019-11-27 07:37:32 +01:00
Adam Johnson
0dd8c438aa
[3.0.x] Improved custom MultiWidget example in docs.
...
Backport of 7742cc0c8f
from master
2019-11-26 18:35:45 +01:00
Sergey Fedoseev
314ad45c09
[3.0.x] Used 🎫 role in all tickets links.
...
Backport of abc51d44af
from master
2019-11-26 14:43:27 +01:00
Baptiste Mispelon
3ed55606c4
[3.0.x] Fixed #31031 -- Fixed data loss in admin changelist view when formset's prefix contains regex special chars.
...
Regression in b18650a263
.
Backport of 52936eface
from master
2019-11-26 09:19:19 +01:00
Sergey Fedoseev
b3ffa0d51d
[3.0.x] Updated link to IBM DB2 backend.
...
See https://github.com/ibmdb/python-ibmdb/pull/375
Backport of 5573a54d40
from master
2019-11-25 21:00:13 +01:00
John Bowen
b6cbc88f26
[3.0.x] Fixed #27914 -- Fixed serialization of nested classes in migrations.
...
Backport of 29d8198841
from master
2019-11-25 11:27:15 +01:00
John Bowen
ba5760965e
[3.0.x] Refs #23950 --- Moved test DeconstructibleInstances class to a module level.
...
DeconstructibleInstances was not importable from the asserted path.
Backport of 8008795a38
from master
2019-11-25 11:27:09 +01:00
Baptiste Mispelon
641deb4d50
[3.0.x] Fixed #31025 -- Fixed highlightlinenothreshold deprecation warning on Sphinx 1.8+.
...
Backport of 89d41cba39
from master
2019-11-25 10:34:21 +01:00
Sergey Fedoseev
c332f89dc6
[3.0.x] Doc'd SpatiaLite support of 3D geometry fields.
...
Support was added in 65129aac07
.
Backport of 85c5989007
from master
2019-11-25 09:31:33 +01:00
Baptiste Mispelon
76e0846c90
[3.0.x] Fixed #28469 -- Doc'd how to create a custom HttpResponse subclass.
...
Backport of 9f1ec9efc3
from master
2019-11-25 08:35:33 +01:00
Carlton Gibson
947f8e3485
[3.0.x] Fixed #31012 -- Reverted "Fixed #29056 -- Fixed HTML5 validation of required SelectDateWidget."
...
This reverts commit f038214d91
.
The initial issue was incorrect. Django 2.2, and before, did not
generate invalid HTML as reported. With f03821 in place invalid HTML
was generated.
Thanks to Kevin Brown for follow-up report and investigation.
Backport of ee4a19053a
from master
2019-11-21 21:06:07 +01:00
Hasan Ramezani
6e3ef98413
[3.0.x] Fixed #30625 -- Doc'd cache.get()/delete() behavior change in Django 2.2.
...
Backport of f69b32782e
from master
2019-11-21 10:54:46 +01:00
Sergey Fedoseev
409cd7b944
[3.0.x] Made versionadded/versionchanged annotations without a content end with ".".
...
Regression in d2afa5eb23
.
Backport of 5032556483
from master
2019-11-21 09:03:44 +01:00
Mariusz Felisiak
ae2e13504b
[3.0.x] Fixed #31008 -- Fixed typos in docs/topics/logging.txt.
...
Backport of 3e5b349535
from master
2019-11-20 20:36:20 +01:00
Carlton Gibson
0e58745716
[3.0.x] Pinned asgiref to 3.2 series.
...
Backport of 36453526d3
from master
2019-11-20 15:13:28 +01:00
Caio Ariede
5f24b18e6c
[3.0.x] Fixed #27164 -- Fixed an example of using routers in multiple databases docs.
...
Make sure that AuthRouter includes ContentType in the same database.
Backport of 608e06023e
from master
2019-11-20 11:51:33 +01:00
Mariusz Felisiak
2ef484ba3b
[3.0.x] Added stub release notes for 2.1.15.
...
Backport of e9def97d10
from master
2019-11-19 12:44:43 +01:00
Hasan Ramezani
895c0889e4
[3.0.x] Fixed #30999 -- Fixed typo in docs/howto/custom-template-tags.txt.
...
Backport of 33eecfa740
from master
2019-11-19 10:09:27 +01:00
Luke Plant
e9005d693c
[3.0.x] Expanded API stability docs to include our policy of continual improvement.
...
Backport of 5cef2cd4a1
from master
2019-11-18 21:39:30 +01:00
Baptiste Mispelon
1c75af9090
[3.0.x] Fixed #30990 -- Fixed example output in 'z' date format docs.
...
Backport of 1185c6172b
from master
2019-11-18 12:04:23 +01:00
Mariusz Felisiak
7a9dcd30b8
[3.0.x] Bumped version for 3.0 release candidate 1.
2019-11-18 09:32:37 +01:00
Mariusz Felisiak
b582d00c75
[3.0.x] Updated man page for Django 3.0 release candidate 1.
2019-11-18 09:27:41 +01:00
Mariusz Felisiak
b6be0699b9
[3.0.x] Fixed #30986 -- Fixed queryset crash when filtering against boolean RawSQL expressions on Oracle.
...
Backport of 8685e764ef
from master
2019-11-18 09:16:21 +01:00
George Marshall
fa6076daf4
[3.0.x] Fixed #30971 -- Prevented Query.resolve_lookup_value() from coercing list values to tuples.
...
Regression in 8a281aa7fe
.
Backport of 8be79984dc
from master
2019-11-13 09:20:50 +01:00
Mariusz Felisiak
9ad38d4089
[3.0.x] Refs #29926 -- Doc'd Python 3.8 compatibility in Django 2.2.x.
...
Backport of b93a0e34d9
from master.
2019-11-12 22:13:54 +01:00
Mariusz Felisiak
f375ad95fa
[3.0.x] Added stub release notes for 2.2.8 release.
...
Backport of 30359496a3
from master
2019-11-12 14:42:15 +01:00
David Foster
c598ffd2e1
[3.0.x] Fixed #30828 -- Added how to remove/insert many-to-many relations in bulk to the database optimization docs.
...
Backport of 6a04e69e68
from master
2019-11-12 13:13:20 +01:00
Hannes Ljungberg
8d3f43f7a9
[3.0.x] Fixed #30967 -- Fixed TrigramTest failures on PostgreSQL 12+.
...
Backport of 6e2f05b2e3
from master
2019-11-11 13:30:14 +01:00
Mariusz Felisiak
2c2afbe104
[3.0.x] Fixed typo in docs/topics/files.txt.
...
Backport of 08c0d8b16b
from master
2019-11-11 11:52:18 +01:00
Hasan Ramezani
6722416e70
[3.0.x] Fixed #30252 -- Clarified need to reopen forms.fields.ImageField.image file to access raw image data.
...
Backport of 2282d9f2e5
from master
2019-11-11 11:48:48 +01:00
Farhaan Bukhsh
78025531eb
[3.0.x] Fixed #30958 -- Used a clearer example in the Cast() docs.
...
Backport of 4cb15450ad
from master
2019-11-11 10:10:31 +01:00
Jon Dufresne
bca2ffd3c2
[3.0.x] Refs #30948 -- Updated install instructions to use pip instead of setup.py.
...
Co-authored-by: Nick Pope <nick.pope@flightdataservices.com>
Backport of eee4da3b57
from master
2019-11-08 21:16:52 +01:00
Carlton Gibson
48631a1afd
[3.0.x] Doc'd archiving historical branches as git tags.
...
Backport of a32f983be8
from master
2019-11-08 12:11:18 +01:00
Shipeng Feng
59578ebaa0
[3.0.x] Fixed #30955 -- Doc'd that only concrete base models are stored in historical models bases.
...
Abstract models are removed from bases when generating historical model
state since 6436f1fad9
.
Backport of 8058d9d7ad
from master
2019-11-08 09:43:20 +01:00
René Fleschenberg
87a10c3d6e
[3.0.x] Replaced 'n_' prefix with 'number_of_' in docs/topics/db/queries.txt.
...
Backport of 367634f976
from master
2019-11-07 09:41:01 +01:00
Farhaan Bukhsh
64b01e38f9
[3.0.x] Fixed #30865 -- Doc'd that not all DATABASES['OPTIONS'] are passed to command-line client.
...
Backport of cc5622ec8c
from master
2019-11-07 08:34:38 +01:00
Daniel Fairhead
1922119252
[3.0.x] Fixed #15742 -- Fixed an example of collecting selected objects in ModelAdmin.actions docs.
...
The queryset argument is already filtered, and request.POST doesn't
contain all selected objects when "Select All" is used.
Backport of e651b3095c
from master
2019-11-06 13:41:15 +01:00
Dan Swain
5da7cbe3f6
[3.0.x] Documented arguments for custom 500 error view.
...
Backport of 422b875c65
from master
2019-11-06 09:27:23 +01:00
Stephen Rauch
76d293f3e6
[3.0.x] Refs #30183 -- Doc'd dropping support for sqlparse < 0.2.2.
...
Support for sqlparse < 0.2.2 was broken in
782d85b6df
because is_whitespace property
was added in sqlparse 0.2.2.
Backport of 4b6db766ba
from master
2019-11-06 09:01:48 +01:00
Jon Dufresne
b75a268c07
[3.0.x] Added a link to the file email backend from EMAIL_FILE_PATH setting.
...
Backport of c8debd5061
from master
2019-11-06 08:38:17 +01:00
Jon Dufresne
85cddb6abb
[3.0.x] Fixed #30944 -- Changed reusable apps docs to use a declarative config.
...
Backport of 89368ab6e3
from master
2019-11-05 15:01:42 +01:00
kola-er
a5b4a909f0
[3.0.x] Fixed #30928 -- Clarified MySQL/MariaDB support of QuerySet.select_for_update() options.
...
Thanks Par Andersson for reporting the issue.
Backport of d94d7b113c
from master
2019-11-05 14:52:31 +01:00
Alasdair Nicol
78fc05303a
[3.0.x] Refs #30923 -- Fixed an example of rendering templates in contrib.sites docs.
...
Backport of b991eefd3a
from master
2019-11-05 12:42:04 +01:00
Mariusz Felisiak
2cf5df1204
[3.0.x] Fixed DatabaseFeatures.has_select_for_update_nowait on MariaDB 10.3+.
...
Thanks Kola Erinoso for the report.
Backport of a20ea33ca6
from master
2019-11-05 10:19:23 +01:00
Mariusz Felisiak
2000ed5180
[3.0.x] Refs #30947 -- Changed tuples to lists in model Meta options examples in docs.
...
Follow up to 97d3321e89
.
Backport of e5cacb1f47
from master
2019-11-05 08:40:17 +01:00
bedilbek
1761d598fd
[3.0.x] Added Uzbek locale formats.
...
Backport of 09a00c60bd
from master
2019-11-04 15:19:02 +01:00
Claude Paroz
48c263df29
[3.0.x] Added Uzbek language.
...
Backport of 6ccb1b68bc
from master
2019-11-04 15:18:53 +01:00
Adam Johnson
b40272f5ea
[3.0.x] Updated list of field types conversions in ModelForm docs.
...
Backport of 5a856669bf
from master
2019-11-04 11:03:58 +01:00