Comment 11 for bug 1291604

Revision history for this message
Brian Murray (brian-murray) wrote :

While that's true there seems to be something wrong with tastypie:

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))

and obj_get_list:

   def obj_get_list(self, bundle, **kwargs):
        """
        A ORM-specific implementation of ``obj_get_list``.

        Takes an optional ``request`` object, whose ``GET`` dictionary can be
        used to narrow the query.
        """