django-filtersignals/README.md

5 lines
262 B
Markdown
Raw Permalink Normal View History

2021-01-02 08:29:07 +00: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.