diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index 56a6ac3b55..ce5cf5b45a 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -219,8 +219,7 @@ Related fields * **fields.E309**: Reverse query name ```` must not contain ``'__'``. * **fields.E310**: No subset of the fields ````, ````, ... on - 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 ```` is unique. * **fields.E311**: ```` must set ``unique=True`` because it is referenced by a ``ForeignKey``. * **fields.E312**: The ``to_field`` ```` doesn't exist on the