Editor: automatically convert pasted urls to attachments to a proper links with ...
[redakcja.git] / apps / dvcs / signals.py
1 from django.dispatch import Signal
2
3 post_commit = Signal()
4 post_publishable = Signal(providing_args=['publishable'])