- chore: update pre-commit hooks (
0a892e7
)
- fix: non semantic commit has not triggered release (
f6f076f
)
- test: added failing test for bulk method argument naming
- Rename monkeypatch methods objects parameter to objs to match Django (
0d1659b
)
- feat: signals can be skipped by a keyword argument (
894e0ec
)
- Merge pull request #4 from awmath/skip-signals
feat: signals can be skipped by a keyword argument (746ed2a
)
- chore: maintenance (
d6a5042
)
- feat: post query update signal now passed the update count (
e2424c9
)
- Merge pull request #3 from awmath/update-return-count
Update return count (8ac458f
)
-
fix: added missing tests module (
9d4581c
) -
fix: bulk_update no longer triggers the pre_update signal (
809c86a
)
- ci: updated ci matrix tests to ressemble latest versions (
192c5b5
)
- feat: added pre_*** action signals
The no_action kwargs for the bulk actions have been removed, as they
weren't part of the django default api. Also added all nulk action
args and kwargs to the signals as well. (ba6eb9a
)
- chore: setup deployment on version tag (
e6e1a99
)
- docs: added app install to README.md (
8b1ac60
)
-
fix(ci): wrong branch for semantic release (
b9758b1
) -
fix(ci): coverage exports xml for codecov (
7841dd7
)