diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index dcf9be4f8e..4a0a687e2d 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -339,12 +339,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 -----