diff --git a/imagekit/specs/sources.py b/imagekit/specs/sources.py index 82b118b..807ee2a 100644 --- a/imagekit/specs/sources.py +++ b/imagekit/specs/sources.py @@ -17,6 +17,12 @@ def ik_model_receiver(fn): class ModelSignalRouter(object): + """ + Handles signals dispatched by models and relays them to the spec sources + that represent those models. + + """ + def __init__(self): self._sources = [] uid = 'ik_spec_field_receivers'