--
Ticket URL: <https://code.djangoproject.com/ticket/22906>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_docs: => 0
* needs_better_patch: => 0
* type: Uncategorized => New feature
* needs_tests: => 0
Comment:
https://github.com/django/django/pull/2852
--
Ticket URL: <https://code.djangoproject.com/ticket/22906#comment:1>
* needs_tests: 0 => 1
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/22906#comment:2>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"2572c07cc64177e985b453d0f0b819e85fe080cc"]:
{{{
#!CommitTicketReference repository=""
revision="2572c07cc64177e985b453d0f0b819e85fe080cc"
Fixed #22906 -- Added a more helpful repr to migrations' ModelState.
Thanks Collin Anderson for the report and original patch.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/22906#comment:3>
Comment (by Loic Bistuer <loic.bistuer@…>):
In [changeset:"a1ddfe440151c81898b94df4d5ea99696398c3f7"]:
{{{
#!CommitTicketReference repository=""
revision="a1ddfe440151c81898b94df4d5ea99696398c3f7"
[1.7.x] Fixed #22906 -- Added a more helpful repr to migrations'
ModelState.
Thanks Collin Anderson for the report and original patch.
Backport of 2572c07cc6 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/22906#comment:4>
Comment (by CollinAnderson):
This is perfect. Thanks so much all.
--
Ticket URL: <https://code.djangoproject.com/ticket/22906#comment:5>