ReferenceField now store ObjectId's by default rather than DBRef (#290)

This commit is contained in:
Ross Lawley
2013-04-24 12:14:34 +00:00
parent c59ea26845
commit c60ea40828
8 changed files with 92 additions and 32 deletions

View File

@@ -1,4 +1,6 @@
from convert_to_new_inheritance_model import *
from refrencefield_dbref_to_object_id import *
from turn_off_inheritance import *
if __name__ == '__main__':
unittest.main()
unittest.main()