- Language: en
23 results for hash in version 3.1
-
Django 1.4 release notes
- … hash Consequences: The user will see the validation error “Security hash failed.” Time period: The amount …
-
Django 3.1 release notes
- … HASHING_ALGORITHM settings The new DEFAULT_HASHING_ALGORITHM transitional setting allows specifying the default hashing …
-
Django 2.1.2 release notes
- … hash. While it’s typically infeasible to reverse a strong password hash, if your site …
-
Django 1.7 release notes
- … hash() method was added and if your AUTH_USER_MODEL inherits from AbstractBaseUser , changing a user …
-
Django 1.9.3 release notes
- … hashes in your database (such as SHA1 hashes from users who haven’t logged in since …
-
Django 1.8.10 release notes
- … hashes in your database (such as SHA1 hashes from users who haven’t logged in since …
-
Django 1.11 release notes
- … hash() now rotates the session key to allow a password change to invalidate stolen session …
-
Django 1.10 release notes
- … hash . It’s recommended over PBKDF2, however, it’s not the default as it requires …
-
Django 1.6.6 release notes
- … hash of each user. While the admin requires users to have permissions to view the change …
-
Django 3.0 release notes
- … hash database functions MD5 , SHA1 , SHA224 , SHA256 , SHA384 , and SHA512 . Added the Sign database function …