File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11Changes
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+
4150.14.9
516------
617Modified the exit codes for the ``forwards`` and ``backwards`` commands when no
Original file line number Diff line number Diff line change 1- __VERSION__ = "0.14.9 "
1+ __VERSION__ = "0.14.10 "
You can’t perform that action at this time.
0 commit comments