Skip to content

Commit

Permalink
[3.0.x] Removed hint from fields.E310 message in system check docs.
Browse files Browse the repository at this point in the history
This is the only documented hint.
Backport of 667f784 from master
  • Loading branch information
felixxm committed Feb 26, 2020
1 parent 0193a16 commit ae6c6f9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/ref/checks.txt
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,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
Expand Down

0 comments on commit ae6c6f9

Please sign in to comment.