* owner: nobody => François Granade
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/33582#comment:5>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by François Granade):
Proposed patch in https://github.com/django/django/pull/15525
I used `Model.from_db` rather than accessing the private `Model._state`
field, seems cleaner
--
Ticket URL: <https://code.djangoproject.com/ticket/33582#comment:6>
* has_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/33582#comment:7>
* needs_better_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/33582#comment:8>
* needs_better_patch: 1 => 0
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/33582#comment:9>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"4b8e4f506079419c7995107fad46416ee5add951" 4b8e4f50]:
{{{
#!CommitTicketReference repository=""
revision="4b8e4f506079419c7995107fad46416ee5add951"
Fixed #33582 -- Fixed deserializing natural keys with foreing key
dependencies in a multiple database setup.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/33582#comment:10>