- Language: en
51 results for hash in the development version
-
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 …
-
Model instance reference
- … hash__() Model. __hash__ () [source] The __hash__() method is based on the instance’s primary key value …
-
Django 2.1.2 release notes
- … hash. While it’s typically infeasible to reverse a strong password hash, if your site …
-
Writing and running tests
- … hashing The default password hasher is rather slow by design. If you’re authenticating many …
-
Password management in Django
- … hash ( self , md5_hash , salt , iterations = None ): return super () . encode ( md5_hash , salt , iterations ) def encode …
-
The staticfiles app
- … hash This attribute provides a single hash that changes whenever a file in the manifest …
-
Using the Django authentication system
- … hash() function. update_session_auth_hash ( request , user ) [source] aupdate_session_auth_hash ( request , user …
-
Customizing authentication in Django
- … hash of the password. For example: ADMIN_LOGIN = 'admin' ADMIN_PASSWORD = 'pbkdf2 …
-
django.contrib.auth
- … hash of, and metadata about, the password. (Django doesn’t store the raw password.) Raw passwords …