{{{#!bash
$ manage.py migrate --database=other contenttypes 0001
}}}
All `ContentType` rows in the `other` database will be `null` instead of
their intended value.
--
Ticket URL: <https://code.djangoproject.com/ticket/33563>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => Hameed Gifford
* status: new => assigned
* has_patch: 0 => 1
Comment:
PR https://github.com/django/django/pull/15474
--
Ticket URL: <https://code.djangoproject.com/ticket/33563#comment:1>
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/33563#comment:2>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/33563#comment:3>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"58d357fc65ab0d3b16184db81059b9cef3b83c10" 58d357fc]:
{{{
#!CommitTicketReference repository=""
revision="58d357fc65ab0d3b16184db81059b9cef3b83c10"
Fixed #33563 -- Fixed contenttype reverse data migration crash with a
multiple databases setup.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/33563#comment:4>