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 7 of 9

2.4.1

Trivial

- Updated with the latest template, dropped 3.6 supported, added Docker-based development [Wes Kendall, 25e0f0d]

2.4.0

Bug

- Ensure that generated postgres IDs are lowercase [Wes Kendall, 5c12f66]

django-pgtrigger now ensures that generated postgres IDs are
lowercase. Postgres IDs are case insensitive, and it django-pgtrigger
had issues dealing with names that had a mix of cases.

Feature

- Add the "declare" portion of a trigger as a top-level attribute [Wes Kendall, cd18512]

Previously one had to subclass a trigger and override ``get_declare`` in
order to change how the "DECLARE" fragment of a trigger was rendered.
Users can now provide ``declare`` to the instantiation of a trigger.

The documentation was updated to reflect this change.

Trivial

- Fix broken code examples in docs [Wes Kendall, 372719c]

2.3.3

Trivial

- Adjusted max length of trigger names to 47 characters [Wes Kendall, 528140f]
- Updated to the latest Django app template [Wes Kendall, d2d5328]
- Change "Delete" to "Update" in tutorial docs [Rich Rauenzahn, 2839a78]

2.3.2

Trivial

- Fixing tags after organization migration [Wes Kendall, 0ba84d2]

2.3.1

Bug

- Throw errors on invalid trigger definitions. [Wes Kendall, 28f1329]

Previously triggers were installed with a broad try/except in order to ignore
errors when installing duplicate triggers. This caused invalid triggers to
not be installed with no errors thrown.

The code was updated to catch the specific exception for duplicate triggers
and allow other trigger errors to surface. A failing test case was
added.
- Fix for wrong argument supplied at _get_database fn call [arpit o.O, 2f7cea1]

Trivial

- Updated with the latest django app template [Wes Kendall, 9a71227]
- Fix incorrect name in example [Simon Willison, 069e05a]

2.2.1

Trivial

- Optionally change "other" DB name if set at all [Tómas Árni Jónasson, 5b24058]

Page 7 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.