NoExtraFieldsSerializerMixin
Overview
Explode on extra fields, but it is not the default behavior of DRF.
This lets us clean up client code or tests with extraneous keys.
validate
Signature
validate(self, attrs)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| self | yes | ||
| attrs | yes |
Source
server/vueda/core/serializers/__init__.py:72
dict {#dict}
dictionary for instance variables
weakref {#weakref}
list of weak references to the object
Source
server/vueda/core/serializers/__init__.py:65