diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/auth.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
