django-auth-mixins

Backport of Django 1.9 auth mixins.


Keywords
django, mixins, backport, backports, 1, 8, 9, auth
License
BSD-3-Clause
Install
pip install django-auth-mixins==1.0.1

Documentation

Django Auth Mixins

Backport of Django 1.9 auth mixins for Django 1.8.x LTS:

  • LoginRequiredMixin
  • PermissionRequiredMixin
  • UserPassesTestMixin

Usage

from auth_mixins import LoginRequiredMixin, PermissionRequiredMixin, UserPassesTestMixin

Docs

License

Like Django, see LICENSE file.