Skip to content

bugfix: setting child serializer with_cache affects list serializer as well

Calum Mackervoy requested to merge 389-child-serializer-cache-propogates into master

Closes #389 (closed)

I think that if we disable the cache in a serializer instance, we want it to apply when serializing many as well as serializing one. As such updated the LDPSerializer.many_init to propagate this setting if it's present on the child

Merge request reports