diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-09-12 21:44:53 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-09-18 22:12:40 +0200 |
| commit | 6e4e5523a8f40b63f3e74889266a7d638f6364dc (patch) | |
| tree | 60e76e1f849a066015051aebebbbdaa9b6c795b6 /docs | |
| parent | 14ef92fa9e87a77cd3642235387e6f683048046b (diff) | |
Refs #33691 -- Removed insecure password hashers per deprecation timeline.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/5.1.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/5.1.txt b/docs/releases/5.1.txt index c6c4e2217d..9a0cd94f7e 100644 --- a/docs/releases/5.1.txt +++ b/docs/releases/5.1.txt @@ -256,3 +256,7 @@ to remove usage of these features. * The model's ``Meta.index_together`` option is removed. * The ``length_is`` template filter is removed. + +* The ``django.contrib.auth.hashers.SHA1PasswordHasher``, + ``django.contrib.auth.hashers.UnsaltedSHA1PasswordHasher``, and + ``django.contrib.auth.hashers.UnsaltedMD5PasswordHasher`` are removed. |
