index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
settings.txt
Age
Commit message (
Expand
)
Author
2023-11-28
[5.0.x] Refs #34380 -- Added FORMS_URLFIELD_ASSUME_HTTPS transitional setting.
Mariusz Felisiak
2023-10-06
[5.0.x] Refs #32275 -- Added scrypt password hasher to PASSWORD_HASHERS setti...
ume
2023-10-04
[5.0.x] Corrected wrap_socket() reference in docs/ref/settings.txt.
Mariusz Felisiak
2023-07-24
Refs #34712 -- Doc'd that defining STORAGES overrides the default configuration.
Bruno Alla
2023-06-23
Improved style of n-tuple wording in docs and comments.
Nick Pope
2023-04-21
Added meaningful titles to ..admonition:: directives.
Mariusz Felisiak
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-14
Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.
Markus Holtermann
2023-02-10
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2023-01-17
Refs #32800 -- Removed CSRF_COOKIE_MASKED transitional setting per deprecatio...
Mariusz Felisiak
2023-01-17
Refs #32365 -- Removed support for pytz timezones per deprecation timeline.
Mariusz Felisiak
2023-01-17
Refs #32873 -- Removed settings.USE_L10N per deprecation timeline.
Mariusz Felisiak
2023-01-17
Refs #32379 -- Changed default USE_TZ to True.
Mariusz Felisiak
2023-01-17
Refs #32446 -- Removed SERIALIZE test database setting per deprecation timeline.
Mariusz Felisiak
2023-01-17
Removed versionadded/changed annotations for 4.1.
Mariusz Felisiak
2023-01-16
Fixed #23718 -- Doc'd that test mirrors require TransactionTestCase.
sarahboyce
2023-01-12
Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings.
Jarosław Wygoda
2023-01-12
Fixed #26029 -- Allowed configuring custom file storage backends.
Jarosław Wygoda
2022-11-24
Fixed #34064 -- Adjusted locale override wording in settings docs.
Tibor Leupold
2022-11-02
Fixed #34054 -- Created a new fixtures topic.
Filip Lajszczak
2022-08-24
Fixed #33920 -- Doc'd dependency of LOGGING_CONFIG callback on non-empty LOGG...
Kanza
2022-05-17
Removed versionadded/changed annotations for 4.0.
Carlton Gibson
2022-04-28
Removed hyphen from pre-/re- prefixes.
David
2022-03-23
Fixed #33569 -- Added SECURE_PROXY_SSL_HEADER support for list of protocols i...
Thomas Schmidt
2022-02-01
Refs #33476 -- Used vertical hanging indentation for format lists with inline...
Mariusz Felisiak
2022-02-01
Fixed #30360 -- Added support for secret key rotation.
tschilling
2022-01-13
Fixed #29708 -- Deprecated PickleSerializer.
Adam Johnson
2021-12-22
Added TemplatesSetting to list of built-in renderers in FORM_RENDERER docs.
Adam Johnson
2021-12-01
Fixed #30398 -- Added CONN_HEALTH_CHECKS database setting.
Przemysław Suliga
2021-11-29
Fixed #32800 -- Changed CsrfViewMiddleware not to mask the CSRF secret.
Chris Jerdonek
2021-10-18
Refs #32956 -- Changed docs to treat the acronym HTTP phonetically.
David Smith
2021-09-20
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2021-09-20
Fixed #31026 -- Switched form rendering to template engine.
David Smith
2021-09-16
Fixed #32365 -- Made zoneinfo the default timezone implementation.
Carlton Gibson
2021-09-16
Doc'd Jinja2 form renderer.
David Smith
2021-09-14
Fixed #33012 -- Added Redis cache backend.
Daniyal
2021-09-14
Fixed #32873 -- Deprecated settings.USE_L10N.
Claude Paroz
2021-07-30
Refs #32956 -- Updated words ending in -wards.
David Smith
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-07-14
Added note about zero timeout in cache settings docs.
Nick Pope
2021-05-18
Fixed #32379 -- Started deprecation toward changing default USE_TZ to True.
Claude Paroz
2021-04-30
Fixed #32678 -- Removed SECURE_BROWSER_XSS_FILTER setting.
Tim Graham
2021-04-29
Refs #32674 -- Noted that auto-created through table PKs cannot be automatica...
Carlton Gibson
2021-03-30
Fixed #31840 -- Added support for Cross-Origin Opener Policy header.
bankc
2021-03-18
Fixed #16010 -- Added Origin header checking to CSRF middleware.
Tim Graham
2021-03-18
Refs #16010 -- Required CSRF_TRUSTED_ORIGINS setting to include the scheme.
Tim Graham
2021-02-24
Fixed #32446 -- Deprecated SERIALIZE test database setting.
Simon Charette
2021-02-06
Refs #32394 -- Changed STATIC_URL/MEDIA_URL to relative paths in tests and do...
Markus Holtermann
2021-01-14
Refs #31842 -- Removed DEFAULT_HASHING_ALGORITHM transitional setting.
Mariusz Felisiak
2021-01-14
Refs #28622 -- Removed settings.PASSWORD_RESET_TIMEOUT_DAYS per deprecation t...
Mariusz Felisiak
[next]