--
Ticket URL: <https://code.djangoproject.com/ticket/26647>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => assigned
* cc: charettes (added)
* needs_better_patch: => 0
* needs_tests: => 0
* owner: nobody => charettes
* needs_docs: => 0
Comment:
I'll have a look and try to point you in the right direction, thanks for
your report.
--
Ticket URL: <https://code.djangoproject.com/ticket/26647#comment:1>
* severity: Normal => Release blocker
* needs_better_patch: 0 => 1
* component: Uncategorized => Migrations
* needs_tests: 0 => 1
* has_patch: 0 => 1
* stage: Unreviewed => Accepted
Comment:
It ended up being faster to write a fix by myself thanks to your test
project, see [https://github.com/django/django/pull/6642 PR].
Could you confirm it solves your reported issue?
--
Ticket URL: <https://code.djangoproject.com/ticket/26647#comment:2>
Comment (by jlemaes):
It indeed does fix the issue. Thanks for the quick fix.
--
Ticket URL: <https://code.djangoproject.com/ticket/26647#comment:3>
* needs_better_patch: 1 => 0
* needs_tests: 1 => 0
Comment:
Added tests.
--
Ticket URL: <https://code.djangoproject.com/ticket/26647#comment:4>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/26647#comment:5>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"36d36818a30025034cad6f1ee59b2a960a6582ec" 36d3681]:
{{{
#!CommitTicketReference repository=""
revision="36d36818a30025034cad6f1ee59b2a960a6582ec"
Fixed #26647 -- Included the state of all applied migrations when
migrating forward.
Thanks Jasper Maes for the detailed report.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/26647#comment:6>
Comment (by Simon Charette <charette.s@…>):
In [changeset:"dfae72f45a74b8fe3a08fe0a48c11bfeb9b9efda" dfae72f]:
{{{
#!CommitTicketReference repository=""
revision="dfae72f45a74b8fe3a08fe0a48c11bfeb9b9efda"
[1.10.x] Fixed #26647 -- Included the state of all applied migrations when
migrating forward.
Thanks Jasper Maes for the detailed report.
Backport of 36d36818a30025034cad6f1ee59b2a960a6582ec from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/26647#comment:7>