예제 #1
0
파일: api.py 프로젝트: splice/rhic-serve
    def full_hydrate(self, bundle):
        """
        Override to just call tastypie's full_hydrate.

        django-tastypie-mongoengine does a lot of extra checks that make some
        assumptions that break things in their full_hydrate method.
        """
        return ModelResource.full_hydrate(self, bundle)