Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesnt work with drf 3.0 #24

Open
aldarund opened this issue Dec 20, 2014 · 7 comments
Open

Doesnt work with drf 3.0 #24

aldarund opened this issue Dec 20, 2014 · 7 comments

Comments

@aldarund
Copy link

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

@kevin-brown
Copy link

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

  • DRF 3 adds a ListField class that works similar to the one here
  • to_native and from_native were renamed
  • Validation now happens only in to_internal_value

@estebistec
Copy link
Owner

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
Copy link

DRF 3.1 (or 3.0.x?) looks like it might also be adding a DictField.

encode/django-rest-framework#2451

It looks like the value of this package (for 3.0+) is fading away...

@estebistec
Copy link
Owner

Yup. This does not hurt my feelings :)

@qwiglydee
Copy link

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

@estebistec
Copy link
Owner

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

@estebistec
Copy link
Owner

Please see #27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants