607
619
... recipes = CollectionField(value_type=Reference(schema=IRecipe))
608
620
... comments = CollectionField(value_type=Reference(schema=IComment))
609
621
... cover = Bytes(0, 5000, title=u"An image of the cookbook's cover.")
613
628
The ``author`` field is a choice between ``Author`` objects. To make sure
614
629
that the ``Author`` objects are properly marshalled to JSON, we need to