-
-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Description
Currently, the model for Resouces
has tags = TaggableManager(blank=True)
, and while this will allow a blank tags
field, it will not allow a poster to omit the tags
field from the POST.
This is not desirable, and we will need to consider if we would like to write code to apprehend the incoming POST to check for the missing field and supply it , as opposed to throwing a "this field is required" error...or otherwise research how to make the code more flexible so that the field is not required.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working