Commit 994294e0 authored by Sébastien Fievet's avatar Sébastien Fievet Committed by Tim Graham
Browse files

[1.7.x] Added missing periods in docs/ref/checks.txt.

Backport of 5d044339 from master
parent 368e5cea
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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
-----