Automatically search for the next match after single replace, fixes #3384
[redakcja.git] / apps / catalogue / signals.py
1 from django.dispatch import Signal
2
3 post_publish = Signal()