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:53 -0500 |
| commit | 0495f44b8d7f971f228a5e180ab9bc4b08cf57c6 (patch) | |
| tree | 8fe5dcd1e9066937e097ccf3ba45522f2eab9d3c /docs/ref | |
| parent | 5d978390393ebaa057def1b4e429a292806e4b5f (diff) | |
[1.9.x] Unified some doc links to OneToOneField and ManyToManyField.
Backport of 8ce8beb3f24042ed0c3da00ef3d23c25036021ed from master
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 fa8eb51ddf..6024078e35 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -1387,8 +1387,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`` ------------------- @@ -1592,8 +1590,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`` ----------------- |
