Merge branch 'master' into 0.8

This commit is contained in:
Ross Lawley 2013-04-19 12:47:41 +00:00
commit f0eaec98c7

View File

@ -1164,7 +1164,7 @@ class FieldTest(unittest.TestCase):
class BrandGroup(Document):
title = StringField(max_length=255, primary_key=True)
brands = SortedListField(ReferenceField("Brand", dbref=True))
brands = ListField(ReferenceField("Brand", dbref=True))
Brand.drop_collection()
BrandGroup.drop_collection()