| Age | Commit message (Collapse) | Author |
|
auth_tests on Python 3.6.
Backport of d4d79d0f200357b28419203557cc61c8168316ab from master
|
|
PasswordResetConfirmView.post_reset_login_backend.
Backport of 5db465d5a6c389b8f9c6e21f7233be9387dc069d from master
|
|
Backport of 72ff9d53e66d6b59ae5d8a1b830f5fc798eb75d0 from master
|
|
signatures that accept a request kwarg.
Backport of c31e7ab5a4b062225bc4f6b5cae065325dd30f1f from master
|
|
PasswordResetConfirmView.form_valid().
When a user is already logged in when submitting the password and
password confirmation to reset a password, a KeyError occurred while
removing the reset session token from the session.
Refs #17209
Thanks Quentin Marlats for the report and Florian Apolloner and Tim
Graham for the review.
|
|
AuthenticationForm.
Backport of 41ba27fefdd313333d94408802afff36a9eedb83 from master
|
|
Referer header.
Thanks Florian Apolloner for contributing to this patch and
Collin Anderson, Markus Holtermann, and Tim Graham for review.
|
|
|
|
|
|
|
|
requests.
|
|
work as documented.
Thanks goblinJoel for the report and feedback.
|
|
|
|
|
|
|
|
This reverts commit 1ec1633cb294d8ce2a65ece6b56c258483596fba as it
doesn't handle ContentType's auth.Permission dependency. Thus, it
doesn't allow auth without migrations.
|
|
email field not named 'email'.
|
|
|
|
http://bugs.python.org/issue27364
|
|
Thanks juntatalor for the initial patch.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Allows specifying additional hosts to redirect after login and log out.
|
|
|
|
UserCreationForm.fields.
|
|
|
|
|
|
|
|
model properties.
|
|
in after a reset.
|
|
|
|
|
|
contrib.auth.views.logout_then_login().
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Huynh Thanh Tam for the initial patch and Claude Paroz for review.
|
|
|
|
|
|
Test suites besides Django's may need the same behavior.
|
|
3a47d42fa33012b2156bf04058d933df6b3082d2.
|
|
|
|
Thanks Tim Graham for polishing the patch, updating the tests, and
writing documentation. Thanks Carl Meyer for shepherding the DEP.
|
|
|