summaryrefslogtreecommitdiff
path: root/docs/ref/settings.txt
AgeCommit message (Expand)Author
2025-11-06[6.0.x] Removed community packages admonition from settings docs.Tim Schilling
2025-10-30[6.0.x] Added community package storage backends mention to docs.Tim Schilling
2025-09-17Refs #35859 -- Removed support for Task enqueuing on transaction commit.Jacob Walls
2025-09-16Fixed #35859 -- Added background Tasks framework interface.Jake Howard
2025-09-12Fixed #36597 -- Corrected directives for functions from email module in docs.Mridul Dhall
2025-09-05Fixed #36564 -- Changed DEFAULT_AUTO_FIELD from AutoField to BigAutoField.Tim Graham
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
2025-08-25Refs #36485 -- Removed double spaces after periods in sentences.Natalia
2025-08-25Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...David Smith
2025-06-27Fixed #15727 -- Added Content Security Policy (CSP) support.Rob Hudson
2025-03-21Fixed #36138 -- Changed ADMINS and MANAGERS settings to lists of strings.Mike Edmunds
2025-03-19Fixed #36000 -- Deprecated HTTP as the default protocol in urlize and urlizet...Ahmed Nassar
2025-01-21Refs 35653 -- Clarified docs for EMAIL_SSL_CERTFILE and EMAIL_SSL_KEYFILE set...Igor Scheller
2025-01-15Refs #34380 -- Changed the URLField default scheme to https and removed FORMS...Sarah Boyce
2024-09-03Added EMAIL_USE_SSL to the 'Core Settings Topical Index' docs.github-user-en
2024-06-24Fixed #35306 -- Documented fallback localization formats in templates when lo...lufafajoshua
2024-06-13Fixed #35470 -- Separated i18n and l10n globalization settings docs.lufafajoshua
2024-05-22Removed versionadded/changed annotations for 5.0.Natalia
2024-05-22Fixed #31405 -- Added LoginRequiredMiddleware.Hisham Mahmood
2024-04-05Refs #35354 -- Clarified FORCE_SCRIPT_NAME docs.Carlton Gibson
2024-03-06Fixed broken links and redirects in docs.Mariusz Felisiak
2024-02-20Fixed #35153 -- Added note about locale name notation to FORMAT_MODULE_PATH d...sandjio
2024-01-29Fixed #35141 -- Clarified the expected type of CACHE_MIDDLEWARE_SECONDS setting.Alexander Lazarević
2024-01-26Applied Black's 2024 stable style.Mariusz Felisiak
2024-01-16Used more specific link to email backends in EMAIL_BACKEND docs.Baptiste Mispelon
2023-12-28Improved DEFAULT_FROM_EMAIL/SERVER_EMAIL docs.David D Lowe
2023-12-14Added clarifications about the DATABASES.TIME_ZONE setting in docs.David Sanders
2023-11-29Refs #25778 -- Updated some links and references to HTTPS.Adam Johnson
2023-11-28Refs #34380 -- Added FORMS_URLFIELD_ASSUME_HTTPS transitional setting.Mariusz Felisiak
2023-10-06Refs #32275 -- Added scrypt password hasher to PASSWORD_HASHERS setting docs.ume
2023-10-04Corrected wrap_socket() reference in docs/ref/settings.txt.Mariusz Felisiak
2023-09-18Refs #26029 -- Removed DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.Mariusz Felisiak
2023-09-18Removed versionadded/changed annotations for 4.2.Mariusz Felisiak
2023-07-24Refs #34712 -- Doc'd that defining STORAGES overrides the default configuration.Bruno Alla
2023-06-23Improved style of n-tuple wording in docs and comments.Nick Pope
2023-04-21Added meaningful titles to ..admonition:: directives.Mariusz Felisiak
2023-03-01Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.django-bot
2023-02-14Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.Markus Holtermann
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2023-01-17Refs #32800 -- Removed CSRF_COOKIE_MASKED transitional setting per deprecatio...Mariusz Felisiak
2023-01-17Refs #32365 -- Removed support for pytz timezones per deprecation timeline.Mariusz Felisiak
2023-01-17Refs #32873 -- Removed settings.USE_L10N per deprecation timeline.Mariusz Felisiak
2023-01-17Refs #32379 -- Changed default USE_TZ to True.Mariusz Felisiak
2023-01-17Refs #32446 -- Removed SERIALIZE test database setting per deprecation timeline.Mariusz Felisiak
2023-01-17Removed versionadded/changed annotations for 4.1.Mariusz Felisiak
2023-01-16Fixed #23718 -- Doc'd that test mirrors require TransactionTestCase.sarahboyce
2023-01-12Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.Jarosław Wygoda
2023-01-12Fixed #26029 -- Allowed configuring custom file storage backends.Jarosław Wygoda
2022-11-24Fixed #34064 -- Adjusted locale override wording in settings docs.Tibor Leupold
2022-11-02Fixed #34054 -- Created a new fixtures topic.Filip Lajszczak