estebistec / drf-compound-fields

Django-REST-framework serializer fields for compound types.
BSD 3-Clause "New" or "Revised" License
92 stars 12 forks source link

Doesnt work with drf 3.0 #24

Open aldarund opened 9 years ago

aldarund commented 9 years ago

There is no more WritableField in the drf, so it no longer works

kevin-brown commented 9 years ago

There are a few other changes on top of WritableField that affect this package

estebistec commented 9 years ago

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.

kevin-brown commented 9 years ago

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...

estebistec commented 9 years ago

Yup. This does not hurt my feelings :)

qwiglydee commented 9 years ago

So, it looks like whole package deprecated. Or does it provide some extra abilities over DRF-3.0 ListField and DictField ?

estebistec commented 9 years ago

Wherever it does I'll be considering pull requests to DRF to close any significant gaps.

estebistec commented 9 years ago

Please see #27