Releases: awmath/django-bulk-signals
Releases · awmath/django-bulk-signals
v0.4.1
v0.4.1 (2024-01-22)
Chore
- chore: update pre-commit hooks (
0a892e7
)
Fix
- fix: non semantic commit has not triggered release (
f6f076f
)
Test
- test: added failing test for bulk method argument naming
See #5 (da7e07b
)
Unknown
- Rename monkeypatch methods objects parameter to objs to match Django (
0d1659b
)
v0.4.0
Feature
- Signals can be skipped by a keyword argument (
894e0ec
)
v0.3.0
Feature
- Post query update signal now passed the update count (
e2424c9
)
v0.2.1
Fix
- Added missing tests module (
9d4581c
)
- Bulk_update no longer triggers the pre_update signal (
809c86a
)
v0.2.0
Feature
- Added pre_*** action signals (
ba6eb9a
)
v0.1.1
Fix
- ci: Wrong branch for semantic release (
b9758b1
)
- ci: Coverage exports xml for codecov (
7841dd7
)
Documentation
- Added app install to README.md (
8b1ac60
)