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
/
customizing.txt
Age
Commit message (
Expand
)
Author
2020-12-03
Fixed #32235 -- Made ReadOnlyPasswordHashField disabled by default.
Timo Ludwig
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-07
Fixed Sphinx warnings on duplicate object descriptions.
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-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-03-28
Used extlinks for Django's source code.
Tim Graham
2019-02-28
Clarified permission-related docs.
Tobias Bengfort
2018-11-12
Doc'd PermissionsMixin's usage of User.is_active and is_superuser.
Tobias Bengfort
2018-09-26
Fixed #29683 -- Added view permission to docs.
Stephen James
2018-08-06
Consolidated docs about handling a ForeignKey in custom user model manager.
Tim Graham
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-01-05
Fixed #28757 -- Allowed using contrib.auth forms without installing contrib.a...
shanghui
2017-12-28
Removed unnecessary trailing commas and spaces in various code.
Mariusz Felisiak
2017-09-22
Removed versionadded/changed annotations for 1.11.
Tim Graham
2017-09-22
Refs #25187 -- Required the authenticate() method of authentication backends ...
Tim Graham
2017-06-26
Refs #23919 -- Stopped inheriting from object to define new style classes.
Mariusz Felisiak
2017-05-06
Fixed #28089 -- Removed requirement to implement get_short_name() and get_ful...
Josh Schneier
2017-03-08
Fixed #27911 -- Doc'd how to register custom User with admin.
David D Lowe
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
chillaranand
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2017-01-17
Refs #25847 -- Removed support for User.is_(anonymous|authenticated) as methods.
Tim Graham
2016-11-28
Fixed typo in docs/topics/auth/customizing.txt.
Tim Graham
2016-11-25
Fixed #25966 -- Made get_user_model() work at import time.
Aymeric Augustin
2016-11-24
Fixed typo in docs/topics/auth/customizing.txt.
Alex Scott
2016-11-23
Normalized casing of "custom user model".
Tim Graham
2016-11-23
Fixed #24370 -- Recommended starting with a custom user model.
Krzysztof Gogolewski
2016-10-25
Reverted "Fixed #26401 -- Added BaseAuthConfig to use auth without migrations."
Jon Dufresne
2016-10-04
Fixed #27292 -- Removed unnecessary password assignment in auth backend example.
Tim Graham
2016-09-27
Fixed #20705 -- Allowed using PasswordResetForm with user models with an emai...
levental
2016-09-23
Simplified has_perm() example in topics/auth/customizing.txt.
Berker Peksag
2016-09-12
Fixed #25187 -- Made request available in authentication backends.
Aleksej Manaev
2016-09-10
Fixed #26401 -- Added BaseAuthConfig to use auth without migrations.
Jon Dufresne
2016-06-24
Fixed #26719 -- Normalized email in AbstractUser.clean().
Bang Dao + Tam Huynh
2016-06-21
Refs #21379, #26719 -- Moved username normalization to AbstractBaseUser.
Tim Graham
2016-06-03
Fixed #26021 -- Applied hanging indentation to docs.
Ed Henderson
[next]