Fix for ListField that isnt detecting properly that item 0 is changed
This commit is contained in:
		| @@ -113,7 +113,7 @@ class TestDictField(MongoDBTestCase): | ||||
|         post.info.setdefault("authors", []) | ||||
|         post.save() | ||||
|         post.reload() | ||||
|         assert [] == post.info["authors"] | ||||
|         assert post.info["authors"] == [] | ||||
|  | ||||
|     def test_dictfield_dump_document(self): | ||||
|         """Ensure a DictField can handle another document's dump.""" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user