| Age | Commit message (Collapse) | Author |
|
AbstractBaseUser.
Thanks Huynh Thanh Tam for the initial patch and Claude Paroz for review.
Backport of 39805686b364358af725b695924a5a6dfa7f5302 from master
|
|
Backport of 96f97691ad5e1483263cea3bb4e4021b4c8dcc41 from master
|
|
Backport of 4a4d7f980e2a66756e1e424f7648dcd28ff765b7 from master
|
|
differs from command line utility.
Backport of 9407cc966b02e5ef69b7f561a6b972aff5d9c2e0 from master
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
forms.
Also updated topics/auth/customizing.txt to reflect that subclasses of
UserCreationForm and UserChangeForm can be used with custom user models.
Thanks Baptiste Mispelon for the initial documentation.
|
|
After a user logs out via auth.views.logout(), they're redirected
to LOGOUT_REDIRECT_URL if no `next_page` argument is provided.
|
|
|
|
|
|
|
|
Also documented missing short command line options to fix #24134. This bumps
the minimum sphinx version required to build the docs to 1.3.4.
Thanks Simon Charette for review.
|
|
Added an optional `backend` argument to login().
|
|
|
|
Thanks Justin Abrahms for the report.
|
|
|
|
|
|
xato.net is dead; replaced with link to archive.org.
|
|
|
|
|
|
|
|
|
|
related set.
|
|
|
|
|
|
|
|
Per deprecation timeline.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ForeignKey/OneToOneField
|
|
Thanks hellbeast for the initial patch.
|
|
customization.
|