From 8ce8beb3f24042ed0c3da00ef3d23c25036021ed Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 1 Feb 2016 11:02:26 -0500 Subject: Unified some doc links to OneToOneField and ManyToManyField. --- docs/ref/models/fields.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'docs/ref/models') 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`` ----------------- -- cgit v1.3