diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-08-25 18:59:59 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-08-25 18:59:59 +0000 |
| commit | de2881f9f22bfe621fe3c00fd1fdb7c0a905df0f (patch) | |
| tree | 7d7ed82dd1fa234c8e5f10167b089cc2a3131221 /docs | |
| parent | b189e266ef1a4f8c3fba39e44e053ec42fc52098 (diff) | |
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
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/db-api.txt | 1 |
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 ------------------------------------- |
