Open aldarund opened 9 years ago
There are a few other changes on top of WritableField
that affect this package
ListField
class that works similar to the one hereto_native
and from_native
were renamedto_internal_value
I'll be starting a branch shortly to update this library for DRF 3.0. I'll be quite happy to remove the list field, and I'll evaluate the continued need for the dict and list-or-item fields.
DRF 3.1 (or 3.0.x?) looks like it might also be adding a DictField
.
https://github.com/tomchristie/django-rest-framework/pull/2451
It looks like the value of this package (for 3.0+) is fading away...
Yup. This does not hurt my feelings :)
So, it looks like whole package deprecated. Or does it provide some extra abilities over DRF-3.0 ListField and DictField ?
Wherever it does I'll be considering pull requests to DRF to close any significant gaps.
Please see #27
There is no more WritableField in the drf, so it no longer works