#24996: Reimplement the DatabaseFeatures.supports_select_related flag
-------------------------------------+-------------------------------------
               Reporter:  timgraham  |          Owner:  nobody
                   Type:  Bug        |         Status:  new
              Component:  Database   |        Version:  1.8
  layer (models, ORM)                |
               Severity:  Normal     |       Keywords:
           Triage Stage:  Accepted   |      Has patch:  0
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  0
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 In Django 1.8, the `supports_select_related` database feature flag was
 refactored away in 0c7633178fa9410f102e4708cef979b873bccb76. If we add it
 back, it would be nice to also add a test that mocks the value to `False`,
 then checks that a `select_related()` call doesn't have any effect. The
 original ticket is #17335.

--
Ticket URL: <https://code.djangoproject.com/ticket/24996>
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/052.f2ef00f7ae1f79e8ed09b2b0484ad06d%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to