Question: how does the changes in 3.x affects tastypie-rethink?
Closed this issue · 2 comments
I've made some modifications/fixes to my fork of tastypie-rethink.. as the author of both node-tastypie and tasypie-rethink do you know if something needs changes in the latter after the 3.x release of node-tastypie?
Thx
Yes. The major change was that the top level methods like post_list
, put_detail
, etc
call deserializse
the rethink resource is still calling that internally inside of create_object
, update_object
.
It doesn't need to do that anymore. I don't think it will actually throw an error, but it was a fundamental change, so major version.
I was planning one bringing the sub-projects up to date soon. You are welcome to give it a shot
I'll open a separate issue on tastypie-rethink, as I'm a bit confused on what I see there..