Opened 17 years ago

Closed 16 years ago

#4605 closed (wontfix)

Raw SQL DB API docs should mention transaction.commit_unless_managed()

Reported by: anonymous Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The raw SQL DB API docs don't mention how to deal with transactions other than that cursor does not follow the python DB-API in its support. Transactions should probably be covered at least to the extent of mentioning transaction.commit_unless_managed().

Change History (2)

comment:1 by Simon G. <dev@…>, 17 years ago

Triage Stage: UnreviewedAccepted

Feel free to write up a patch..

comment:2 by James Bennett, 16 years ago

Resolution: wontfix
Status: newclosed

Six months without a patch, and we already have a document explaining Django's transaction-handling machinery. Closing.

Note: See TracTickets for help on using tickets.
Back to Top