diff options
Diffstat (limited to 'docs/ref/models/fields.txt')
| -rw-r--r-- | docs/ref/models/fields.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index a99522c77c..3a64ad934a 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -1448,6 +1448,10 @@ that control how the relationship functions. If in doubt, leave it to its default of ``True``. +:class:`ManyToManyField` does not support :attr:`~Field.validators`. + +:attr:`~Field.null` has no effect since there is no way to require a +relationship at the database level. .. _ref-onetoone: |
