summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-02-01 11:02:26 -0500
committerTim Graham <timograham@gmail.com>2016-02-01 11:02:26 -0500
commit8ce8beb3f24042ed0c3da00ef3d23c25036021ed (patch)
tree3ad63ddb06d0d561f5a10fd4239fbd78e83df68f /docs/ref
parenta6ef025dfb2a1d1bd23893408eef6d066fb506d9 (diff)
Unified some doc links to OneToOneField and ManyToManyField.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/models/fields.txt4
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``
-----------------