Django-pgtrigger

Latest version: v4.13.3

Safety actively analyzes 723625 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 9

4.8.0

Bug

- Create triggers in unmigrated apps when `--run-syncdb` is specified [Daniel Hillier, b762f9d]

Triggers are now properly created when running `manage.py migration --run-syncdb`
for unmigrated apps.
- Recreate triggers when a migration that removed triggers is unapplied [Daniel Hillier, c223910]

Reverting a migration of dropped models will now successfully recreate
triggers.

Feature

- Add Python 3.12 support and use Mkdocs for documentation [Wesley Kendall, c2b389f]

Python 3.12 and Postgres 16 are supported now, along with having revamped docs using Mkdocs and the Material theme.

Python 3.7 support was dropped.

Trivial

- Fix minor log formatting issues [Wesley Kendall, 76ab946]

4.7.0

Feature

- Added Python 3.11, Django 4.2, and Psycopg 3 support [Wesley Kendall, 27dc243]

Python 3.11, Django 4.2, and Psycopg 3 are now supported and tested.
Django 2.2 support has been dropped.

4.6.0

Feature

- Added ``pgtrigger.Func`` for accessing model properties in function declarations. [Wesley Kendall, 4bd6abf]

When describing a trigger in ``Meta``, it's not possible to access model meta properties
like ``db_table``. ``pgtrigger.Func`` solves this by exposing ``meta``, ``fields``,
and ``columns`` variables that can be used in a format string.

See the trigger cookbook in the docs for an example.
- Added ``ReadOnly`` trigger for uneditable models and fields [Wesley Kendall, 0a3c162]

The ``pgtrigger.ReadOnly`` trigger protects updates on models and takes
an optional ``fields`` or ``exclude`` argument to specify which fields are
read only. If no arguments are provided, the entire model is read only.

Trivial

- Updated with latest Django template [Wesley Kendall, 84b46f1]

4.5.3

Trivial

- Fix typo in documentation [Francisco Couzo, def5432]
- Fix issues when using Django's dummy database. [Wesley Kendall, cc1cb95]
- Fixed minor documentation typos [Wes Kendall, dc473ff]

4.5.2

Trivial

- Add Soft-Delete Model Manager example to docs [Jason Oppel, 3a46ae7]

4.5.1

Trivial

- Remove unused migration code and restructure docs [Wes Kendall, a8793fc]
- Optimize test suite [Wes Kendall, 863fa93]

Page 3 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.