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:
parent
a5bc0cfd35
commit
d8eb13f0f8
@ -419,8 +419,8 @@ fields:
|
|||||||
|
|
||||||
.. attribute:: content_type
|
.. attribute:: content_type
|
||||||
|
|
||||||
Required. A reference to the ``django_content_type`` database table,
|
Required. A foreign key to the
|
||||||
which contains a record for each installed model.
|
:class:`~django.contrib.contenttypes.models.ContentType` model.
|
||||||
|
|
||||||
.. attribute:: codename
|
.. attribute:: codename
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user