We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0d34ea commit df3e287Copy full SHA for df3e287
CHANGES
@@ -1,6 +1,14 @@
1
Changes
2
=======
3
4
+0.14.12
5
+-------
6
+ * Fixing a bug where re-running ``Table.create(if_not_exists=True)`` would
7
+ fail if it contained columns with indexes.
8
+ * Raising a ``ValueError`` if a relative path is provided to ``ForeignKey``
9
+ ``references``. For example, ``.tables.Manager``. The paths must be absolute
10
+ for now.
11
+
12
0.14.11
13
-------
14
Fixing a bug with ``Boolean`` column defaults, caused by the ``Table``
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.14.11"
+__VERSION__ = "0.14.12"
0 commit comments