Added some automatic skips to autodocs. Added skeletal docs for contrib and complete...
[philo.git] / philo / models / fields / entities.py
index cc8c398..0558d3e 100644 (file)
@@ -209,7 +209,7 @@ class ForeignKeyAttribute(AttributeProxyField):
        """
        Handles an :class:`.Attribute` with a :class:`.ForeignKeyValue`.
        
-       :param limit_choices_to: A :class:`Q` object, dictionary, or :class:`.ContentTypeLimiter` to restrict the queryset for the :class:`ForeignKeyAttribute`.
+       :param limit_choices_to: A :class:`Q` object, dictionary, or :class:`ContentTypeLimiter <philo.utils>` to restrict the queryset for the :class:`ForeignKeyAttribute`.
        
        """
        value_class = ForeignKeyValue