diff options
| author | Jason Pellerin <jpellerin@gmail.com> | 2006-08-04 23:27:18 +0000 |
|---|---|---|
| committer | Jason Pellerin <jpellerin@gmail.com> | 2006-08-04 23:27:18 +0000 |
| commit | 238c6ecd5b10c6c76b8b1db03dcb746bcfe366af (patch) | |
| tree | 7a29f1cdb8d6c48d44441b98c0ab0a34fb4258e3 /docs/db-api.txt | |
| parent | 08c420718200bcb0dcc5237f678d45d10173e81e (diff) | |
[multi-db] Merge trunk to [3522]
git-svn-id: http://code.djangoproject.com/svn/django/branches/multiple-db-support@3523 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/db-api.txt')
| -rw-r--r-- | docs/db-api.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/db-api.txt b/docs/db-api.txt index ce6bb0ab3b..a7cf30813d 100644 --- a/docs/db-api.txt +++ b/docs/db-api.txt @@ -578,6 +578,9 @@ related ``Person`` *and* the related ``City``:: p = b.author # Hits the database. c = p.hometown # Hits the database. +Note that ``select_related()`` does not follow foreign keys that have +``null=True``. + ``extra(select=None, where=None, params=None, tables=None)`` ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
