diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/checks.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt index 1a79023b89..966bca23b2 100644 --- a/docs/ref/checks.txt +++ b/docs/ref/checks.txt @@ -167,7 +167,7 @@ Model fields * **fields.E003**: ``pk`` is a reserved word that cannot be used as a field name. * **fields.E004**: ``choices`` must be a mapping (e.g. a dictionary) or an - iterable (e.g. a list or tuple). + ordered iterable (e.g. a list or tuple, but not a set). * **fields.E005**: ``choices`` must be a mapping of actual values to human readable names or an iterable containing ``(actual value, human readable name)`` tuples. |
