1.6.3
Released: May 21, 2021
bug
-
[bug] [autogenerate] [regression] Fixed 1.6-series regression where
UniqueConstraint
and to a lesser
extentIndex
objects would be doubled up in the generated model when
theunique=True
/index=True
flags were used.References: #844
-
[bug] [autogenerate] Fixed a bug where paths defined in post-write hook options
would be wrongly escaped in non posix environment (Windows).References: #839
-
[bug] [regression] [versioning] Fixed regression where a revision file that contained its own down revision
as a dependency would cause an endless loop in the traversal logic.References: #843