wlanslovenija / django-tastypie-mongoengine

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

Fixed schema exception when resource has a ListField #24

Closed llonchj closed 11 years ago

llonchj commented 12 years ago

Found and fixed an exception when calling the schema when the resource has an attribute of class ListField.

It's ok to pull the change to the repo?

Thanks

mitar commented 12 years ago

Can you please create tests which fail without this patch and work with it?

mitar commented 11 years ago

Made a test and fixed in 38748fa6a751441460b9fa2fc9288b9bf2492cc1. Thanks for reporting.