summaryrefslogtreecommitdiff
path: root/docs/topics
AgeCommit message (Collapse)Author
2020-06-24[3.0.x] Refs #31493 -- Replaced var with const/let in documentation JS.Adam Johnson
Backport of 2afa61e7d99b2ff2656dc64b6e28db88baf786a4 from master Co-authored-by: Carlton Gibson <carlton.gibson@noumenal.es>
2020-06-15[3.0.x] Fixed #31696 -- Updated OWASP links in docs.Hasan Ramezani
Backport of a16080810bee8b3baf9ae7ac7b8433cb7b293e00 from master
2020-06-15[3.0.x] Fixed #31690 -- Added note about fuzzy entries in translation docs.sebashwa
Backport of 3d664a158de18acf72fc8e0671f0f390cbca4b2e from master
2020-06-02[3.0.x] Updated link to Celery.David Smith
Backport of 06c8565a4650b359bdfa59f9707eaa0d1dfd7223 from master
2020-06-02[3.0.x] Fixed #31643 -- Changed virtualenv doc references to Python 3 venv.Jon Dufresne
Backport of 9f4ceee90aaa2a6af8321417d79330f2fdc620ea from master
2020-05-29[3.0.x] Changed some doc links to use intersphinx.Jon Dufresne
Backport of 494ba27b5fe14e42e815edde6bd4a1216b29c935 from master
2020-04-28[3.0.x] Fixed broken links in docs.Mariusz Felisiak
Backport of b28be08cac1f7cde332ca43db65bb733fa3f9bf5 from master
2020-04-28[3.0.x] Fixed typo in docs/topics/i18n/translation.txt.Mariusz Felisiak
Thanks durey for the report. Backport of dd3dcd28402b7c9cc7bfd24d3e026db751ca4dfd from master
2020-04-27[3.0.x] Fixed #31505 -- Doc'd possible email addresses enumeration in ↵Mariusz Felisiak
PasswordResetView. Backport of ca769c8c13df46b8153a0a4ab3d748e88d6e26f9 from master
2020-04-24[3.0.x] Doc'd PasswordChangeView/PasswordResetView.success_url defaults.Tanmay Vijay
Backport of e43abbbd70a78d4c0023667589c4e143ed78807e from master
2020-04-22[3.0.x] Added link to Mozilla's infosec page on web security.Mads Jensen
Backport of 060d9d4229c436c44cf8e3a301f34c4b1f9f6c85 from master
2020-04-20[3.0.x] Refs #30165 -- Removed obsolete doc references to deprecated ↵Jon Dufresne
ugettext() & co. The u-prefixed variants were removed from the documentation in 6eb4996672ca5ccaba20e468d91a83d1cd019801. Backport of fb21625270ab169fd436c36dd51acb642a97ee50 from master
2020-04-15[3.0.x] Used :rfc: role in various docs.Mariusz Felisiak
Backport of f1a808a5025b63715d1034af2b96a6a5241d29e9 from master.
2020-04-14[3.0.x] Refs #31224 -- Removed incorrect ↵Andrew Godwin
@sync_to_async(thread_sensitive=True) example. It does not support thread_sensitive when used as a decorator, yet. Backport of b5ad450fa6d53186b68f89a4507fdbabc8900f74 from master
2020-04-07[3.0.x] Fixed highlightlang deprecation warning on Sphinx 1.8+.Mariusz Felisiak
Backport of 678f958ef972bf9be402332537149ca0884035ba from master
2020-04-07[3.0.x] Fixed Sphinx warnings on duplicate object descriptions.Mariusz Felisiak
Backport of 69e2cd6fed40f3ecf767609b80ad31f288446e48 from master
2020-04-06[3.0.x] Fixed #31423 -- Clarified nested atomic() example.Simon Charette
Backport of fa5e7e46d875d4143510944f19d79df7b1739bab from master
2020-04-01[3.0.x] Prevented (and corrected) single backtick usage in docs.Adam Johnson
Backport of 1cdfe8d91215eefaa18c398069dd9c6879a9511d from master.
2020-03-25[3.0.x] Added additional note that tests use locmem email backend.Adam Johnson
Backport of f344c75fb09f75879334740f1f8a09c176d93c12 from master
2020-03-25[3.0.x] Improved docs on migration reversibility.Adam Johnson
- 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 b15b3706fec8ef59577ac47118ee0c62132a03a6 from master
2020-03-25[3.0.x] Improved sessions notes in deployment checklist.Adam Johnson
- Added note to clear old sessions when using database-backend. - Made note to consider the cache backend more generic. Backport of 66b06822d05ca1cf897745e7cb3c89adc53363ba from master
2020-03-17[3.0.x] Fixed typo in docs/topics/async.txt.Carlton Gibson
Backport of f622b490106289e78c727c464d001e01a4f71d8b from master
2020-03-17[3.0.x] Made logging config examples more accessible.Ben Li-Sauerwine
- 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 fc84848cd9509409e420b21b6db697f22f2c82a4 from master
2020-03-17[3.0.x] Corrected outdated sentence in One-to-one relationships docs.Philipp Bosch
Backport of f75af5b67bac58d6c6d043d5e9e14bd0908505dd from master
2020-03-13[3.0.x] Refs #31224 -- Doc'd async adapter functions.Andrew Godwin
Backport of 40a64dd1e24d45f8e00a55b22a5174b8f1359b5c from master
2020-03-10[3.0.x] Fixed #30439 -- Added support for different plural forms for a language.Claude Paroz
Thanks to Michal Čihař for review. Backport of e3e48b00127c09eafe6439d980a82fc5c591b673 from master
2020-03-10[3.0.x] Fixed #27865 -- Adjusted docs example to avoid confusion with ↵Adam Radwon
models.BaseManager. Backport of a2f554249ec07d4643643773a995579f98564ac1 from master
2020-03-09[3.0.x] Fixed #31350 -- Fixed typo in docs/topics/db/optimization.txt.Shrikrishna Singh
Backport of 370628673b98ada302c3930865c4bfde2d8ed5a1 from master
2020-03-06[3.0.x] Added missing backticks in various docs.Mariusz Felisiak
Backport of 30ca66eadd1135d220ae1f0570bb0244c26b9d29 from master
2020-03-06[3.0.x] Fixed #31342 -- Clarified docs about using base managers for related ↵Carlton Gibson
objects. Backport of 08a6215d334f88f16707278e6003af59d13345b4 from master
2020-03-05[3.0.x] Fixed #31341 -- Doc'd minimal gettext version with ES6 template ↵Claude Paroz
strings support. Backport of 2f53d324debee680658aed7f22f1aaf81385b1f2 from master
2020-02-24[3.0.x] Fixed #31303 -- Removed outdated note about symmetrical intermediate ↵Matheus Cunha Motta
table for self-referential ManyToManyField. Follow up to 87b1ad6e7351464c60e751b483d9dfce3a2d3382. Backport of 0352a44dd61c19bebf0c0b305dbbc3f710ff9945 from master
2020-02-19[3.0.x] Fixed #30040 -- Used default permission name in docs examples to ↵Hasan Ramezani
avoid confusion. Backport of b7795d7673f51daf288ac80616ef69b05918ca6b from master
2020-01-29[3.0.x] Fixed #31212 -- Updated psycopg links to HTTPS and new location.Jon Dufresne
Backport of 958977f662d878c299b3599282f005c3469dbef9 from master
2020-01-24[3.0.x] Fixed #31184 -- Clarified URL matching behavior in URL dispatcher docs.Roy Smith
Backport of cf493e5c819f5ee49b96954f026bec722e19d9c3 from master
2020-01-15[3.0.x] Refs #29998 -- Corrected auto-created OneToOneField parent_link in ↵Mariusz Felisiak
MTI docs. Backport of d202846ced2f58d7a34ad80bfe2bde8a542a70b9 from master
2020-01-09[3.0.x] More accurate terminology ("logger" instead of "logging handler") in ↵Kal Sze
logging documentation. Backport of aa6c620249bc8c2a6245c8d7b928b05e7e5e78fc from master
2020-01-08[3.0.x] Clarified that ValueError raised by converter.to_python() means no ↵Jack Cushman
match unless another URL pattern matches. Backport of 196009c72c7144f25bc5e4029ef519db0190bb89 from master
2020-01-07[3.0.x] Fixed #31103 -- Improved pagination topic documentation.Mark Bailey
Backport of 0f0abc20be55d796ecfc3e7698e7ecfd9e9cdf88 from master
2019-12-23[3.0.x] Removed unnecessary code-block directives in various docs.Jon Dufresne
Backport of 5e00bd1f7717149573df9607b848297a520881d3 from master
2019-12-20[3.0.x] Added example of assertNumQueries() with "using" kwarg in testing ↵Garry Polley
topics docs. Backport of 0b698eaea611d3bafa86d6d81d9203b482600ccb from master
2019-12-19[3.0.x] Refs #28954 -- Remove remaining Jython documentation.Nick Pope
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 d8b6a76bc745b21c6cf2b29c220a91bcae7fd3d7 from master
2019-12-18[3.0.x] Corrected some typos in documentation.Hasan Ramezani
Backport of 70d95682b1be6a85abdeaea0205a897f7530f8bc from master
2019-12-12[3.0.x] Fixed #31069, Refs #26431 -- Doc'd RegexPattern behavior change in ↵Hasan Ramezani
passing optional named groups in Django 3.0. Backport of 9736137cdc4b7528a0aca17415dc9798660eed81 from master
2019-12-06[3.0.x] Fixed #31061 -- Ignored positional args in django.urls.resolve() ↵Mariusz Felisiak
when all optional named parameters are missing. Regression in 76b993a117b61c41584e95149a67d8a1e9f49dd1. Thanks Claude Paroz for the report and Carlton Gibson for reviews. Backport of 82a88d2f48e13ef5d472741d5ed1c183230cfe4c from master
2019-12-04[3.0.x] Fixed #20456 -- Added example of directly testing CBVs in topics docs.Felipe Lee
Backport of a2e96f7969059fb4e621a1cd591fbdd0d4deae2e from master
2019-12-04[3.0.x] Removed leftover word in CBV mixins docs.Claude Paroz
Backport of d83b585e5cc2b6dec49982670b86d6b4dd339342 from master
2019-12-03[3.0.x] Fixed #31056 -- Allowed disabling async-unsafe check with an ↵Andrew Godwin
environment variable. Backport of c90ab30fa1305481024b9c3c50b5a6ed6cd9a2f5 from master
2019-12-03[3.0.x] Refs #30451 -- Doc'd asynchronous support and async-safety.Andrew Godwin
Backport of 635a3f8e6e0303e8a87586ef6be4ab0cc01d7c0d from master
2019-12-03[stable/3.0.x] Fixed typo in topics docsClaude Paroz
Backport of b92d101bd868aa460d16d1196a798df7e5c1ea33 from master.