Skip to content

0.25.2

Choose a tag to compare

@henadzit henadzit released this 16 Dec 08:20
· 5 commits to develop since this release
bec3deb

Fixed

  • Fix grouping by in subqueries (#2021)
  • Fix sqlite decimal filter error with __gt (#2019)

Changed

  • Official support python3.14 (#2026)
  • Migrate from poetry to uv (#1987)
  • Reorder imports by ruff (#1966)
  • Migrate lint tool from isort+black to ruff (#1963)

Added

  • Add create() method to reverse ForeignKey relations, enabling parent.children.create() syntax (#1991)