- Fixed bug in BeforeDelete event [Wes Kendall, aab4182]
The BeforeDelete event was referencing the wrong trigger value (NEW). Code was updated to reference the proper OLD row for this event, and a failing test case was added.
1.2.2
Not secure
Trivial
- Updated with latest template, dropping 3.6 support and adding Django 4 support [Wes Kendall, c160973]
1.2.1
Not secure
Trivial
- Updated with latest python template [Wes Kendall, 09f6cfb]
1.2.0
Not secure
Feature
- Upgrade pgtrigger and test against Django 3.1 [Wes Kendall, 176fb13]
Uses the latest version of django-pgtrigger. Also tests against Django 3.1 and fixes a few bugs related to internal changes in the Django codebase.
1.1.0
Not secure
Bug
- Escape single quotes in tracked context [Wes Kendall, 40f758e]
Invalid SQL was generated from context values with single quotes when using ``pghistory.context``. Single quotes are now properly escaped, and a failing test case was created to cover this scenario.
1.0.1
Not secure
Trivial
- Updated with the latest public django app template. [Wes Kendall, fc1f3e4]