diff options
| author | Sébastien Fievet <zyegfryed@gmail.com> | 2014-09-05 18:16:30 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-09-05 12:30:24 -0400 |
| commit | 5d044339037be879a11b03fe8bd8c3ef1d520b1a (patch) | |
| tree | e5318e94599de9e251eae1548e021771fefb84f0 /docs/ref | |
| parent | 1101467ce0756272a54f4c7bc65c4c335a94111b (diff) | |
Added missing periods in docs/ref/checks.txt.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/checks.txt | 6 |
1 files 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 ``<field>`` + non-existent field ``<field>``. * **contenttypes.E002**: The ``GenericForeignKey`` content type references the - non-existent field ``<field>`` + non-existent field ``<field>``. * **contenttypes.E003**: ``<field>`` is not a ``ForeignKey``. * **contenttypes.E004**: ``<field>`` is not a ``ForeignKey`` to - ``contenttypes.ContentType`` + ``contenttypes.ContentType``. Sites ----- |
