hmpf / easydmp

MIT License
7 stars 2 forks source link

Make formsets tackle being optional #282

Closed hmpf closed 1 year ago

hmpf commented 1 year ago

For some reason, formsets must always have at least one form filled in. MIN_NUM is hardcoded to be 1, but validate_min isn't set, so why this happens is a mystery.

Currently, a formset cannot know that its instance in the db is optional.

hmpf commented 1 year ago

Closed by v1.28.1