Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
selectively distinguish real serializers from mocked ones #1006
This addresses an issue where we enter a code path that only works for real serializers, while the check also allows for objects covered by OpenApiSerializerExtension. However when checking for customized ListSerializers, we are only interested in actual serializers so distinguish the cases.
- Loading branch information