All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add initial support for custom
Options
class (modelMeta
with scylla table options) - Fix disabling
INNER JOINS
in a smarter way (by disablingselect_related
)
0.0.9 - 2022-11-03
- New
constraints.PrimaryKeysConstraint
model for fillingPRIMARY KEY
section ofCREATE TABLE..
statement. - Ability to set more than one primary key in model definition.
CHANGELOG.md