Skip to content

Tags: Opus10/django-pghistory

Tags

3.5.0

Toggle 3.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Drop Python 3.8 support, add Python 3.13 support. Add Postgres17 supp…

…ort (#175)

* Initialize template from version 06d8661abae75a01f1d483bf16cf67f20972e9a0

* Update template to version 072543e27d8b506a6628f7793798609c62d6a8ae

* Update version and release notes

* Turn off jit to fix pg17 tests

* Formatting fix

3.4.4

Toggle 3.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
3.4.4 release (#169)

3.4.3

Toggle 3.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add missing py.typed (#166)

3.4.2

Toggle 3.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Ensure pghistory.track supports concrete inheritance (#164)

3.4.1

Toggle 3.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix the default setting for related_query_name (#163)

3.4.0

Toggle 3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Version bump and release notes for 3.4.0 (#157)

3.3.0

Toggle 3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Configure installation of pgh context tracking func post migrate (#140)

* Include more tests for runtime SQL injection

* Configure installation of pgh context tracking func post migrate, plus update other docs

* update lock file

* update release notes

3.2.0

Toggle 3.2.0's commit message
3.2.0

## 3.2.0 (2024-04-20)

### Bug

  - Fix Empty List being passed into create_event_model [Maxwell Muoto, b89c86d]

    Fix Empty List being passed into create_event_model

3.1.1

Toggle 3.1.1's commit message
3.1.1

## 3.1.1 (2024-04-06)

### Trivial

  - Fix ReadTheDocs builds. [Wesley Kendall, eda0741]

3.1.0

Toggle 3.1.0's commit message
3.1.0

## 3.1.0 (2023-11-26)

### Feature

  - Django 5.0 compatibility [Wesley Kendall, 934ca6d]

    Support and test against Django 5 with psycopg2 and psycopg3.