X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/b4cd9f878117f7398442acb09d40b520f321a91d..30c59c96869c9996540f1cf844dadd38d00ab8f3:/philo/models/fields/entities.py diff --git a/philo/models/fields/entities.py b/philo/models/fields/entities.py index cc8c398..0558d3e 100644 --- a/philo/models/fields/entities.py +++ b/philo/models/fields/entities.py @@ -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 ` to restrict the queryset for the :class:`ForeignKeyAttribute`. """ value_class = ForeignKeyValue