summaryrefslogtreecommitdiff
path: root/docs/ref/models
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2009-06-17 13:54:43 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2009-06-17 13:54:43 +0000
commit40bcd34fab32d112645fcdaecb1b92388094287b (patch)
treea0a93cc71f17af0446ee66a6b090531259a6c536 /docs/ref/models
parente63e0bb40092f319d11e66e6b2c4936e1ab1f8f8 (diff)
[1.0.X] Fixed #9919 -- Added note on the need to mark transactions as dirty when using raw SQL.
Merge of r11022 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11024 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref/models')
-rw-r--r--docs/ref/models/querysets.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt
index fda8fb9c82..3e4cfed9f8 100644
--- a/docs/ref/models/querysets.txt
+++ b/docs/ref/models/querysets.txt
@@ -566,6 +566,8 @@ call, since they are conflicting options.
Both the ``depth`` argument and the ability to specify field names in the call
to ``select_related()`` are new in Django version 1.0.
+.. _extra:
+
``extra(select=None, where=None, params=None, tables=None, order_by=None, select_params=None)``
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~