On 1/21/06, Luke Skibinski Holt <[EMAIL PROTECTED]> wrote: > > It seems my problem with the repeating fields is a known bug with > one-to-one relationships (http://code.djangoproject.com/ticket/1245)
I just updated that ticket. I have a hunch that it's a matter of adding a join clause that joins the id in the table with the OneToOneField to the id in the target table. Anyone know where in the code the query building occurs? -berto. > Luke Skibinski Holt

