Skip to content

[API] Tags is a Required Field for POST-ing a Resource #74

@BethanyG

Description

@BethanyG

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 working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions