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
Right now, when using the field tag with a form field that doesn't exist on the form, an AttributeError is raised (get). It would be better if that error is caught and re-raised to specify that the field is probably missing on the form.
The text was updated successfully, but these errors were encountered:
Right now, when using the field tag with a form field that doesn't exist on the form, an AttributeError is raised (get). It would be better if that error is caught and re-raised to specify that the field is probably missing on the form.
The text was updated successfully, but these errors were encountered: