* ui_ux: => 0
Comment:
The initial observation is correct: `select_related()` is only an
optimisation and should never change the results returned at the outermost
object level (it will, of course, select extra lower-level objects).
--
Ticket URL: <https://code.djangoproject.com/ticket/15787#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* cc: daniel.barreto.n@… (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/15787#comment:3>
* cc: l0ki (added)
--
Ticket URL: <https://code.djangoproject.com/ticket/15787#comment:4>
* status: new => closed
* resolution: => fixed
Comment:
Fixed in a193372753ad9d1d15ad5e2d6d06bbc07ca3f433
--
Ticket URL: <https://code.djangoproject.com/ticket/15787#comment:5>