Open F483 opened 10 years ago
Use specific "def clean_PROPERTY(self):" instead of general "def clean(self):"
See apps.account.forms
Might want to rethink this, seems there might be a problem when cleaning each propertie and then having a general clean for dependencies.
Use specific "def clean_PROPERTY(self):" instead of general "def clean(self):"
See apps.account.forms
Might want to rethink this, seems there might be a problem when cleaning each propertie and then having a general clean for dependencies.