From 994294e0da6c78b42280d68bda7a939d7f383d4a 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] [1.7.x] Added missing periods in docs/ref/checks.txt. Backport of 5d04433903 from master --- 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 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 -----