1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00

Fixed #35939 -- Linked documentation of Permission.content_type to the ContentType model.

This commit is contained in:
Brock 2024-11-25 20:04:24 -05:00 committed by Sarah Boyce
parent a5bc0cfd35
commit d8eb13f0f8

View File

@ -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