Skip to content

Commit a89c2fa

Browse files
committed
bumped version
1 parent 4284d13 commit a89c2fa

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGES.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Changes
22
=======
33

4+
0.74.4
5+
------
6+
7+
``piccolo schema generate`` now outputs a warning when it can't detect the
8+
``ON DELETE`` and ``ON UPDATE`` for a ``ForeignKey``, rather than raising an
9+
exception. Thanks to @theelderbeever for reporting this issue.
10+
11+
``run_sync`` doesn't use the connection pool by default anymore. It was causing
12+
issues when an app contained sync and async code. Thanks to @WintonLi for
13+
reporting this issue.
14+
15+
Added a tutorial to the docs for using Piccolo with an existing project and
16+
database. Thanks to @virajkanwade for reporting this issue.
17+
18+
-------------------------------------------------------------------------------
19+
420
0.74.3
521
------
622

piccolo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__VERSION__ = "0.74.3"
1+
__VERSION__ = "0.74.4"

0 commit comments

Comments
 (0)