wlanslovenija / django-tastypie-mongoengine

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

Problem using PATCH #29

Closed zupan closed 11 years ago

zupan commented 11 years ago

There is a problem when using PATCH if there is related field that has full=True parameter.

mitar commented 11 years ago

What exactly is the problem? Can you paste error message? Use case when it fails?

zupan commented 11 years ago

I tried to simulate problem 1f8ebc7 with adding new fields to similar module and adding some additional tests but all tests are passing so i guess everything is OK.