Django

Code

Changeset 1307

Show
Ignore:
Timestamp:
11/20/05 11:36:16 (3 years ago)
Author:
adrian
Message:

Another change to docs/model-api.txt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/model-api.txt

    r1306 r1307  
    10811081 
    10821082If your custom SQL statement alters the data in your database -- for example, 
    1083 via a ``DELETE``, ``INSERT`` or ``UPDATE`` -- you'll need to call 
    1084 ``db.commit()``. example:: 
     1083via a ``DELETE`` or ``UPDATE`` -- you'll need to call ``db.commit()``. Example:: 
    10851084 
    10861085    def my_custom_sql2(self):