File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 11Changes
22=======
33
4+ 0.14.3
5+ ------
6+ * Queries can be directly awaited - ``await MyTable.select()``, as an
7+ alternative to using the run method ``await MyTable.select().run()``.
8+ * The ``piccolo asgi new`` command now accepts a ``name`` argument, which is
9+ used to populate the default database name within the template.
10+
4110.14.2
512------
613 * Centralised code for importing Piccolo apps and tables - laying the
714 foundation for fixtures.
815 * Made orjson an optional dependency, installable using
9- `pip install piccolo[orjson]`.
16+ `` pip install piccolo[orjson]` `.
1017 * Improved version number parsing in Postgres.
1118
12190.14.1
@@ -187,7 +194,7 @@ an ``ImportError`` when importing `piccolo_conf.py`.
187194
1881950.9.1
189196-----
190- Auto migration fixes, and ``.first()`` method now returns None is no match is
197+ Auto migration fixes, and ``.first()`` method now returns None if no match is
191198found.
192199
1932000.9.0
Original file line number Diff line number Diff line change 1- __VERSION__ = "0.14.2 "
1+ __VERSION__ = "0.14.3 "
Original file line number Diff line number Diff line change 1- aiosqlite == 0.15 .0
1+ aiosqlite == 0.16 .0
22asgiref == 3.3.0
33asyncpg == 0.21.0
44black == 19.10b0
You can’t perform that action at this time.
0 commit comments