Go to file
2021-02-20 13:47:31 +00:00
filtersignals Bump version to 0.2 2021-01-06 18:39:23 +01:00
.gitignore Work in progess 2020-12-31 15:17:06 +01:00
LICENSE Make packagable 2021-01-02 09:29:07 +01:00
MANIFEST.in Make packagable 2021-01-02 09:29:07 +01:00
README.md Make packagable 2021-01-02 09:29:07 +01:00
setup.cfg Add description content type to setup.cfg 2021-02-20 13:47:31 +00:00
setup.py Make packagable 2021-01-02 09:29:07 +01:00
test.py Fixed dict iterations 2021-01-02 09:51:23 +01:00

django-filtersignals

filtersignals are prioritized signals, that allow each signal receiver to modify the data provided to them, as processed by other receivers before them.

This allows you to easily implement a system of filter hooks in your Django project.