Commit 5d044339 authored by Sébastien Fievet's avatar Sébastien Fievet Committed by Tim Graham
Browse files

Added missing periods in docs/ref/checks.txt.

parent 1101467c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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
-----