Metadata-Version: 1.0
Name: django-exclusivebooleanfield
Version: 0.1.3
Summary: UNKNOWN
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
