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
/
django
/
contrib
/
auth
Age
Commit message (
Expand
)
Author
2021-12-06
[4.0.x] Updated translations from Transifex.
Mariusz Felisiak
2021-10-12
[4.0.x] Fixed #33178 -- Made createsuperuser validate required fields passed ...
Christophe Henry
2021-10-12
[4.0.x] Refs #21755 -- Fixed createsuperuser crash for required foreign keys ...
Christophe Henry
2021-10-12
[4.0.x] Refs #29628, Refs #33178 -- Made createsuperuser validate password ag...
Mariusz Felisiak
2021-10-07
[4.0.x] Fixed #33151 -- Fixed createsuperuser crash for many-to-many required...
Christophe Henry
2021-09-21
[4.0.x] Updated source translation catalogs.
Mariusz Felisiak
2021-09-06
Refs #32508 -- Raised TypeError/ValueError instead of using "assert" in encod...
Mateo Radman
2021-08-09
Removed redundant definition of UserModel in ModelBackend.with_perm().
Premkumar Chalmeti
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-07-22
Fixed #32275 -- Added scrypt password hasher.
ryowright
2021-07-22
Refs #32508 -- Raised TypeError/ValueError instead of using "assert" in encod...
Mariusz Felisiak
2021-07-15
Fixed #32910 -- Unified different plural equations for the same language in c...
Mariusz Felisiak
2021-06-28
Updated translations from Transifex.
Claude Paroz
2021-06-25
Refs #32508 -- Raised ImproperlyConfigured/TypeError instead of using "assert...
Mateo Radman
2021-05-28
Refs #24121 -- Added __repr__() to PermWrapper.
abhiabhi94
2021-05-20
Fixed #32771 -- Used IS_POPUP_VAR constant instead of hard-coded value.
David Sanders
2021-05-19
Fixed #32765 -- Removed "for" HTML attribute from ReadOnlyPasswordHashWidget.
David Sanders
2021-04-29
Refs #32675 -- Removed to_field from ForeignKeys in contrib apps' migrations.
David Wobrock
2021-04-20
Fixed #32664 -- Made PasswordResetTokenGenerator.secret validation lazy.
François Freitag
2021-04-06
Updated translations from Transifex.
Claude Paroz
2021-04-01
Fixed #32316 -- Deferred accessing __file__.
William Schwartz
2021-03-11
Refs #32508 -- Raised ImproperlyConfigured instead of using "assert" in middl...
Hasan Ramezani
2021-02-08
Fixed #28216 -- Added next_page/get_default_redirect_url() to LoginView.
ThinkChaos
2021-01-14
Increased the default PBKDF2 iterations for Django 4.0.
Mariusz Felisiak
2021-01-14
Refs #31842 -- Removed DEFAULT_HASHING_ALGORITHM transitional setting.
Mariusz Felisiak
2021-01-14
Refs #27468 -- Removed support for the pre-Django 3.1 user sessions.
Mariusz Felisiak
2021-01-14
Refs #27468 -- Removed support for the pre-Django 3.1 password reset tokens.
Mariusz Felisiak
2021-01-14
Fixed #31358 -- Increased salt entropy of password hashers.
Jon Moroney
2021-01-13
Refs #31358 -- Added constant for get_random_string()'s default alphabet.
Florian Apolloner
2020-12-28
Refs #31358 -- Fixed decoding salt in Argon2PasswordHasher.
Florian Apolloner
2020-12-28
Refs #31358 -- Simplified Argon2PasswordHasher.must_update() by using decode().
Florian Apolloner
2020-12-15
Fixed #31007 -- Allowed specifying type of auto-created primary keys.
Tom Forbes
2020-12-03
Fixed #32235 -- Made ReadOnlyPasswordHashField disabled by default.
Timo Ludwig
2020-10-28
Made small readability improvements.
Martin Thoma
2020-10-28
Refs #28215 -- Marked auth credentials as sensitive variables.
Hasan Ramezani
2020-10-22
Fixed #32130 -- Fixed pre-Django 3.1 password reset tokens validation.
Mariusz Felisiak
2020-10-21
Fixed #26615 -- Made password reset token invalidate when changing email.
Jacob Walls
2020-10-20
Fixed #32121 -- Fixed detecting uniqueness of USERNAME_FIELD when using Meta....
Hannes Ljungberg
2020-09-30
Updated translations from Transifex.
Claude Paroz
2020-08-28
Fixed #31912 -- Removed strict=True in Path.resolve() in project template and...
Mariusz Felisiak
2020-08-27
Refs #31913 -- Corrected comment in PasswordResetTokenGenerator.
Phil Gyford
2020-08-14
Fixed #31878 -- Made createsuperuser respect --database option in default use...
Yan Mitrofanov
2020-08-04
Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.
Mariusz Felisiak
2020-08-01
Updated translations from Transifex
Claude Paroz
2020-07-29
Fixed #29324 -- Made SECRET_KEY validation lazy (on first access).
Florian Apolloner
2020-07-21
Fixed #31180 -- Configured applications automatically.
Aymeric Augustin
2020-07-06
Refs #26445 -- Allowed using UserManager.create_user()/create_superuser() in ...
Hasan Ramezani
2020-06-23
Fixed #31443 -- Fixed login redirection in auth mixins when LOGIN_URL is off-...
Frantisek Holop
2020-06-23
Refs #31358 -- Added decode() to password hashers.
Jon Moroney
2020-06-17
Fixed #30472 -- Made Argon2PasswordHasher use Argon2id.
Florian Apolloner
[next]