Skip to content

Commit 5d7a468

Browse files
committed
bumped version
1 parent ab39556 commit 5d7a468

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES

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

4+
0.14.10
5+
-------
6+
* The ``ForeignKey`` ``references`` argument can now be specified using a
7+
string, or a ``LazyTableReference`` instance, rather than just a ``Table``
8+
subclass. This allows a ``Table`` to be specified which is in a Piccolo app,
9+
or Python module. The ``Table`` is only loaded after imports have completed,
10+
which prevents circular import issues.
11+
* Faster column copying, which is important when specifying joins, e.g.
12+
``await Band.select(Band.manager.name).run()``.
13+
* Fixed a bug with migrations and foreign key contraints.
14+
415
0.14.9
516
------
617
Modified the exit codes for the ``forwards`` and ``backwards`` commands when no

piccolo/__init__.py

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

0 commit comments

Comments
 (0)