Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 819 Bytes

CHANGELOG.md

File metadata and controls

18 lines (14 loc) · 819 Bytes

Changelog

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 (model Meta with scylla table options)
  • Fix disabling INNER JOINS in a smarter way (by disabling select_related)

0.0.9 - 2022-11-03

Added

  • New constraints.PrimaryKeysConstraint model for filling PRIMARY KEY section of CREATE TABLE.. statement.
  • Ability to set more than one primary key in model definition.
  • CHANGELOG.md