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
2020-08-04
[3.1.x] Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.
Mariusz Felisiak
2020-08-01
[3.1.x] Updated translations from Transifex
Claude Paroz
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
Refs #18325 -- Removed unnecessary line endings in management commands.
François Freitag
2020-03-31
Fixed #31375 -- Made contrib.auth.hashers.make_password() accept only bytes o...
Hasan Ramezani
2020-03-18
Fixed #31371 -- Increased User.first_name max_length to 150 characters.
Ryan Petrello
2020-03-11
Fixed #31359 -- Deprecated get_random_string() calls without an explicit length.
Claude Paroz
2020-03-05
Fixed #31327 -- Deprecated providing_args argument for Signal.
Jon Dufresne
2020-02-26
Fixed #31289 -- Added hint for USERNAME_FIELD/REQUIRED_FIELDS system check.
aryan
2020-02-12
Refs #27468 -- Made PasswordResetTokenGenerator use SHA-256 algorithm.
Claude Paroz
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2020-01-31
Updated translations from Transifex.
Claude Paroz
2020-01-29
Used model's Options.label/label_lower where applicable.
Mariusz Felisiak
2020-01-23
Fixed #31200 -- Added system checks for permissions codenames max length.
Michael Mulholland
2019-12-18
Refs #30585 -- Updated project templates and tests to use (block)translate tags.
Mike Hansen
2019-12-18
Fixed CVE-2019-19844 -- Used verified user email for password reset requests.
Simon Charette
2019-12-10
Fixed #26480 -- Fixed crash of contrib.auth.authenticate() on decorated authe...
Baptiste Mispelon
2019-12-02
Updated contrib translations from Transifex.
Carlton Gibson
2019-11-29
Fixed #31021 -- Fixed proxy model permissions data migration crash with a mul...
Mariusz Felisiak
2019-11-19
Removed unnecessary numeric indexes in format strings.
Jon Dufresne
2019-11-13
Fixed #30941 -- Reverted "Simplified AuthenticationMiddleware a bit."
Mariusz Felisiak
2019-11-11
Fixed #30977 -- Optimized PasswordResetForm.save() a bit.
Hasan Ramezani
2019-11-05
Passed strict=True to Path.resolve() to enforce that the path must exist.
Jon Dufresne
2019-11-05
Fixed #30947 -- Changed tuples to lists in model Meta options in django.contr...
Jon Dufresne
2019-10-29
Simplified AuthenticationMiddleware a bit.
Sergey Fedoseev
2019-10-23
Refs #26601 -- Removed obsolete workarounds for MIDDLEWARE_CLASSES setting.
Sergey Fedoseev
2019-09-20
Fixed #28622 -- Allowed specifying password reset link expiration in seconds ...
Hasan Ramezani
2019-09-18
Fixed #30776 -- Restored max length validation on AuthenticationForm.Username...
Sam Reynolds
2019-09-12
Increased the default PBKDF2 iterations for Django 3.1.
Carlton Gibson
2019-09-10
Refs #30037 -- Required the RemoteUserBackend.configure_user() to have reques...
Mariusz Felisiak
2019-09-08
Updated translation catalogs
Claude Paroz
2019-09-02
Fixed #30747 -- Renamed is_safe_url() to url_has_allowed_host_and_scheme().
Carlton Gibson
2019-09-02
Refs #29379 -- Moved autocomplete attribute to UsernameField.
Nick Pope
2019-08-29
Fixed #18763 -- Added ModelBackend/UserManager.with_perm() methods.
Berker Peksag
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-02
Fixed #27801 -- Made createsuperuser fall back to environment variables for p...
Hasan Ramezani
2019-06-29
Updated translations from Transifex
Claude Paroz
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2019-06-10
Fixed #30556 -- Avoided useless query and hasher call in ModelBackend.authent...
Aymeric Augustin
2019-06-07
Fixed #29379 -- Added autocomplete attribute to contrib.auth.forms fields.
Hasan Ramezani
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-24
Fixed #28780 -- Allowed specyfing a token parameter displayed in password res...
Rob
2019-05-23
Forced utf-8 encoding when loading common passwords in CommonPasswordValidator.
Mariusz Felisiak
2019-05-22
Refs #30116 -- Removed unnecessary str() calls in CommonPasswordValidator.
Jon Dufresne
2019-05-22
Improved performance of loading common passwords in CommonPasswordValidator.
Brad Solomon
2019-04-27
Fixed #30351 -- Handled pre-existing permissions in proxy model permissions d...
Carlton Gibson
2019-04-01
Updated contrib translations from Transifex.
Claude Paroz
[next]