We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57673af commit f4bf25aCopy full SHA for f4bf25a
CHANGES.rst
@@ -1,6 +1,18 @@
1
Changes
2
=======
3
4
+1.20.0
5
+------
6
+
7
+``get_related`` now works multiple layers deep:
8
9
+.. code-block:: python
10
11
+ concert = await Concert.objects().first()
12
+ manager = await concert.get_related(Concert.band_1._.manager)
13
14
+-------------------------------------------------------------------------------
15
16
1.19.1
17
------
18
piccolo/__init__.py
@@ -1 +1 @@
-__VERSION__ = "1.19.1"
+__VERSION__ = "1.20.0"
0 commit comments