Skip to content

3.16.3

Compare
Choose a tag to compare
@coleifer coleifer released this 14 Aug 14:19
· 68 commits to master since this release
  • 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 to Source base-class for selecting all columns.
  • Fix missing binary types for mysql-connector and mariadb-connector.
  • Add extract() method to MySQL JSONField for extracting a jsonpath.

View commits