mirror of
https://github.com/django/django.git
synced 2025-11-25 21:22:14 +00:00
Removed versionadded/changed annotations for 3.2.
This commit is contained in:
parent
810bca5a1a
commit
97237ad3fe
56 changed files with 3 additions and 455 deletions
|
|
@ -1172,10 +1172,3 @@ Finally, specify the custom model as the default user model for your project
|
|||
using the :setting:`AUTH_USER_MODEL` setting in your ``settings.py``::
|
||||
|
||||
AUTH_USER_MODEL = 'customauth.MyUser'
|
||||
|
||||
.. versionchanged:: 3.2
|
||||
|
||||
In older versions, ``ReadOnlyPasswordHashField`` is not
|
||||
:attr:`~django.forms.Field.disabled` by default and
|
||||
``UserChangeForm.clean_password()`` is required to return the initial
|
||||
value, whatever the user provides.
|
||||
|
|
|
|||
|
|
@ -178,8 +178,6 @@ To use scrypt_ as your default storage algorithm, do the following:
|
|||
Increasing the salt entropy
|
||||
---------------------------
|
||||
|
||||
.. versionadded:: 3.2
|
||||
|
||||
Most password hashes include a salt along with their password hash in order to
|
||||
protect against rainbow table attacks. The salt itself is a random value which
|
||||
increases the size and thus the cost of the rainbow table and is currently set
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue