#19596: Django admin should use "_default_manager" not "objects" on csutom auth
model class.
-------------------------------------+-------------------------------------
     Reporter:  anonymous            |                    Owner:  nobody
         Type:  Bug                  |                   Status:  closed
    Component:  contrib.auth         |                  Version:
     Severity:  Release blocker      |  1.5-beta-1
     Keywords:  auth, objects        |               Resolution:  fixed
    Has patch:  1                    |             Triage Stage:  Ready for
  Needs tests:  0                    |  checkin
Easy pickings:  0                    |      Needs documentation:  0
                                     |  Patch needs improvement:  0
                                     |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by Florian Apolloner <florian@…>):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"cc4de61a2b36abf418d6f4c720d9e62c405e0612"]:
 {{{
 #!CommitTicketReference repository=""
 revision="cc4de61a2b36abf418d6f4c720d9e62c405e0612"
 Fixed #19596 -- Use `_default_manager` instead of `objects` in the auth
 app.

 This is needed to support custom user models which don't define a manager
 named `objects`.
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19596#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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to