Skip to content

0.88.0

Compare
Choose a tag to compare
@dantownsend dantownsend released this 27 Aug 14:43
· 287 commits to master since this release

Fixed a bug with migrations - when using db_column_name it wasn't being used in some alter statements. Thanks to @theelderbeever for reporting this issue.

class Concert(Table):
    # We use `db_column_name` when the column name is problematic - e.g. if
    # it clashes with a Python keyword.
    in_ = Varchar(db_column_name='in')