Changes
- Remove minimum passphrase restrictions in SQLCipher integration.
Bugfixes
- Support inheritance of
ManyToManyField
instances. - Ensure operator overloads are invoked when generating filter expressions.
- Fix incorrect scoring in Sqlite BM25, BM25f and Lucene ranking algorithms.
- Support string field-names in data dictionary when performing an ON CONFLICT ... UPDATE query, which allows field-specific conversions to be applied. References #1815.