From d8eb13f0f88d4462e70af74f4e9c930126e14306 Mon Sep 17 00:00:00 2001 From: Brock Date: Mon, 25 Nov 2024 20:04:24 -0500 Subject: [PATCH] Fixed #35939 -- Linked documentation of Permission.content_type to the ContentType model. --- docs/ref/contrib/auth.txt | 4 ++-- 1 file 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