Changeset 2466
- Timestamp:
- 03/01/06 23:01:04 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/magic-removal/docs/transactions.txt
r2462 r2466 80 80 all the work done in a function:: 81 81 82 from django.db .transaction import commit_on_success82 from django.db import transaction 83 83 84 @ commit_on_success84 @transaction.commit_on_success 85 85 def viewfunc(request): 86 86 ....
