1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Increased the default PBKDF2 iterations for Django 5.0.

Follow up to 9a1848f48c.
This commit is contained in:
Mariusz Felisiak
2023-02-04 13:37:44 +01:00
committed by GitHub
parent 017fa23d3b
commit 5e9aded33f
4 changed files with 7 additions and 7 deletions

View File

@@ -141,7 +141,7 @@ Minor features
~~~~~~~~~~~~~~~~~~~~~~~~~~
* The default iteration count for the PBKDF2 password hasher is increased from
390,000 to 480,000.
390,000 to 600,000.
* :class:`~django.contrib.auth.forms.UserCreationForm` now saves many-to-many
form fields for a custom user model.