| Age | Commit message (Collapse) | Author |
|
Backport of 1f8dad69158a96d0649d321ce08ecc9c0465f962 from master
|
|
Backport of ce4914eab4688ace4b97d14a8c271887235ebb3f from master
|
|
login_required.
Backport of 9788625277b85596302bbf2c39cf829b7a766a4f from master
|
|
Backport of a10cbbbc17d4244812ef713437fa44207fe1a223 from master
|
|
Backport of c14b6b52ff131db263bf06a02f903a73390975da from master
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
Arguments shown in example code (signal, sender, instance) appeared to
be the incorrect positional arguments for a post_save signal (which
might start as: sender, instance, created), as documented:
https://docs.djangoproject.com/en/1.8/ref/signals/#post-save
|
|
|
|
used without auth in INSTALLED_APPS
|
|
custom user models.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
admin.
|
|
|
|
|
|
|
|
|
|
This limitation was lifted in refs #14881.
|
|
|
|
Thanks Carl Meyer for review.
|