djangorestframework-queryfields
djangorestframework-queryfields copied to clipboard
Default fields and required fields
We could use default_fileds_name set to define the default return fields and use required_fields_name set to define the fields should be return whether they were include in the fields of query_params. Is it right? I would like to give a PR if we all agree with that.
@Edison-A-N Do you happen to have something like this written and up somewhere, sounds like I feature I could use :)