Django

Code

Changeset 2463

Show
Ignore:
Timestamp:
03/01/06 22:20:22 (3 years ago)
Author:
adrian
Message:

magic-removal: Fixed typo in modeltests/transactions/models.py docstring

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/magic-removal/tests/modeltests/transactions/models.py

    r2457 r2463  
    44Django handles transactions in three different ways. The default is to commit 
    55each transaction upon a write, but you can decorate a function to get 
    6 commit-on-sucess behavior, or else you can manage the transaction manually. 
     6commit-on-success behavior. Alternatively, you can manage the transaction 
     7manually. 
    78""" 
    89