X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/1070d1cba12c37121972545925a5256dd8138b76..79e89d2c15b86b7b8d4ccf76c85d2fa2154cd2e8:/philo/models/base.py diff --git a/philo/models/base.py b/philo/models/base.py index 46e9ac5..573c339 100644 --- a/philo/models/base.py +++ b/philo/models/base.py @@ -40,7 +40,7 @@ class Titled(models.Model): abstract = True -#: An instance of :class:`ContentTypeRegistryLimiter` which is used to track the content types which can be related to by ForeignKeyValues and ManyToManyValues. +#: An instance of :class:`ContentTypeRegistryLimiter` which is used to track the content types which can be related to by :class:`ForeignKeyValue`\ s and :class:`ManyToManyValue`\ s. value_content_type_limiter = ContentTypeRegistryLimiter()