index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
topics
/
auth
Age
Commit message (
Expand
)
Author
2021-01-14
Fixed #31358 -- Increased salt entropy of password hashers.
Jon Moroney
2020-12-03
Fixed #32235 -- Made ReadOnlyPasswordHashField disabled by default.
Timo Ludwig
2020-08-11
Added note about password updates on argon2 attributes change.
Roy Zheng
2020-05-13
Used :mimetype: role in various docs.
Nick Pope
2020-05-13
Removed versionadded/changed annotations for 3.0.
Mariusz Felisiak
2020-04-29
Refs #27468 -- Made user sessions use SHA-256 algorithm.
Mariusz Felisiak
2020-04-28
Changed django.forms.ValidationError imports to django.core.exceptions.Valida...
François Freitag
2020-04-27
Fixed #31505 -- Doc'd possible email addresses enumeration in PasswordResetView.
Mariusz Felisiak
2020-04-24
Doc'd PasswordChangeView/PasswordResetView.success_url defaults.
Tanmay Vijay
2020-04-07
Fixed Sphinx warnings on duplicate object descriptions.
Mariusz Felisiak
2020-03-31
Fixed #31375 -- Made contrib.auth.hashers.make_password() accept only bytes o...
Hasan Ramezani
2020-02-19
Fixed #30040 -- Used default permission name in docs examples to avoid confus...
Hasan Ramezani
2019-11-08
Fixed #30948 -- Changed packaging to use declarative config in setup.cfg.
Jon Dufresne
2019-09-10
Removed versionadded/changed annotations for 2.2.
Mariusz Felisiak
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-08-29
Fixed #18763 -- Added ModelBackend/UserManager.with_perm() methods.
Berker Peksag
2019-08-29
Removed unneeded * markers from parameter names.
Carlton Gibson
2019-08-29
Fixed #30066 -- Enabled super user creation without email and password
daniel a rios
2019-08-26
Fixed #29019 -- Added ManyToManyField support to REQUIRED_FIELDS.
Hasan Ramezani
2019-07-08
Fixed #30620 -- Made an example of admin-compliant custom user app pep8 compl...
Nuno
2019-07-04
Fixed #28667 -- Clarified how to override list of forms fields for custom Use...
swatantra
2019-06-20
Removed unnecessary backslashes from docs.
Mariusz Felisiak
2019-06-05
Refs #30226 -- Added User.get_user_permissions() method.
Tobias Bengfort
2019-06-05
Fixed #30226 -- Added BaseBackend for authentication.
Tobias Bengfort
2019-05-27
Doc'd that extra_email_context can be used to override default template conte...
Mariusz Felisiak
2019-05-24
Fixed #28780 -- Allowed specyfing a token parameter displayed in password res...
Rob
2019-04-30
Fixed #20629 -- Rephrased custom user models admonition.
Tobias Kunze
2019-04-24
Changed tuple Mate.unique_together/permissions to lists in docs.
Luke Plant
2019-04-18
Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, com...
Ramiro Morales
2019-03-28
Used extlinks for Django's source code.
Tim Graham
2019-02-28
Clarified permission-related docs.
Tobias Bengfort
2019-02-08
Removed extra characters in docs header underlines.
Mariusz Felisiak
2019-01-17
Removed versionadded/changed annotations for 2.1.
Tim Graham
2019-01-16
Fixed #11154, #22270 -- Made proxy model permissions use correct content type.
Arthur Rio
2018-11-15
Used auto-numbered lists in documentation.
François Freitag
2018-11-12
Doc'd PermissionsMixin's usage of User.is_active and is_superuser.
Tobias Bengfort
2018-10-22
Fixed #29880 -- Fixed typo in docs/topics/auth/default.txt.
Tim Graham
2018-09-26
Fixed #29683 -- Added view permission to docs.
Stephen James
2018-09-10
Refs #20910 -- Replaced snippet directive with code-block.
Curtis Maloney
2018-08-06
Consolidated docs about handling a ForeignKey in custom user model manager.
Tim Graham
2018-07-18
Removed duplicate words in docs.
Maxime Lorant
2018-07-02
Fixed #29449 -- Reverted "Fixed #28757 -- Allowed using contrib.auth forms wi...
Tim Graham
2018-06-05
Fixed typo in docs/topics/auth/customizing.txt.
Michael Kiros
2018-05-17
Removed versionadded/changed annotations for 2.0.
Tim Graham
2018-05-16
Fixed #8936 -- Added a view permission and a read-only admin.
olivierdalang
2018-04-23
Fixed typos in docs/topics/auth/passwords.txt.
adamth
2018-04-19
Fixed #29212 -- Doc'd redirect loop if @permission_required used with redirec...
Nick Pope
2018-04-17
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Brett Cannon
2018-04-16
Fixed #29274 -- Increased the number of common passwords from 1k to 20k.
GS-14
2018-03-22
Fixed #28718 -- Allowed user to request a password reset if their password do...
Tim Graham
[next]