dabapps / django-rest-framework-serialization-spec

DEPRECATED, see https://github.com/dabapps/django-readers instead
MIT License
11 stars 0 forks source link

If a plugin has a serialization_spec member then use that to extend the queryset #23

Closed pmg103 closed 5 years ago

pmg103 commented 5 years ago

https://github.com/dabapps/django-rest-framework-serialization-spec/issues/21

Sometimes is a tidier way to specify the way the queryset should be extended than implementing modify_queryset()