Removed hint from fields.E310 message in system check docs.

This is the only documented hint.
This commit is contained in:
Mariusz Felisiak 2020-02-26 12:00:52 +01:00 committed by GitHub
parent fba5d3b6e6
commit 667f784baa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -219,8 +219,7 @@ Related fields
* **fields.E309**: Reverse query name ``<related query name>`` must not contain
``'__'``.
* **fields.E310**: No subset of the fields ``<field1>``, ``<field2>``, ... on
model ``<model>`` is unique. Add ``unique=True`` on any of those fields or
add at least a subset of them to a unique_together constraint.
model ``<model>`` is unique.
* **fields.E311**: ``<model>`` must set ``unique=True`` because it is
referenced by a ``ForeignKey``.
* **fields.E312**: The ``to_field`` ``<field name>`` doesn't exist on the