Commit b4bb345b authored by Adrian Holovaty's avatar Adrian Holovaty
Browse files

Another change to docs/model-api.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@1307 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent c472b147
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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()