yola / drf-madprops

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

Support json properties #7

Closed RayeN closed 9 years ago

RayeN commented 9 years ago

Values of some properties might be stored as JSON, we need to support (dump/load) such properties as well.

snitch commented 9 years ago

:sparkles: No lint errors found. :sparkles:

ekoval commented 9 years ago

Didn't you forget to update README and other docstrings (add info about new feature there)?

RayeN commented 9 years ago

You're right, fixing

ekoval commented 9 years ago

:+1: