diff options
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/models/fields.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index de7649efde..4b100ad98d 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -1386,8 +1386,6 @@ The possible values for :attr:`~ForeignKey.on_delete` are found in If in doubt, leave it to its default of ``True``. -.. _ref-manytomany: - ``ManyToManyField`` ------------------- @@ -1591,8 +1589,6 @@ that control how the relationship functions. :attr:`~Field.null` has no effect since there is no way to require a relationship at the database level. -.. _ref-onetoone: - ``OneToOneField`` ----------------- |
