Merge branch 'release/0.9.2'
[philo.git] / philo / signals.py
index 558c6fe..13f6cd1 100644 (file)
@@ -1,7 +1,7 @@
 from django.dispatch import Signal
 
 
-#: Sent whenever an Entity subclass has been "prepared" -- that is, after the processing necessary to make :mod:`EntityProxyFields <philo.models.fields.entities>` work has been completed. This will fire after :obj:`django.db.models.signals.class_prepared`.
+#: Sent whenever an Entity subclass has been "prepared" -- that is, after the processing necessary to make :mod:`.AttributeProxyField`\ s work has been completed. This will fire after :obj:`django.db.models.signals.class_prepared`.
 #:
 #: Arguments that are sent with this signal:
 #: