| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Per deprecation timeline.
|
|
timeline.
|
|
|
|
|
|
This makes it equivalent to: `from django.contrib.auth.models import User`.
Thanks Aymeric Augustin for the initial patch and Tim Graham for the
review.
|
|
|
|
|
|
|
|
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.
|
|
redirect_authenticated_user.
|
|
|
|
|
|
email field not named 'email'.
|
|
|
|
|
|
|
|
|
|
Allows specifying additional hosts to redirect after login and log out.
|
|
|
|
|
|
|
|
|
|
the model level.
|
|
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.
|
|
|
|
|
|
command line utility.
|
|
|
|
Thanks Tim Graham for polishing the patch, updating the tests, and
writing documentation. Thanks Carl Meyer for shepherding the DEP.
|
|
|
|
|
|
permission cache.
|
|
|
|
|
|
|
|
|
|
This is a security fix.
|
|
view.
contrib.auth.views.login() has a new parameter `redirect_authenticated_user`
to automatically redirect authenticated users visiting the login page.
Thanks to dmathieu and Alex Buchanan for the original code and to Carl Meyer
for the help and review.
|
|
|