Changeset 2458
- Timestamp:
- 03/01/06 12:24:35 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/magic-removal/docs/transactions.txt
r2457 r2458 106 106 def viewfunc(request): 107 107 ... 108 transaction.commit() 108 # You can commit/rollback however and whenever you want 109 transaction.commit() 109 110 ... 111 112 # But you've got to remember to do it yourself! 110 113 try: 111 114 ...
