diff options
| author | Tim Graham <timograham@gmail.com> | 2016-02-01 11:02:26 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-02-01 11:02:26 -0500 |
| commit | 8ce8beb3f24042ed0c3da00ef3d23c25036021ed (patch) | |
| tree | 3ad63ddb06d0d561f5a10fd4239fbd78e83df68f /docs/ref | |
| parent | a6ef025dfb2a1d1bd23893408eef6d066fb506d9 (diff) | |
Unified some doc links to OneToOneField and ManyToManyField.
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`` ----------------- |
