David Smith
8734a02f5d
[3.0.x] Updated link to Celery.
...
Backport of 06c8565a46
from master
2020-06-02 14:38:06 +02:00
Jon Dufresne
caf7c4630d
[3.0.x] Fixed #31643 -- Changed virtualenv doc references to Python 3 venv.
...
Backport of 9f4ceee90a
from master
2020-06-02 11:55:57 +02:00
Jon Dufresne
9f30a7ebd3
[3.0.x] Changed some doc links to use intersphinx.
...
Backport of 494ba27b5f
from master
2020-05-29 21:11:42 +02:00
Mariusz Felisiak
e19ab18773
[3.0.x] Fixed broken links in docs.
...
Backport of b28be08cac
from master
2020-04-28 10:10:15 +02:00
Mariusz Felisiak
c91c4b326b
[3.0.x] Fixed typo in docs/topics/i18n/translation.txt.
...
Thanks durey for the report.
Backport of dd3dcd2840
from master
2020-04-28 10:08:27 +02:00
Mariusz Felisiak
04bc3577ed
[3.0.x] Fixed #31505 -- Doc'd possible email addresses enumeration in PasswordResetView.
...
Backport of ca769c8c13
from master
2020-04-27 18:07:34 +02:00
Tanmay Vijay
cb10c33e27
[3.0.x] Doc'd PasswordChangeView/PasswordResetView.success_url defaults.
...
Backport of e43abbbd70
from master
2020-04-24 08:39:56 +02:00
Mads Jensen
8c522d71e3
[3.0.x] Added link to Mozilla's infosec page on web security.
...
Backport of 060d9d4229
from master
2020-04-22 16:27:19 +02:00
Jon Dufresne
c335f16855
[3.0.x] Refs #30165 -- Removed obsolete doc references to deprecated ugettext() & co.
...
The u-prefixed variants were removed from the documentation in
6eb4996672
.
Backport of fb21625270
from master
2020-04-20 07:58:03 +02:00
Mariusz Felisiak
e42320d2f2
[3.0.x] Used :rfc: role in various docs.
...
Backport of f1a808a502
from master.
2020-04-15 20:02:38 +02:00
Andrew Godwin
d292d1163e
[3.0.x] Refs #31224 -- Removed incorrect @sync_to_async(thread_sensitive=True) example.
...
It does not support thread_sensitive when used as a decorator, yet.
Backport of b5ad450fa6
from master
2020-04-14 07:27:05 +02:00
Mariusz Felisiak
f425835cbe
[3.0.x] Fixed highlightlang deprecation warning on Sphinx 1.8+.
...
Backport of 678f958ef9
from master
2020-04-07 09:49:41 +02:00
Mariusz Felisiak
255f3f77d2
[3.0.x] Fixed Sphinx warnings on duplicate object descriptions.
...
Backport of 69e2cd6fed
from master
2020-04-07 09:49:31 +02:00
Simon Charette
810f18c2df
[3.0.x] Fixed #31423 -- Clarified nested atomic() example.
...
Backport of fa5e7e46d8
from master
2020-04-06 06:17:16 +02:00
Adam Johnson
0342d47e7a
[3.0.x] Prevented (and corrected) single backtick usage in docs.
...
Backport of 1cdfe8d912
from master.
2020-04-01 15:15:21 +02:00
Adam Johnson
2306f8c9bb
[3.0.x] Added additional note that tests use locmem email backend.
...
Backport of f344c75fb0
from master
2020-03-25 15:25:56 +01:00
Adam Johnson
c740a994fa
[3.0.x] Improved docs on migration reversibility.
...
- Clarify reversibility for RunSQL and RunPython operations.
- Add example for migrate with irreversible migration.
Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
Backport of b15b3706fe
from master
2020-03-25 14:39:17 +01:00
Adam Johnson
76db34e52a
[3.0.x] 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.
Backport of 66b06822d0
from master
2020-03-25 12:05:36 +01:00
Carlton Gibson
5c1ad59a0e
[3.0.x] Fixed typo in docs/topics/async.txt.
...
Backport of f622b49010
from master
2020-03-17 20:57:45 +01:00
Ben Li-Sauerwine
2f5c35cf39
[3.0.x] 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>
Backport of fc84848cd9
from master
2020-03-17 11:51:50 +01:00
Philipp Bosch
725d7c2a7c
[3.0.x] Corrected outdated sentence in One-to-one relationships docs.
...
Backport of f75af5b67b
from master
2020-03-17 11:08:55 +01:00
Andrew Godwin
8d4638db20
[3.0.x] Refs #31224 -- Doc'd async adapter functions.
...
Backport of 40a64dd1e2
from master
2020-03-13 07:37:30 +01:00
Claude Paroz
d9f1792c76
[3.0.x] Fixed #30439 -- Added support for different plural forms for a language.
...
Thanks to Michal Čihař for review.
Backport of e3e48b0012
from master
2020-03-10 15:57:36 +01:00
Adam Radwon
0f524f5686
[3.0.x] Fixed #27865 -- Adjusted docs example to avoid confusion with models.BaseManager.
...
Backport of a2f554249e
from master
2020-03-10 09:17:41 +01:00
Shrikrishna Singh
300bd064c1
[3.0.x] Fixed #31350 -- Fixed typo in docs/topics/db/optimization.txt.
...
Backport of 370628673b
from master
2020-03-09 07:55:28 +01:00
Mariusz Felisiak
f389e2c960
[3.0.x] Added missing backticks in various docs.
...
Backport of 30ca66eadd
from master
2020-03-06 11:53:35 +01:00
Carlton Gibson
1c1911dcd9
[3.0.x] Fixed #31342 -- Clarified docs about using base managers for related objects.
...
Backport of 08a6215d33
from master
2020-03-06 11:43:28 +01:00
Claude Paroz
e3069f6665
[3.0.x] Fixed #31341 -- Doc'd minimal gettext version with ES6 template strings support.
...
Backport of 2f53d324de
from master
2020-03-05 13:49:17 +01:00
Matheus Cunha Motta
0193a1630e
[3.0.x] Fixed #31303 -- Removed outdated note about symmetrical intermediate table for self-referential ManyToManyField.
...
Follow up to 87b1ad6e73
.
Backport of 0352a44dd6
from master
2020-02-24 08:55:24 +01:00
Hasan Ramezani
a73489f162
[3.0.x] Fixed #30040 -- Used default permission name in docs examples to avoid confusion.
...
Backport of b7795d7673
from master
2020-02-19 15:46:45 +01:00
Jon Dufresne
21cc097403
[3.0.x] Fixed #31212 -- Updated psycopg links to HTTPS and new location.
...
Backport of 958977f662
from master
2020-01-29 06:53:43 +01:00
Roy Smith
27739ad3f2
[3.0.x] Fixed #31184 -- Clarified URL matching behavior in URL dispatcher docs.
...
Backport of cf493e5c81
from master
2020-01-24 12:22:51 +01:00
Mariusz Felisiak
8712027b22
[3.0.x] Refs #29998 -- Corrected auto-created OneToOneField parent_link in MTI docs.
...
Backport of d202846ced
from master
2020-01-15 15:07:52 +01:00
Kal Sze
2efc832cdf
[3.0.x] More accurate terminology ("logger" instead of "logging handler") in logging documentation.
...
Backport of aa6c620249
from master
2020-01-09 15:28:55 +01:00
Jack Cushman
b11761e3cc
[3.0.x] Clarified that ValueError raised by converter.to_python() means no match unless another URL pattern matches.
...
Backport of 196009c72c
from master
2020-01-08 11:20:57 +01:00
Mark Bailey
e7d7e04d95
[3.0.x] Fixed #31103 -- Improved pagination topic documentation.
...
Backport of 0f0abc20be
from master
2020-01-07 10:34:19 +01:00
Jon Dufresne
eb40426259
[3.0.x] Removed unnecessary code-block directives in various docs.
...
Backport of 5e00bd1f77
from master
2019-12-23 14:48:16 +01:00
Garry Polley
77722711df
[3.0.x] Added example of assertNumQueries() with "using" kwarg in testing topics docs.
...
Backport of 0b698eaea6
from master
2019-12-20 08:44:07 +01:00
Nick Pope
08b426aedb
[3.0.x] Refs #28954 -- Remove remaining Jython documentation.
...
There is still no further progress on Jython 3 since support for Jython
was stripped in Django 2.0. The developers experimenting with Jython 3
have stated that they would need to start from scratch, so it doesn't
look as though it will materialize for years to come.
Python 2 and Django 1.11, the last version to support Python 2.7, will
both be end-of-life before Django 3.1 is released. We should no longer
instruct users to use an unsupported version of Django.
Backport of d8b6a76bc7
from master
2019-12-19 16:44:39 +01:00
Hasan Ramezani
fb260ad777
[3.0.x] Corrected some typos in documentation.
...
Backport of 70d95682b1
from master
2019-12-18 11:37:32 +01:00
Hasan Ramezani
6cb30414bc
[3.0.x] Fixed #31069 , Refs #26431 -- Doc'd RegexPattern behavior change in passing optional named groups in Django 3.0.
...
Backport of 9736137cdc
from master
2019-12-12 14:49:13 +01:00
Mariusz Felisiak
e986e49e66
[3.0.x] Fixed #31061 -- Ignored positional args in django.urls.resolve() when all optional named parameters are missing.
...
Regression in 76b993a117
.
Thanks Claude Paroz for the report and Carlton Gibson for reviews.
Backport of 82a88d2f48
from master
2019-12-06 09:33:45 +01:00
Felipe Lee
87483757c8
[3.0.x] Fixed #20456 -- Added example of directly testing CBVs in topics docs.
...
Backport of a2e96f7969
from master
2019-12-04 16:41:46 +01:00
Claude Paroz
e8f126aae1
[3.0.x] Removed leftover word in CBV mixins docs.
...
Backport of d83b585e5c
from master
2019-12-04 09:15:35 +01:00
Andrew Godwin
9243435b5e
[3.0.x] Fixed #31056 -- Allowed disabling async-unsafe check with an environment variable.
...
Backport of c90ab30fa1
from master
2019-12-03 17:50:24 +01:00
Andrew Godwin
45de0c299b
[3.0.x] Refs #30451 -- Doc'd asynchronous support and async-safety.
...
Backport of 635a3f8e6e
from master
2019-12-03 17:50:18 +01:00
Claude Paroz
830a5bcf15
[stable/3.0.x] Fixed typo in topics docs
...
Backport of b92d101bd8
from master.
2019-12-03 16:51: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
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
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