From de2881f9f22bfe621fe3c00fd1fdb7c0a905df0f Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sat, 25 Aug 2007 18:59:59 +0000 Subject: [PATCH] Removed incorrect link that slipped in docs/db-api.txt in [6010] git-svn-id: http://code.djangoproject.com/svn/django/trunk@6011 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/db-api.txt | 1 - 1 file changed, 1 deletion(-) 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 -------------------------------------