Django: How can I delete a formset entry if one of it's data is blank?
- by mkret
Hi,
I have the following scenario: I have a form with data that does not need translation and a formset with a textfield that should be translated into an undefined amount of languages.
Both parts are bound to a model. Each translated text is kept in a model with a foreign key that binds it to the untranslatable data. Something like:
class…