| Age | Commit message (Collapse) | Author |
|
editable inlines in admin.
Thank you to Shen Ying for reporting this issue.
|
|
with a multiple databases setup.
Regression in 98296f86b340c8c9c968375d59f1d3a3479e60c2.
Backport of e8fcdaad5c428878d0a5d6ba820d957013f75595 from master
|
|
AuthenticationForm.UsernameField.
Regression in 5ceaf14686ce626404afb6a5fbd3d8286410bf13.
Thanks gopackgo90 for the report and Mariusz Felisiak for tests.
Backport of 6c9778a58e4f680db180d4cc9dc5639d2ec1b40c from master
|
|
Co-authored-by: Nick Pope <nick.pope@flightdataservices.com>
|
|
|
|
|
|
|
|
password and required fields.
|
|
Thanks Claude Paroz for assistance with translations.
|
|
instead of field names.
|
|
ModelBackend.authenticate() when credentials aren't provided.
There's no need to fetch a user instance from the database unless
a username and a password are provided as credentials.
|
|
Thank you to Nick Pope for review.
Co-authored-by: CHI Cheng <cloudream@gmail.com>
|
|
Added to mirror the existing User.get_group_permissions().
|
|
|
|
PasswordResetView.
|
|
reset URLs.
Co-authored-by: Tim Givois <tim.givois.mendez@gmail.com>
|
|
|
|
data migration.
Regression in 181fb60159e54d442d3610f4afba6f066a6dac05.
|
|
html.escape()/unescape().
|
|
|
|
attribute.
This prevents automatic capitalization, which is the default behavior in
some browsers.
|
|
|
|
|
|
|
|
|
|
Co-Authored-By: Simon Charette <charette.s@gmail.com>
Co-Authored-By: Antoine Catton <acatton@fusionbox.com>
|
|
favor of databases.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
auth/common-passwords.txt.gz.
|
|
django.utils.http.urlsafe_base64_encode() now returns a string, not a
bytestring. Since URLs are represented as strings,
urlsafe_base64_encode() should return a string. All uses immediately
decoded the bytestring to a string anyway.
As the inverse operation, urlsafe_base64_decode() accepts a string.
|
|
user change form.
|
|
users.
Thanks Claude Paroz & Tim Graham for collaborating on the patch.
|
|
AnonymousUser.
|
|
|
|
|
|
|
|
has_change_permission().
|
|
password field.
|
|
required fields.
|
|
without installing contrib.auth."
This reverts commit 3333d935d2914cd80cf31f4803821ad5c0e2a51d due to
a crash if USERNAME_FIELD isn't a CharField.
|
|
|
|
their query strings.
|
|
|
|
|
|
--noinput modes.
|