diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index 3717675f7a..ca37de4385 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -326,12 +326,12 @@ The following checks are performed when a model contains a :class:`~django.contrib.contenttypes.fields.GenericRelation`: * **contenttypes.E001**: The ``GenericForeignKey`` object ID references the - non-existent field ```` + non-existent field ````. * **contenttypes.E002**: The ``GenericForeignKey`` content type references the - non-existent field ```` + non-existent field ````. * **contenttypes.E003**: ```` is not a ``ForeignKey``. * **contenttypes.E004**: ```` is not a ``ForeignKey`` to - ``contenttypes.ContentType`` + ``contenttypes.ContentType``. Sites -----