django/docs/topics
Natalia 96d8404771 [5.0.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when email sending fails.
On successful submission of a password reset request, an email is sent
to the accounts known to the system. If sending this email fails (due to
email backend misconfiguration, service provider outage, network issues,
etc.), an attacker might exploit this by detecting which password reset
requests succeed and which ones generate a 500 error response.

Thanks to Thibaut Spriet for the report, and to Mariusz Felisiak, Adam
Johnson, and Sarah Boyce for the reviews.
2024-09-03 09:33:01 -03:00
..
auth [5.0.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when email sending fails. 2024-09-03 09:33:01 -03:00
class-based-views Fixed typo in docs/topics/class-based-views/mixins.txt. 2023-03-22 08:35:24 +01:00
db [5.0.x] Fixed typo in docs/topics/db/managers.txt. 2024-02-01 09:26:24 +01:00
forms [5.0.x] Fixed incorrect blockquotes in docs/topics/forms/index.txt. 2024-04-22 22:27:42 -03:00
http [5.0.x] Refs #31710 -- Improved multiple file upload docs. 2024-04-04 19:19:23 -03:00
i18n [5.0.x] Fixed #34886 -- Modified sample use of lazy in delayed translations. 2024-06-25 09:04:03 +02:00
testing [5.0.x] Fixed broken links and redirects in docs. 2024-03-06 08:51:35 +01:00
async.txt [5.0.x] Applied Black's 2024 stable style. 2024-01-26 12:55:56 +01:00
cache.txt [5.0.x] Fixed #35141 -- Clarified the expected type of CACHE_MIDDLEWARE_SECONDS setting. 2024-01-29 19:24:10 +01:00
checks.txt [5.0.x] Applied Black's 2024 stable style. 2024-01-26 12:55:56 +01:00
conditional-view-processing.txt [5.0.x] Applied Black's 2024 stable style. 2024-01-26 12:55:56 +01:00
email.txt Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2023-03-01 13:03:56 +01:00
external-packages.txt Used extlinks for PyPI links. 2023-04-17 06:55:32 +02:00
files.txt Fixed #34530 -- Improved docs when customizing storage for FileField. 2023-05-02 15:32:24 -03:00
index.txt Refs #30451 -- Doc'd asynchronous support and async-safety. 2019-12-03 17:29:10 +01:00
install.txt Fixed #33817 -- Added support for python-oracledb and deprecated cx_Oracle. 2023-08-10 10:11:53 +02:00
logging.txt Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2023-03-01 13:03:56 +01:00
migrations.txt [5.0.x] Fixed #35015 -- Updated MySQL notes in migrations topic. 2023-12-20 21:02:51 +01:00
pagination.txt Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2023-03-01 13:03:56 +01:00
performance.txt Refs #34140 -- Made minor edits to rst code-blocks. 2023-03-01 13:02:54 +01:00
security.txt Refs #34140 -- Applied rst code-block to non-Python examples. 2023-02-10 19:19:13 +01:00
serialization.txt Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2023-03-01 13:03:56 +01:00
settings.txt [5.0.x] Updated "Dive Into Python" links. 2024-01-20 22:22:49 +01:00
signals.txt [5.0.x] Fixed typo in docs/topics/signals.txt. 2024-03-28 13:45:55 -03:00
signing.txt Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2023-03-01 13:03:56 +01:00
templates.txt Added meaningful titles to ..admonition:: directives. 2023-04-21 12:03:59 +02:00