django-exclusivebooleanfield icon indicating copy to clipboard operation
django-exclusivebooleanfield copied to clipboard

Provides an ExclusiveBooleanField which is a boolean (database) field where only one row in the table (or optionally, a subset of rows based on value of other fields) is True and all the other rows ar...

Results 3 django-exclusivebooleanfield issues
Sort by recently updated
recently updated
newest added

Not sure how well this would work with Django 3. Any information?

The following simple example (Django 1.4) shows how the replaced save function of models with ExclusiveBooleanField can led to data saved in the database which were not meant to end...