diff --git a/docs/ref/contrib/auth.txt b/docs/ref/contrib/auth.txt index 3e1cdfd978..6014a4e78f 100644 --- a/docs/ref/contrib/auth.txt +++ b/docs/ref/contrib/auth.txt @@ -419,8 +419,8 @@ fields: .. attribute:: content_type - Required. A reference to the ``django_content_type`` database table, - which contains a record for each installed model. + Required. A foreign key to the + :class:`~django.contrib.contenttypes.models.ContentType` model. .. attribute:: codename