Opened 18 years ago
Closed 18 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 , 18 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 18 years ago
| Resolution: | → wontfix |
|---|---|
| Status: | new → closed |
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.
Feel free to write up a patch..