Opened 8 years ago
Closed 8 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: | UI/UX: |
Description
This is bad.
Attachments (2)
Change History (3)
Changed 8 years ago by
Attachment: | django-management-dbs.diff added |
---|
Changed 8 years ago by
Attachment: | django-management-dbs.2.diff added |
---|
comment:1 Changed 8 years ago by
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.