Skip to content

Releases: Opus10/django-pgtrigger

4.13.0

02 Nov 12:38
f3525da
Compare
Choose a tag to compare

Fixes

  • Remove breaking typing_extensions import into a TYPE_CHECKING block by @BillSchumacher in #181.

Changes

  • Added Python 3.13 support, dropped Python 3.8. Added Postgres17 support by @wesleykendall in #182.

4.12.2

13 Sep 16:28
9eb09e9
Compare
Choose a tag to compare

Fixes

  • Add missing py.typed, add __invert__ for type-checking onto pgtrigger.Q by @max-muoto in #176.
  • Fix typo in statement-level trigger docs by @g-nie in #175.

4.12.1

08 Sep 18:25
b29a29f
Compare
Choose a tag to compare

Fixes

Changes

4.12.0

26 Aug 14:06
2dc910e
Compare
Choose a tag to compare

Fixes

Changes