1
0
mirror of https://github.com/django/django.git synced 2025-01-09 09:55:57 +00:00
django/docs/topics
2021-07-08 07:29:04 +02:00
..
auth Clarified docs about increasing the work factor for bcrypt hasher. 2021-05-20 20:24:51 +02:00
class-based-views
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 Fixed #24522 -- Added a --shuffle option to DiscoverRunner. 2021-07-08 07:29:04 +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
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
index.txt
install.txt
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
performance.txt Fixed header underlines in performance docs. 2021-06-05 18:20:40 +02:00
security.txt
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
templates.txt