* Removed `TriggerType.snapshot` so that delete triggers will now record snapshots. * Added `TriggerType.snapshot_of` to determine whether snapshots are of `OLD` or `NEW`.
3.4.7
* Added a `HISTORY_IGNORE_MODELS` setting to ignore individual models. This should be a list of lowercase `app_label.model_name` models to exclude.
3.4.6
* Properly specify database alias for ContentType queries
3.4.5
* Properly specify database alias for Django queries in the history backends
3.4.4
* `CASCADE` when dropping the `history_record` function.
3.4.3
* Added a `paused` context manager to `HistorySession`, to allow for temporarily suspending history recording during a session.