Modify ↓
Ticket #237 (closed defect: fixed)
string template printed with no parameters
| Reported by: | anonymous | Owned by: | andrew |
|---|---|---|---|
| Priority: | trivial | Milestone: | 0.6.1 |
| Component: | migrations | Version: | 0.6 |
| Keywords: | Cc: |
Description
south/migration.py:318
print " - Migration '%s' is marked for no-dry-run."
print " - Migration '%s' is marked for no-dry-run." % migration
Attachments
Change History
Changed 4 years ago by dfring@…
- Attachment nitpickypatch.diff added
comment:1 Changed 4 years ago by andrew
- Status changed from new to closed
- Resolution set to fixed
Committed in [bf37ca008ffb].
Note: See
TracTickets for help on using
tickets.

Trivial patch for trivial issue.