mirror of
https://github.com/django/django.git
synced 2025-04-15 12:54:38 +00:00
[1.7.x] Added missing periods in docs/ref/checks.txt.
Backport of 5d04433903 from master
This commit is contained in:
parent
368e5cea58
commit
994294e0da
@ -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
|
||||
-----
|
||||
|
Loading…
x
Reference in New Issue
Block a user