diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-10-22 13:21:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-22 13:21:14 +0200 |
| commit | 34180922380cf41cd684f846ecf00f92eb289bcf (patch) | |
| tree | 86beea492d23bfbd5fe758b9ae0fce4de5e6424c /docs | |
| parent | 284bde3fbe07485d64289e28014a4eada68aef91 (diff) | |
Fixed #32130 -- Fixed pre-Django 3.1 password reset tokens validation.
Thanks Gordon Wrigley for the report and implementation idea.
Regression in 226ebb17290b604ef29e82fb5c1fbac3594ac163.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/3.1.3.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.1.3.txt b/docs/releases/3.1.3.txt index 9c58586f46..6f526aa5c9 100644 --- a/docs/releases/3.1.3.txt +++ b/docs/releases/3.1.3.txt @@ -48,3 +48,6 @@ Bugfixes * Fixed a regression in Django 3.1.2 that caused incorrect form input layout on small screens in the admin change form view (:ticket:`32069`). + +* Fixed a regression in Django 3.1 that invalidated pre-Django 3.1 password + reset tokens (:ticket:`32130`). |
