------- * The foreign key selector in the add and edit row forms now use the search based UI, courtesy of sinisaos. * Fixing a Vue JS warning about a route parameter being undefined.
------ * Exposed the ``host`` and ``port`` options directly in the sandbox CLI. * Fixing a bug with read only mode. Was raising a 500 with disallowed HTTPS methods
------ * Improved ``UUID`` columns in SQLite - prepending 'uuid:' to the stored value to make the type more explicit for the engine. * Removed SQLite as an option for ``piccolo asgi new`` until auto migrations are supported.