wimglenn / djangorestframework-queryfields

Allows clients to control which fields will be sent in the API response
http://djangorestframework-queryfields.readthedocs.io/
MIT License
215 stars 16 forks source link

Feature already implemented in DRF ^3.4.0? #2

Closed janja-janja closed 8 years ago

janja-janja commented 8 years ago

What's different in this lib?

wimglenn commented 8 years ago

You're mistaken, the feature is not implemented in DRF 3.4.0 nor any version of DRF [yet]. You may be confusing the functionality with the ability to specify the fields to serialize on the server side, however this library allows them to be customized by the client.