#13781: select_related and multiple inheritance
-------------------------------------+-------------------------------------
     Reporter:  shauncutts           |                    Owner:  nobody
         Type:  Bug                  |                   Status:  reopened
    Component:  Database layer       |                  Version:  master
  (models, ORM)                      |               Resolution:
     Severity:  Normal               |             Triage Stage:  Ready for
     Keywords:                       |  checkin
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by akaariai):

 * easy:  1 => 0
 * stage:  Accepted => Ready for checkin


Comment:

 Updated patch at:
 
https://github.com/akaariai/django/commit/7ed2c5f16caa9c413002c6d9c120c657bd37fc96

 I think this one is now ready for commit.

 I added reference to the model from options, that is SomeM ==
 SomeM._meta.model. This seems useful and is innocent as far as cyclic
 references go. There is already a cyclic reference by
 SomeM._meta.local_fields[0].model == SomeM.

 For the record, I don't think this one was exactly easy pickings...

-- 
Ticket URL: <https://code.djangoproject.com/ticket/13781#comment:17>
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