| Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Markus and Tim for the review.
|
|
Thanks Michael Bitzi for the reporti and Tim Graham for the review.
|
|
UserModel.is_anonymous/is_authenticated methods.
|
|
|
|
The previous version of Argon2 uses encoded hashes of the form:
$argon2d$m=8,t=1,p=1$<salt>$<data>
The new version of Argon2 adds its version into the hash:
$argon2d$v=19$m=8,t=1,p=1$<salt>$<data>
This lets Django handle both version properly.
|
|
|
|
|
|
Thanks Tim for the review.
|