wlanslovenija / django-tastypie-mongoengine

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

Added ReferencedListField #31

Closed leo-naeka closed 11 years ago

leo-naeka commented 11 years ago

ReferencedListField allows to expose "top" resources listed in others resources, related to #28. There is some code duplication which may be avoided by using a base class for both Embedded/ReferencedListField so, please give feedback.

mitar commented 11 years ago

Please also document it.

mitar commented 11 years ago

Thanks! Great! Please sign-off this pull request. Just write it here in the comment, like here.

leo-naeka commented 11 years ago

Signed-off-by: Léo S. leo@naeka.fr