d7b38d23fa1274d96c699758b8a906d7838aa0db
[mygpo.git] / mygpo / core / signals.py
blobd7b38d23fa1274d96c699758b8a906d7838aa0db
1 import django.dispatch
3 # indicates that an incomplete object has been loaded from the database
4 # the object needs to be updated from its source (eg the feed)
5 incomplete_obj = django.dispatch.Signal()