* Set the data attribute with real data objects when rendering the content block of the YAML frontmatter
0.9.3
* django-bakery bug fixes
0.9.0
* Upgraded to django-bakery version that uses PyFilesystem as the backend
0.8.1
* Upgraded django-bakery requirement
0.7.2
* Refactored YAML deserializers as classes * Renamed refresh_from_db as refresh_from_yaml
0.7.0
* Refactored so JSON and YAML serialized via Django serializers rather than custom methods * Refactored abstract models as concrete models * Added custom create method to models * Refactored tests