-
Notifications
You must be signed in to change notification settings - Fork 298
Closed
Milestone
Description
This is a meta issue to track the tasks that need to be completed before we ship a stable version.
- format simple serializers as
{ data: { type, id, attributes }
for GET and POST - change the root key from
data
toerror
if HTTP status is >= 300 - format exceptions (validation errors, etc) to match the spec. Added error formating. #44
- write beginner friendly documentation for Read The Docs. Move documentation out of README.rst to sphinx docs #28
- automate testing against each Python version >= 2.7 and DRF >= 2.4 Automated testing #67
- add an example
blog
app with fixtures that can be used for tests and as an example Add a blog_example app with fixtures that can be used for tests and as an example #42 - add tests for more complex serializer scenarios (relationships, included)
If you are working on an item create an issue for it and ask to be assigned. I will update the list item with a link to it.
Metadata
Metadata
Assignees
Labels
No labels