dabapps / django-rest-framework-serialization-spec

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

A field that should result in a list of IDs doesnt prefetch properly so results in queries during serialization #8

Closed pmg103 closed 5 years ago

pmg103 commented 5 years ago
serialization_spec = [
    'products'
]

doesn't prefetch anything so the list of IDs is queried at serialization time (which is then blocked by QueriesDisabledMixin)