django-xor-formfields icon indicating copy to clipboard operation
django-xor-formfields copied to clipboard

Mutually Exclusive Fields&Widgets for Django.

Results 4 django-xor-formfields issues
Sort by recently updated
recently updated
newest added
trafficstars

Currently, the MutuallyExclusiveValueField is targeting the problem of having different input Fields that are resulting in a single value. However, in my application I have two exclusive fields and I...

Though, I could figure it out - based on the source code and the test file - it would be nice, if the Readme.md would be clearer about the installation...

Currently only uses `InMemoryUploadedFile`.