quantumlicht / django-wine

Django version of Site vins
3 stars 1 forks source link

Display error messages in form #11

Closed quantumlicht closed 10 years ago

quantumlicht commented 10 years ago

For foreign keys fields, display form validation errors form the fk creation validators, instead of those related to the foreign key exist, such as "value not permitted"

Also, we should try to create the keys asynchronously rather than at form submission. This way the user can have more feedback on the form, and also. It will be faster to return the result after the form is submitted.

it might also be more user-friendly for tags and cepage, since we need to add multiple values.

quantumlicht commented 10 years ago

dropping second and 3 point.