You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Django has built-in methods for validating the data of a model, like the handy Model.clean_fields(). We should use these to check if the metadata of 'Media' are being filled correctly.
Django has built-in methods for validating the data of a model, like the handy
Model.clean_fields()
. We should use these to check if the metadata of 'Media' are being filled correctly.See https://docs.djangoproject.com/en/dev/ref/models/instances/#validating-objects
Once this is implemented, we probably don't need the
metadata_error
field, for example:cifonauta/meta/models.py
Line 83 in 969b2b1
The text was updated successfully, but these errors were encountered: