github tortoise/tortoise-orm 0.11.4
v0.11.4

latest releases: 0.20.0, 0.19.3, 0.19.2...
5 years ago
  • Fixed several convenince issues with foreign relations:
    • FIXED: .all() actually returns the _query property as was documented.
    • New models with FK don't automatically fail to resolve any data. They can now be evaluated lazily.
  • Some DB's don't support OFFSET without Limit, added caps to signal workaround, which is to automatically add limit of 1000000
  • Pylint plugin to know about default related_name for ForeignKey fields.
  • Simplified capabilities to be static, and defined at class level.

Don't miss a new tortoise-orm release

NewReleases is sending notifications on new releases.