- Language: en
33 results for hash in version 1.8
-
Django 1.4 release notes
- … hash Consequences: The user will see the validation error “Security hash failed.” Time period: The amount …
-
Model instance reference
- … hash__ Model. __hash__ () [source] The __hash__ method is based on the instance’s primary key value …
-
Password management in Django
- … hash ( self , sha1_hash , salt , iterations = None ): return super ( PBKDF2WrappedSHA1PasswordHasher , self ) . encode ( sha1_hash , salt …
-
Using the Django authentication system
- … hash() method, authenticated sessions will include the hash returned by this function. In the AbstractBaseUser …
-
The staticfiles app
- … hash ( name , content=None ) The method that is used when creating the hashed name of a file …
-
Customizing authentication in Django
- … hash of the password. For example: ADMIN_LOGIN = 'admin' ADMIN_PASSWORD = 'pbkdf2 …
-
Django 1.7 release notes
- … hash() method was added and if your AUTH_USER_MODEL inherits from AbstractBaseUser , changing a user …
-
django.contrib.auth
- … hash of, and metadata about, the password. (Django doesn’t store the raw password.) Raw passwords …
-
Django 1.8.10 release notes
- … hashes in your database (such as SHA1 hashes from users who haven’t logged in since …
-
Working with Git and GitHub
- … hashes before and after the operation at GitHub you will notice that the commit hashes …