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 3d7e802 commit 3b19aa0Copy full SHA for 3b19aa0
CHANGES
@@ -1,6 +1,13 @@
1
Changes
2
=======
3
4
+0.16.0
5
+------
6
+ * Fixed a bug with creating a ``ForeignKey`` column with ``references="self"``
7
+ in auto migrations.
8
+ * Changed migration file naming, so there are no characters in there which
9
+ are unsupported on Windows.
10
+
11
0.15.1
12
------
13
Changing the status code when creating a migration, and no changes were
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.15.1"
+__VERSION__ = "0.16.0"
0 commit comments