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
2019-12-02
[3.0.x] Updated contrib translations from Transifex
Claude Paroz
2019-11-29
[3.0.x] Fixed #31021 -- Fixed proxy model permissions data migration crash wi...
Mariusz Felisiak
2019-09-18
[3.0.x] Fixed #30776 -- Restored max length validation on AuthenticationForm....
Sam Reynolds
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
2019-03-29
Fixed #30236 -- Made UsernameField render with autocapitalize="none" HTML att...
pmisteli
2019-03-22
Fixed #30257 -- Made UsernameValidators prohibit trailing newlines.
Ryan J Schave
2019-02-14
Refs #15902 -- Deprecated storing user's language in the session.
Claude Paroz
2019-02-07
Fixed #16027 -- Added app_label to ContentType.__str__().
Gregory N. Schmit
2019-02-06
Fixed #30159 -- Removed unneeded use of OrderedDict.
Nick Pope
2019-01-28
Fixed #30137 -- Replaced OSError aliases with the canonical OSError.
Jon Dufresne
2019-01-17
Increased the default PBKDF2 iterations for Django 3.0.
Tim Graham
2019-01-16
Fixed #11154, #22270 -- Made proxy model permissions use correct content type.
Arthur Rio
2019-01-10
Fetched Armenian translations from Transifex
Claude Paroz
2019-01-09
Fixed #30037 -- Added request arg to RemoteUserBackend.configure_user().
Joshua Cannon
2019-01-02
Used 4 space hanging indent for dictionaries.
Tim Graham
2018-12-27
Followed style guide for model attribute ordering.
Matt Wiens
2018-11-15
Fixed #29952 -- Lowercased all passwords in contrib.auth's auth/common-passwo...
Mathew Payne
2018-11-14
Fixed #29939 -- Increased Group.name max_length to 150 characters.
Timothy Allen
2018-10-10
Refs #27795 -- Removed force_bytes() usage from django/utils/http.py.
Jon Dufresne
2018-10-01
Fixed #29809 -- Fixed a crash when a "view only" user POSTs to the admin user...
Tim Graham
2018-10-01
Fixed CVE-2018-16984 -- Fixed password hash disclosure to admin "view only" u...
Carlton Gibson
2018-09-29
Updated translations from Transifex
Claude Paroz
2018-09-28
Refs #28909 -- Simplifed code using unpacking generalizations.
Sergey Fedoseev
2018-09-26
Fixed #29782 -- Added better error message when filtering queryset with Anony...
Ramon Saraiva
2018-09-26
Fixed #29683 -- Added view permission to docs.
Stephen James
2018-09-26
Refs #27795 -- Removed force_bytes() usage in contrib/auth/handlers/modwsgi.py.
Jon Dufresne
2018-09-13
Removed shadowing of built-in hash() function.
Andrey Kostakov
2018-08-17
Fixed #29686 -- Made UserAdmin.user_change_password() pass user to has_change...
Alexander Todorov
2018-08-05
Fixed #29616 -- Fixed createsuperuser for user models that don't have a passw...
Josh Schneier
2018-08-04
Made createsuperuser code more DRY.
Josh Schneier
2018-08-04
Fixed #29628 -- Made createsuperuser validate password against username and r...
Josh Schneier
2018-08-01
Fixed typos in comments and docs.
luz.paz
[next]