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:31:10 -0400 |
| commit | 994294e0da6c78b42280d68bda7a939d7f383d4a (patch) | |
| tree | d8a2543f1fd519175934c3da3b2f222647a76e3f /docs | |
| parent | 368e5cea58eefbfd1b997e68f6a29785cbd12117 (diff) | |
[1.7.x] Added missing periods in docs/ref/checks.txt.
Backport of 5d04433903 from master
Diffstat (limited to 'docs')
| -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 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 ``<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 ----- |
