| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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.
|
|
Thanks Baptiste Mispelon for report and review.
|
|
|
|
|
|
|
|
|
|
Thanks Carl Meyer for review.
|
|
|
|
Forwardport of ae1d663b7913f6da233c55409c4973248372d302
from stable/1.8.x plus more.
|
|
Added the mixins LoginRequiredMixin, PermissionRequiredMixin and
UserPassesTestMixin to contrib.auth as counterparts to the respective
view decorators.
The authentication mixins UserPassesTestMixin, LoginRequiredMixin and
PermissionRequiredMixin have been inspired by django-braces
<https://github.com/brack3t/django-braces/>
Thanks Raphael Michel for the initial patch, tests and docs on the PR
and Ana Balica, Kenneth Love, Marc Tamlyn, and Tim Graham for the
review.
|
|
|
|
|
|
|
|
|
|
Clarified docs to say that a non-unique USERNAME_FIELD is permissable
as long as the custom auth backend can support it.
|
|
|