Hey, I'm getting a completely different grid (at least with postgresql), with lazy_tables=True, different as in not showing links for all the tables that reference the table on the grid.
After a cursive investigation it appears it's because "table._referenced_by" does not get correctly filled with lazy_tables. Which kind of makes sense but, in the context of the smartgrid, I believe it's a bug. smartgrid should check if lazy_tables is true and in that case, force the loading of all the tables before using the referenced_by attribute, should it not? Has anyone else noticed this, or am I doing something pretty stupid? --