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:
parent
b189e266ef
commit
de2881f9f2
|
@ -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
|
||||
-------------------------------------
|
||||
|
|
Loading…
Reference in New Issue