--
Ticket URL: <https://code.djangoproject.com/ticket/20203>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* owner: nobody => elektrrrus
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/20203#comment:1>
* status: assigned => new
* owner: elektrrrus =>
--
Ticket URL: <https://code.djangoproject.com/ticket/20203#comment:2>
* owner: => coldmind
* cc: me@… (added)
* version: 1.5 => master
* status: new => assigned
Comment:
I'm working on this issue
--
Ticket URL: <https://code.djangoproject.com/ticket/20203#comment:3>
* has_patch: 0 => 1
Comment:
https://github.com/django/django/pull/4882
--
Ticket URL: <https://code.djangoproject.com/ticket/20203#comment:4>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/20203#comment:5>
Comment (by Tim Graham <timograham@…>):
In [changeset:"c31bf8cb54e591e244abc951896ef5e4a089f38d" c31bf8c]:
{{{
#!CommitTicketReference repository=""
revision="c31bf8cb54e591e244abc951896ef5e4a089f38d"
Refs #20203 -- Added tests to check inherited custom default manager
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/20203#comment:7>
Comment (by Tim Graham <timograham@…>):
In [changeset:"c0cf73a57d7f77af348aeb854e7b4f670dc3cee7" c0cf73a]:
{{{
#!CommitTicketReference repository=""
revision="c0cf73a57d7f77af348aeb854e7b4f670dc3cee7"
Refs #20203 -- Allowed adding custom default manager to the model state
If the only manager on the model is the default manager defined
by Django (`objects = models.Manager()`), this manager will not
be added to the model state. If it is custom, it needs to be
passed to the model state.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/20203#comment:6>
* status: assigned => closed
* resolution: => fixed
--
Ticket URL: <https://code.djangoproject.com/ticket/20203#comment:8>