tryolabs / django-tastypie-extendedmodelresource

An extension for TastyPie's ModelResource, to allow features such as easily having multiple nested resources.
https://tryolabs.com
44 stars 14 forks source link

Fixing missing import #3

Closed andresriancho closed 8 years ago

andresriancho commented 11 years ago

Fixed a missing import in your code. This is just a preview, I'm woking on support for the latest tastypie version.

felixleong commented 11 years ago

@andresriancho I have just recently push some code as part of the effort to make the library compatible with Tastypie-0.10.x compatible. Thought you might be interested to check it out > https://github.com/felixleong/django-tastypie-extendedmodelresource/tree/develop

[* I did yanked out all the nested authorization part as I thought it doesn't fit into the overhaul in authorization mechanism introduced in 0.9.12]