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
If I try to save a new driver without adding any row to the "data" field it fails saying "Please correct the error below." but no error is printed.
If I add a row to the field the Driver and Language models are created but then If I try to remove the Language model from the Driver's admin page I get the message "Please correct the error below." again.
The text was updated successfully, but these errors were encountered:
Hi, sorry for the late answer. I can't help you with the actual debugging anymore because we are no longer using hstore and we dropped django-hstore out of our dependencies.
I was using the latest stable release (1.6.x) with the default admin template.
nemesifier
changed the title
Can't use DictionaryField in a StackedInline model
Admin errorlist not shown when there is a validation error related to an django_hstore field
Jun 23, 2014
nemesifier
changed the title
Admin errorlist not shown when there is a validation error related to an django_hstore field
Admin errorlist not shown in case of validation error
Jun 23, 2014
Relevant snippet from the model:
relevant part from the admin:
If I try to save a new driver without adding any row to the "data" field it fails saying "Please correct the error below." but no error is printed.
If I add a row to the field the Driver and Language models are created but then If I try to remove the Language model from the Driver's admin page I get the message "Please correct the error below." again.
The text was updated successfully, but these errors were encountered: