Re: list_editable duplicate queries

2010-06-10 Thread chadc
As a follow-up to my last message, there seems to be another issue when the foreign key is optional. If you set 'null=True, blank=True' on the host field of the accounts model above, Django joins everything except the foreign key and then hits the database every time it needs data relating to the f

list_editable duplicate queries

2010-06-09 Thread chadc
Hi there, I think that I have found a bug with the rendering of list_editable objects in the change list. The problem that I am running into is that if I include a field that is a foreign key in list_editable, the change_list hits the database every time that it renders the foreign key's widget. T