Skip to content

0.0.8

Compare
Choose a tag to compare
@NightMarcher NightMarcher released this 14 Feb 10:14
· 17 commits to main since this release

Added

  • Testing supported by unittest, asynctest and pytest.
  • New parameter offset of SQLizer.select_custom_fields. Here

Improved

  • Check model of managers and table of model.Meta first. Here
  • Decorator timing supports both sync and async functions. Here