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)
Change History (3)
by , 14 years ago
Attachment: | django-management-dbs.diff added |
---|
by , 14 years ago
Attachment: | django-management-dbs.2.diff added |
---|
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(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.