Comment 10 for bug 1291604

Revision history for this message
Evan (ev) wrote :

  File "/usr/lib/python2.7/dist-packages/tastypie/resources.py", line 1299, in get_list
    objects = self.obj_get_list(bundle=base_bundle, **self.remove_api_resource_names(kwargs))
TypeError: obj_get_list() got an unexpected keyword argument 'bundle'

I suspect we just need to update to match the new tastypie API.