Metadata-Version: 1.2
Name: django-perfieldperms
Version: 0.1.6
Summary: Per model field permissions for Django.
Home-page: https://gitlab.anu.edu.au/CIMS/django-perfieldperms
Author: Lincoln Smith
Author-email: lincoln.smith@anu.edu.au
License: Apache-2.0
Description-Content-Type: UNKNOWN
Description: Implements model field permissions for Django.
        
        Provides models and an authentication/authorisation backend to enable permissions to be set at the
        field level of a django model. Also provides Django admin and form classes to assist with
        integration of field level permissions into the rest of Django.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Framework :: Django :: 2.1
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: ~=3.4
