diff options
| author | Brock <bsmick97@gmail.com> | 2024-11-25 20:04:24 -0500 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-11-27 12:34:49 +0100 |
| commit | d8eb13f0f88d4462e70af74f4e9c930126e14306 (patch) | |
| tree | 7115befd60cafcb9c1e057a2e4c215f6f1dbcba4 /docs | |
| parent | a5bc0cfd35c50d3446215c0674e60786d9e498d1 (diff) | |
Fixed #35939 -- Linked documentation of Permission.content_type to the ContentType model.
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 |
