Modify ↓
Ticket #603 (closed defect: fixed)
Putting South into installed_apps issues SET_FOREIGN_KEY_CHECKS=0
| Reported by: | apollo13 | Owned by: | andrew |
|---|---|---|---|
| Priority: | blocker | Milestone: | 0.7.3 |
| Component: | commands | Version: | 0.7.2 |
| Keywords: | Cc: | florian+django@… |
Description
The title pretty much says it; just by putting south into INSTALLED_APPS I get a "SET FOREIGN_KEY_CHECKS=0" and it doesn't get set back: http://south.aeracode.org/browser/south/db/mysql.py#L42
(Note I don't migrate, that happens when I say runserver…)
Attachments
Change History
comment:2 Changed 3 years ago by jann@…
- Status changed from closed to reopened
- Resolution fixed deleted
self._initialised never gets set... which caused my migration to hang ...
comment:3 Changed 3 years ago by andrew
- Status changed from reopened to closed
- Resolution set to fixed
Right you are. Fixed in [9922086cf843].
Note: See
TracTickets for help on using
tickets.

Fixed in [a7ccfadca0ba].