mongoengine/tests/migration
2013-04-25 15:39:57 +00:00
..
__init__.py DecimalField now stores as float not string (#289) 2013-04-25 15:39:57 +00:00
convert_to_new_inheritance_model.py ReferenceField now store ObjectId's by default rather than DBRef (#290) 2013-04-24 12:14:34 +00:00
decimalfield_as_float.py DecimalField now stores as float not string (#289) 2013-04-25 15:39:57 +00:00
refrencefield_dbref_to_object_id.py ReferenceField now store ObjectId's by default rather than DBRef (#290) 2013-04-24 12:14:34 +00:00
turn_off_inheritance.py Updated index creation now tied to Document class ((MongoEngine/mongoengine#102) 2012-11-07 15:04:45 +00:00
uuidfield_to_binary.py UUIDField now stores as a binary by default (#292) 2013-04-25 13:43:56 +00:00