django-tastypie-nonrel
django-tastypie-nonrel copied to clipboard
An extension of django-tastypie to work with django-nonrel
I've updated them in the requirements.txt.
EmbeddedModelField fails to dehydrate in a resource. Here is the stack trace Traceback (most recent call last): File "/home/talha/ws/elastica/lib/python2.7/site-packages/tastypie/resources.py", line 195, in wrapper response = callback(request, _args, *_kwargs) File "/home/talha/ws/elastica/lib/python2.7/site-packages/tastypie/resources.py",...
Hello, First of all: thanks for this project, it has permitted me to do what I was looking for pretty easily. But to make is work in the expected way...
Hello I just posted a question on Stackoverflow related to the possibility for a Resource to resolve a list of ForeignKey (Object ID) to other objects and make it accessible...
Hi, Two unit test are failing for me, both related with EmbeddedModelField on POST and PUT request. Is it normal ? Does anyone have a fix or a way to...
`convert(obj) -> obj` is the identity function. `dehydrate(obj) = convert(super.dehydrate(obj)) = identity(super.dehydrate(obj)) = super.dehydrate(obj)`
Update EmbeddedCollection to pass in full set of arguments to **init** once this is done.
Instead of creating resource_uri's of the form: /api/v1/list/4e58386f66d8cd50380000f9/items/1/ It's creating resource_uris for subresources of the form /api/v1/list/0/items/0/ /api/v1/list/1/items/1/
Write tests and examples of usage for this type of resources