django/docs/topics
Daniele Procida 62988afbea Refs #32880 -- Renamed/reordered logging topic sections.
Moved sections so that how-to type material is all together, and
renamed headings so it's clearer what those sections are about, in
anticipation of creating a separate how-to document and expanding
the material.
2021-07-01 07:30:53 +02:00
..
auth Clarified docs about increasing the work factor for bcrypt hasher. 2021-05-20 20:24:51 +02:00
class-based-views Fixed #32271 -- Improved consistency of docs CBV examples. 2021-03-02 08:33:05 +01:00
db Fixed #30427, Fixed #16176 -- Corrected setting descriptor in Field.contribute_to_class(). 2021-06-15 12:01:28 +02:00
forms Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS. 2021-05-17 09:46:09 +02:00
http Fixed #32535 -- Added note about DEBUG_PROPAGATE_EXCEPTIONS setting to middleware docs. 2021-04-09 10:47:46 +02:00
i18n Fixed #32379 -- Started deprecation toward changing default USE_TZ to True. 2021-05-18 20:26:44 +02:00
testing Refs #32552 -- Added DiscoverRunner.log() to allow customization. 2021-06-01 13:31:44 +02:00
async.txt Added a note about %autoawait off for IPython. 2021-06-22 10:23:03 +02:00
cache.txt Fixed note about ISP caching in docs. 2021-05-20 10:55:42 +02:00
checks.txt Fixed #32667 -- Added link to labeling checks in BaseCommand.requires_system_checks docs. 2021-04-21 16:40:04 +02:00
conditional-view-processing.txt Used :rfc: role in various docs. 2020-04-15 18:31:30 +02:00
email.txt Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS. 2021-05-17 09:46:09 +02:00
external-packages.txt Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS. 2021-05-17 09:46:09 +02:00
files.txt Removed versionadded/changed annotations for 3.1. 2021-01-14 17:50:04 +01:00
index.txt Refs #30451 -- Doc'd asynchronous support and async-safety. 2019-12-03 17:29:10 +01:00
install.txt Fixed #31643 -- Changed virtualenv doc references to Python 3 venv. 2020-06-02 11:45:44 +02:00
logging.txt Refs #32880 -- Renamed/reordered logging topic sections. 2021-07-01 07:30:53 +02:00
migrations.txt Fixed typos in comments and docs. 2021-05-29 12:51:14 +02:00
pagination.txt Fixed #32271 -- Improved consistency of docs CBV examples. 2021-03-02 08:33:05 +01:00
performance.txt Fixed header underlines in performance docs. 2021-06-05 18:20:40 +02:00
security.txt Fixed #31840 -- Added support for Cross-Origin Opener Policy header. 2021-03-30 19:59:24 +02:00
serialization.txt Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS. 2021-05-17 09:46:09 +02:00
settings.txt Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS. 2021-05-17 09:46:09 +02:00
signals.txt Fixed #32594 -- Doc'd and tested that Signal.disconnect() with lazy references returns None. 2021-04-03 14:57:43 +02:00
signing.txt Removed versionadded/changed annotations for 3.1. 2021-01-14 17:50:04 +01:00
templates.txt Fixed #25712 -- Reorganized templates docs. 2020-04-30 08:12:09 +02:00