You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But now it also makes requests to the server for the model behind relationToB. But i only need the object without an relation set, so i also do not need the async relations. When you've got 1000 records in the database, its a real bummer for efficiency. How can i get all modelA objects without a relation to modelB, without loading the relations that does exists. (and if one in the list gets a relation it should also be removed from the list)
The text was updated successfully, but these errors were encountered:
I think it is a bug, because async relations are always loaded. But indeed
i formulated it to much as a question
Op 20 sep. 2014 00:36 schreef "intuitivepixel" [email protected]:
This doesn't look like a bug, either like a programming problem for which
you could find surely a better answer on stackoverflow.com then here :)
—
Reply to this email directly or view it on GitHub #2286 (comment).
Hello,
I've got a page where i want to show all elements without an relation. To determine this i have the following code:
But now it also makes requests to the server for the model behind relationToB. But i only need the object without an relation set, so i also do not need the async relations. When you've got 1000 records in the database, its a real bummer for efficiency. How can i get all modelA objects without a relation to modelB, without loading the relations that does exists. (and if one in the list gets a relation it should also be removed from the list)
The text was updated successfully, but these errors were encountered: