- Fixed issue where scope-specific settings were being updated in-place instead
of copied. #1534. - Fixed bug where setting a
ForeignKeyField
did not add it to the model's
"dirty" fields list. #1530. - Use pre-fetched data when using
prefetch()
withManyToManyField
. Thanks
to @iBelieve for the patch. #1531. - Use
JSON
data-type for SQLiteJSONField
instances. - Add a
json_contains
function for use with SQLitejson1
extension. - Various documentation updates and additions.