If properties are not passed to the serializer, self._save_properties(instance, properties_field) is called with a value of None for properties_field.
That will cause a KeyError.
Also updated requirements.txt because DRF 3.3.0 no longer supports. Django < 1.7
If properties are not passed to the serializer,
self._save_properties(instance, properties_field)
is called with a value ofNone
forproperties_field
. That will cause aKeyError
.Also updated requirements.txt because DRF 3.3.0 no longer supports. Django < 1.7