Skip to content

Version 0.14.0

Compare
Choose a tag to compare
@devkral devkral released this 20 Aug 06:23
· 85 commits to main since this release
de77d4c

Added

  • Cache per queryset.
  • Expose raw_query for getting a raw sqlalchemy query.
  • Expose control for used batch size.
  • Add load_recursive for initializing a nested model structure.

Changed

  • Server defaults don't trigger load after saving.
  • Less nested run_sync calls.
  • Alter queryset methods to contain useful arguments, instead of ignoring kwargs.
  • Replace QuerysetProtocol by abstract base type.

Fixed

  • get_or_none was not abidding embed_parent.
  • Correctly apply filters on relations.
  • last and first don't fail without id column anymore.