We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04e1330 commit 0eeec95Copy full SHA for 0eeec95
CHANGES.rst
@@ -1,6 +1,17 @@
1
Changes
2
=======
3
4
+1.26.1
5
+------
6
+
7
+Updated the BlackSheep ASGI template - thanks to @sinisaos for this.
8
9
+Fixed a bug with auto migrations when a ``ForeignKey`` specifies
10
+``target_column`` - multiple primary key columns were added to the migration
11
+file. Thanks to @waldner for reporting this issue.
12
13
+-------------------------------------------------------------------------------
14
15
1.26.0
16
------
17
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "1.26.0"
+__VERSION__ = "1.26.1"
0 commit comments