wlanslovenija / django-tastypie-mongoengine

MongoEngine support for django-tastypie.
Other
73 stars 59 forks source link

Hotfix/mongoenginelistresource authorization #85

Closed yjaaidi closed 9 years ago

yjaaidi commented 9 years ago

Hi,

Authorization is not working with MongoEngineListResource.

I added calls to authorized_... in obj_create, obj_delete and obj_update.