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 553e688 commit 46e72f4Copy full SHA for 46e72f4
2 files changed
CHANGES.rst
@@ -1,6 +1,23 @@
1
Changes
2
=======
3
4
+1.3.0
5
+-----
6
+
7
+Added the ``piccolo user list`` command - a quick and convenient way of listing
8
+Piccolo Admin users from the command line.
9
10
+``ModelBuilder`` now creates timezone aware ``datetime`` objects for
11
+``Timestamptz`` columns.
12
13
+Updated the ASGI templates.
14
15
+SQLite auto migrations are now allowed. We used to raise an exception, but
16
+now we output a warning instead. While SQLite auto migrations aren't as feature
17
+rich as Postgres, they work fine for simple use cases.
18
19
+-------------------------------------------------------------------------------
20
21
1.2.0
22
-----
23
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "1.2.0"
+__VERSION__ = "1.3.0"
0 commit comments