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 9424f97 commit dd466aeCopy full SHA for dd466ae
CHANGES.rst
@@ -1,6 +1,20 @@
1
Changes
2
=======
3
4
+1.24.2
5
+------
6
+
7
+Fixed a bug with ``delete`` queries which had joins in the ``where`` clause.
8
+For example:
9
10
+.. code-block:: python
11
12
+ >>> await Band.delete().where(Band.manager.name == 'Guido')
13
14
+Thanks to @HakierGrzonzo for reporting the issue, and @sinisaos for the fix.
15
16
+-------------------------------------------------------------------------------
17
18
1.24.1
19
------
20
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "1.24.1"
+__VERSION__ = "1.24.2"
0 commit comments