#29149: django-admin migrate fails on 2.0 when a project contains squashed
migrations from an earlier version
-----------------------------+--------------------------------------
Reporter: Dan Collins | Owner: nobody
Type: Bug | Status: closed
Component: Migrations | Version: 2.0
Severity: Normal | Resolution: invalid
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-----------------------------+--------------------------------------
Changes (by Dan Collins):
* status: new => closed
* resolution: => invalid
Comment:
Oh for fuck's sake, it's because `2to3` decided that `'exams'` needed to
be a bytestring.
{{{
replaces = [(b'exams', '0001_squashed_0002_auto_20170518_1851'),
(b'exams', '0002_auto_20170519_2125')]
}}}
(and of course `(b'exams', 'whatever')` is not `in [('exams', 'whatever'),
...]`)
--
Ticket URL: <https://code.djangoproject.com/ticket/29149#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/067.48bb73cdd9e25d295b0b1528a3304884%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.