2.9.0
In this release there are two notable changes:
- The
Model.create_or_get()
method was removed. See the documentation
for an example of the code one would write to replicate this functionality. - The SQLite closure table extension gained support for many-to-many
relationships thanks to a nice PR by @Necoro. Docs.