Mariusz Felisiak
4e3b0f56ba
[3.1.x] Added stub release notes for 3.0.9.
...
Backport of c2a835703f706583542e9dae82749ac3b92819f8 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 0f3aecf581b50215820455eb2f6a19a1b3b3ef8b from master
2020-07-01 06:18:30 +02:00
Adam Johnson
5460041475
[3.1.x] Improved RegexValidator docs.
...
Backport of 8cf08a01b5039aacdb465f467f167684fa04b2d2 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 615e32162ff646db3456b90fb4eaaecc33dd3e4e 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 d2c135da4c75079e45661ec609bd72f27dddf2a9 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 2afa61e7d99b2ff2656dc64b6e28db88baf786a4 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 22ce5d0031bd795ade081394043833e82046016c.
Thanks Rodrigo Estevao for the report.
Backport of 2e8941b6f90e65ffad3f07083b8de59e8ed29767 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 a8c0246ece0716cea2ea6c1b313d4d93a10ee333 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 0ff322884484d9ee81877006825f4a167ab82eb5 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 7f4db2d82b1385d1026c441e25abd4cb19fcccc6 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 6bc9283751d51cab474d1bf6883a3b40cce32d4b 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 10df5b71775d8ee98201acb1367266521b17cc00 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 69e0d9c553bb55dde8d7d1d479a78bfa7093f406 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 a16080810bee8b3baf9ae7ac7b8433cb7b293e00 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 3d664a158de18acf72fc8e0671f0f390cbca4b2e 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 db8268bce69fb53b7be4be90a2d7200c12019b90 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
40b0a58f5ff949fba1072627e4ad11ef98aa7f36 because is_whitespace property
was added in sqlparse 0.2.2.
Backport of 4339f2aff272bceabd67e452c65bcfe0700b3f09 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 4edad1ddf6203326e0be4bdb105beecb0fe454c4.
Backport of b38d44229ff185ad156bcb443d6db0db7ae3eb98 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 3a941230c85b2702a5e1cd97e17251ce21057efa.
Thanks Tomasz Szymański for the report.
Backport of 78ad4b4b0201003792bfdbf1a7781cbc9ee03539 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 926148ef019abcac3a9988c78734d9336d69f24e 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 9e57b1efb5205bd94462e9de35254ec5ea6eb04e 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 55556e51fb152c864ddc782d9b56e8b785ccf8bc 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 25352dc019d175dfa6e62a50de76cb3614955077 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 54975780ee2e4017844ecad94835fdce43d97377 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 1cdfe8d91215eefaa18c398069dd9c6879a9511d.
Backport of 36a2e9607e3069e875eedfd814d4473d9b6811cb 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 7ec2658e1e24149f0f3244c08c361348f6ebc0e4 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 81dc710571b773557170cce9764fff83b6dfd8ae from master
2020-06-03 09:14:30 +02:00
David Smith
52784a83ce
[3.1.x] Updated link to Celery.
...
Backport of 06c8565a4650b359bdfa59f9707eaa0d1dfd7223 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 0daddf093f5d17a8d2ddec84ae16f6dae978a480 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 8c49c3f7257f14e071b619f90cd4d8cae6d04e74 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 9f4ceee90aaa2a6af8321417d79330f2fdc620ea 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 ecaac9e42f497be04ddc72dfebb6e397ccca9517 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 682b295c6c3f5a2182bdc8192f0b8b65610fe4b1 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 19ceabefd451bc8473a8ac96b04b46a436a7c1b5 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 e3e48b00127c09eafe6439d980a82fc5c591b673.
Thanks to Shai Berger for report, reproduce and suggested fix.
Backport of dd1ca50b096bf0351819aabc862e91a9797ddaca 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 df188824738ff5e54baf2d61f6a7dff51a20f068 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 7514852767c4723322f5799a2bd25b7ca263e3b0 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 8dabdd2cc559a66b519e2a88b64575d304b96ebe 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 494ba27b5fe14e42e815edde6bd4a1216b29c935 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 922ff51f5ac34205f454d7b5786cef57f32b6ca3 from master
2020-05-27 11:20:13 +02:00
Frantisek Holop
a79d0c8c81
[3.1.x] Refs #31615 -- Improved creating extension docs.
...
Backport of f3ed42c8ad3757e7238bf2f326532f5b129aa102 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 9d55ae00d3dad9e93714add69ab7e48e7b0bcafa from master
2020-05-27 10:20:37 +02:00
Mariusz Felisiak
ebf553397a
[3.1.x] Fixed some formatting issues in docs.
...
Backport of 803e70b1adb71d86eb5bbb4074ef5ff96ae6e55d 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 f24b59267be2e5fc5bd1252efda3aed19f860813 from master
2020-05-25 21:04:28 +02:00
Claude Paroz
691142364f
[3.1.x] Removed instructions for unsupported Apache versions.
...
Backport of cfa0c0e252c680f574c8eea1118e6d11bf7e5fa5 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 6dcfa70cac29c854fc5169bed1cf6479eabdb8c1 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 643207efaebbff4e7c3ebcbf9ca49fb6197137e1 from master
2020-05-21 20:49:30 +02:00