File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
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
+
4
20
0.74.3
5
21
------
6
22
Original file line number Diff line number Diff line change 1
- __VERSION__ = "0.74.3 "
1
+ __VERSION__ = "0.74.4 "
You can’t perform that action at this time.
0 commit comments