Modify ↓
Ticket #264 (closed enhancement: fixed)
string formatting in convert_to_south command
| Reported by: | kez.knight@… | Owned by: | andrew |
|---|---|---|---|
| Priority: | trivial | Milestone: | 0.6.2 |
| Component: | commands | Version: | 0.6.1 |
| Keywords: | Cc: |
Description
According to the 0.6.1 release and the HG repo, this bug remains.
Currently, when calling manage.py convert_to_south 'app' if all goes successfully, South prints to the console some happy text about the app having been converted. The second sentence of this expects string formatting, but it is currently left off, so the console reads ...if you have, you should delete the %s/migrations...
Unified diff should be attached, all being well
Attachments
Change History
Changed 4 years ago by kez.knight@…
- Attachment convert_to_south.diff added
comment:1 Changed 4 years ago by andrew
- Status changed from new to closed
- Resolution set to fixed
- Milestone set to 0.6.2
Applied in [f5ffe4cd374c].
Note: See
TracTickets for help on using
tickets.

unified diff to fix string formatting