From 5d044339037be879a11b03fe8bd8c3ef1d520b1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Fievet?= Date: Fri, 5 Sep 2014 18:16:30 +0200 Subject: [PATCH] Added missing periods in docs/ref/checks.txt. --- docs/ref/checks.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -----