1
0
mirror of https://github.com/django/django.git synced 2025-01-02 22:46:15 +00:00

Removed trailing whitespace in docs.

This commit is contained in:
Adam Zapletal 2024-11-27 10:13:28 -06:00 committed by GitHub
parent 2544c15854
commit e9ed5da3cb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 7 additions and 7 deletions

View File

@ -116,8 +116,8 @@ Minor features
* The default iteration count for the PBKDF2 password hasher is increased from
720,000 to 870,000.
* The default ``parallelism`` of the ``ScryptPasswordHasher`` is
increased from 1 to 5, to follow OWASP recommendations.
* The default ``parallelism`` of the ``ScryptPasswordHasher`` is increased from
1 to 5, to follow OWASP recommendations.
* The new :class:`~django.contrib.auth.forms.AdminUserCreationForm` and
the existing :class:`~django.contrib.auth.forms.AdminPasswordChangeForm` now