django icon indicating copy to clipboard operation
django copied to clipboard

[WIP] Try moving get_from_clause() to later.

Open schinckel opened this issue 2 years ago • 0 comments

I have two seperate apps that add different functionality related to the ORM, that are both hitting problems because by the time the SQL for the WHERE clause is generated, the FROM clause is all done.

I wonder if anyone knows if there is a reason this is the case?

This PR is a test to see if there are any weird failures that are triggered by moving these bits around.

schinckel avatar Jul 22 '21 13:07 schinckel