Opened 14 years ago

Closed 14 years ago

#13656 closed (fixed)

Management command transaction sql only uses default DB

Reported by: Alex Gaynor Owned by: nobody
Component: Core (Other) Version: 1.2
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

This is bad.

Attachments (2)

django-management-dbs.diff (1.6 KB ) - added by Alex Gaynor 14 years ago.
django-management-dbs.2.diff (1.8 KB ) - added by Alex Gaynor 14 years ago.

Download all attachments as: .zip

Change History (3)

by Alex Gaynor, 14 years ago

Attachment: django-management-dbs.diff added

by Alex Gaynor, 14 years ago

comment:1 by Russell Keith-Magee, 14 years ago

Resolution: fixed
Status: newclosed

(In [13311]) Fixed #13656 -- Ensure that the management commands use the right database for transaction start/end commands. Thanks to Alex Gaynor for the patch.

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