- Support for Cython 3.0.
- Add flag to
ManyToManyField
to prevent setting/getting values on unsaved instances. This is worthwhile, since reading or writing a many-to-many has no meaning when the instance is unsaved. - Adds a
star()
helper toSource
base-class for selecting all columns. - Fix missing
binary
types for mysql-connector and mariadb-connector. - Add
extract()
method to MySQLJSONField
for extracting a jsonpath.