-------
If you have lots of Piccolo apps, you can now create auto migrations for them
all in one go:
.. code-block:: bash
piccolo migrations new all --auto
Thanks to hoosnick for suggesting this new feature.
The documentation for running migrations has also been improved, as well as
improvements to the sorting of migrations based on their dependencies.
Support for Python 3.7 was dropped in this release as it's now end of life.
-------------------------------------------------------------------------------