Metadata-Version: 1.1
Name: django-exclusivebooleanfield
Version: 0.1.4
Summary: Provides an `ExcluveBooleanField` which is a boolean (db) field where only one row in the table (or optionally, a subset of table based on value of other fields) is `True` and all the other rows are `False.
Home-page: https://github.com/anentropic/django-exclusivebooleanfield
Author: Anentropic
Author-email: ego@anentropic.com
License: MIT
Description: ============================
        django-exclusivebooleanfield
        ============================
        
        Provides an `ExcluveBooleanField` which is a boolean (db) field where only
        one row in the table (or optionally, a subset of table based on value of
        other fields) is `True` and all the other rows are `False.
        
        See GitHub for usage and docs.
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
