Hi 

A recent question on one of the other django mailing lists reminded me
of this: I have a very edge (and almost certainly off the end of
'supported') use case, where I would like to mark some relations on a
model, as having select_related() disabled.

More specifically the requirement is that qs.select_related()  (with no
args) doesn't include the marked relations. It doesn't look like there
is a way of doing this in the ORM as it stands - is this correct?

I could probably work up this feature as a field flag, but given that
it's completely niche, I wondered what the chance of the core team
accepting it was. (with unittests)?



-- 
Roger Gammans <rgamm...@gammascience.co.uk>
Gamma Science Ltd. (GB Nr. 07356014 )

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/0d9b15f264065bf090e7413e80f27d022d21a227.camel%40gammascience.co.uk.

Reply via email to