summaryrefslogtreecommitdiff
path: root/docs/db-api.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/db-api.txt')
-rw-r--r--docs/db-api.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/db-api.txt b/docs/db-api.txt
index 473a153cb8..3198f335c4 100644
--- a/docs/db-api.txt
+++ b/docs/db-api.txt
@@ -224,7 +224,6 @@ method on the field to add a record to the relation::
entry.authors.add(joe)
Django will complain if you try to assign or add an object of the wrong type.
-You can find out more about `Queries over related objects`_ below.
How Django knows to UPDATE vs. INSERT
-------------------------------------