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
This isn't quite what required=True does - this allows the field to be omitted altogether - which is different then specifying the field as the empty string (or as None). This is documented here
Once #137 is merged, you can use the allow_blank=True kwarg to allow empty strings if you so desire.
No description provided.
The text was updated successfully, but these errors were encountered: