wlanslovenija / django-tastypie-mongoengine

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

Tests fail with MongoEngine 0.6.11+ #27

Closed mitar closed 11 years ago

mitar commented 11 years ago

Since this fix in MongoEngine (0.6.11+) tests fail with:

ValidationError(You can only reference documents once they have been saved to the database: ['person'])

at:

.../django-tastypie-mongoengine/tests/test_project/test_app/tests/test_basic.py", line 146, in test_basic
    self.assertEqual(response.status_code, 201)
AssertionError: 400 != 201