We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c45fc8 commit fdabb8bCopy full SHA for fdabb8b
CHANGES
@@ -1,6 +1,11 @@
1
Changes
2
=======
3
4
+0.14.11
5
+-------
6
+Fixing a bug with ``Boolean`` column defaults, caused by the ``Table``
7
+metaclass not being explicit enough when checking falsy values.
8
+
9
0.14.10
10
-------
11
* The ``ForeignKey`` ``references`` argument can now be specified using a
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.14.10"
+__VERSION__ = "0.14.11"
0 commit comments