yola / drf-madprops

DRF library of helpers to operate lists of resources' properties as dicts
MIT License
0 stars 0 forks source link

Fix trying to create properties that are none #18

Closed highflyingaction closed 8 years ago

highflyingaction commented 8 years ago

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

snitch commented 8 years ago

:sparkles: No lint errors found. :sparkles:

RayeN commented 8 years ago

:+1: Looks good.