Skip to content

Commit dd466ae

Browse files
committed
bumped version
1 parent 9424f97 commit dd466ae

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES.rst

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

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+
418
1.24.1
519
------
620

piccolo/__init__.py

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

0 commit comments

Comments
 (0)