File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11Changes
22=======
33
4+ 0.18.4
5+ ------
6+ * Fixed a bug when multiple tables inherit from the same mixin (thanks to
7+ @brnosouza).
8+ * Added a ``log_queries`` option to ``PostgresEngine``, which is useful during
9+ debugging.
10+ * Added the `inflection` library for converting ``Table`` class names to
11+ database table names. Previously, a class called ``TableA`` would wrongly
12+ have a table called ``table`` instead of ``table_a``.
13+ * Fixed a bug with ``SerialisedBuiltin.__hash__`` not returning a number,
14+ which could break migrations (thanks to @sinisaos).
15+
4160.18.3
517------
618Improved ``Array`` column serialisation - needed to fix auto migrations.
Original file line number Diff line number Diff line change 1- __VERSION__ = "0.18.3 "
1+ __VERSION__ = "0.18.4 "
You can’t perform that action at this time.
0 commit comments