Re: Strange behavior with defer and select_related

2014-08-14 Thread Zach Snow
lias, but it wasn't clear to me that the information necessary to determine the table alias to which each deferred field "path" (of the form 'field1__field2__...__fieldN') should be applied is available in the relevant place in the code. -Zach On Thursday, August 1

Strange behavior with defer and select_related

2014-08-14 Thread Zach Snow
Hi there. I'm running into some strange behavior when using `defer` with `select_related` and I wanted to find out if I'm simply misunderstanding what should be going on, or if indeed I have stumbled onto a bug. Summary: Using `defer` on a table that has been re-included in a query via `select_rel