#20203: Impossible to have a descriptor named `objects` on an abstract model
-------------------------------------+-------------------------------------
     Reporter:  Alex                 |                    Owner:  coldmind
         Type:  Bug                  |                   Status:  assigned
    Component:  Database layer       |                  Version:  master
  (models, ORM)                      |
     Severity:  Normal               |               Resolution:
     Keywords:                       |             Triage Stage:  Ready for
                                     |  checkin
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------

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>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/062.878b49391baddbe2034c2dce73bdb2d6%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to