Another change to docs/model-api.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@1307 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-11-20 17:36:16 +00:00
parent c472b1471d
commit b4bb345b94
1 changed files with 1 additions and 2 deletions

View File

@ -1080,8 +1080,7 @@ the resulting rows. Example::
return row
If your custom SQL statement alters the data in your database -- for example,
via a ``DELETE``, ``INSERT`` or ``UPDATE`` -- you'll need to call
``db.commit()``. example::
via a ``DELETE`` or ``UPDATE`` -- you'll need to call ``db.commit()``. Example::
def my_custom_sql2(self):
cursor = db.cursor()