RE: Get all tables in one query that use OneToOne relationship

2010-07-18 Thread Sells, Fred
select related on it when I need them all? -Original Message- From: django-users@googlegroups.com [mailto:django-us...@googlegroups.com] On Behalf Of Steve Holden Sent: Saturday, July 17, 2010 9:53 AM To: django-users@googlegroups.com Subject: Re: Get all tables in one query th

Re: Get all tables in one query that use OneToOne relationship

2010-07-17 Thread Steve Holden
On 7/16/2010 7:28 PM, Sells, Fred wrote: > I've got a logical record 0f 500 columns that is broken up into about 20 > tables based on an implicit logical grouping of the data. Most of the > time this works well and the code is clean; but there are a few use > cases where I need to get all the equi