- Language: en
47 results for hash in version 3.2
-
django.contrib.auth
- … hash of, and metadata about, the password. (Django doesn’t store the raw password.) Raw passwords …
-
Django 1.7 release notes
- … hash() method was added and if your AUTH_USER_MODEL inherits from AbstractBaseUser , changing a user …
-
Django Deprecation Timeline
- … hashing algorithm) will be removed. Support for the pre-Django 3.1 encoding format of sessions …
-
django-admin and manage.py
- … hash,unified} Specifies the output format. Available values are hash and unified . hash is the default …
-
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 …
-
Testing tools
- … hashed password. Alternatively, you can use the create_user() helper method to create a new user …
-
Committing code
- … hashes on main and the branch to match which automatically closes the pull request. If a pull …
-
How is Django Formed?
- … hashes of the release packages: $ cd dist $ md5sum * $ sha1sum * $ sha256sum * Create a “checksums” file, Django …
-
Cryptographic signing
- … hash, you can use the optional salt argument to the Signer class. Using a salt …