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 8569625 commit 27d6f5bCopy full SHA for 27d6f5b
CHANGES
@@ -1,6 +1,13 @@
1
Changes
2
=======
3
4
+0.45.1
5
+------
6
+Improvements to ``piccolo schema generate``. It's now smarter about which
7
+imports to include. Also, the ``Table`` classes output will now be sorted based
8
+on their ``ForeignKey`` columns. Internally the sorting algorithm has been
9
+changed to use the ``graphlib`` module, which was added in Python 3.9.
10
+
11
0.45.0
12
------
13
Added the ``piccolo schema graph`` command for visualising your database
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "0.45.0"
+__VERSION__ = "0.45.1"
0 commit comments