Metadata-Version: 1.1
Name: django-auth-mixins
Version: 1.0.0
Summary: Backport of Django 1.9 auth mixins.
Home-page: https://github.com/dbrgn/django-auth-mixins/
Author: Danilo Bargen
Author-email: mail@dbrgn.ch
License: BSD
Description: # Django Auth Mixins
        
        Backport of Django 1.9 [auth
        mixins](https://github.com/django/django/blob/1.9.4/django/contrib/auth/mixins.py)
        for Django 1.8.x LTS:
        
        * LoginRequiredMixin
        * PermissionRequiredMixin
        * UserPassesTestMixin
        
        ## Usage
        
            from auth_mixins import LoginRequiredMixin, PermissionRequiredMixin, UserPassesTestMixin
        
        ## Docs
        
        - https://docs.djangoproject.com/en/1.9/topics/auth/default/#the-loginrequired-mixin
        - https://docs.djangoproject.com/en/1.9/topics/auth/default/#the-permissionrequiredmixin-mixin
        - https://docs.djangoproject.com/en/1.9/topics/auth/default/#django.contrib.auth.mixins.UserPassesTestMixin
        
        ## License
        
        Like Django, see `LICENSE` file.
        
Keywords: django mixins backport backports 1.8 1.9 auth
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
