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
This commit is contained in:
Adrian Holovaty 2007-08-25 18:59:59 +00:00
parent b189e266ef
commit de2881f9f2
1 changed files with 0 additions and 1 deletions

View File

@ -224,7 +224,6 @@ method on the field to add a record to the relation::
entry.authors.add(joe) entry.authors.add(joe)
Django will complain if you try to assign or add an object of the wrong type. 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 How Django knows to UPDATE vs. INSERT
------------------------------------- -------------------------------------