- Fixed bug when using
Model.alias()when the model defined a particular database schema. - Added
SchemaManager.create_foreign_keyAPI to simplify adding constraints when dealing with circular foreign-key relationships. Updated docs accordingly. - Improved implementation of
Migrator.add_foreign_key_constraintso that it can be used with Postgresql (in addition to MySQL). - Added
PickleFieldto theplayhouse.fieldsmodule. Docs. - Fixed bug in implementation of
CompressedFieldwhen using Python 3. - Added
KeyValueAPI inplayhouse.kvmodule. Docs. - More test cases for joining on sub-selects or common table expressions.