django-filtersignals/README.md
2021-01-02 09:29:07 +01:00

262 B

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.