On Monday, January 31, 2011 9:48:01 AM UTC-5, spyker wrote:
>
> I have experimented and have determined that the following model
> definition is related:
>
> Field("outeur_id", 'list:reference outeur'), # (see my other thread about
> the speeding up IS_IN_DB)
>
> The full model is in the other thread. If I remove that line from the
> model the update/insert forms appear immediately when called - otherwise it
> takes about 70 seconds resulting in the error message in the subject line.
>
> The table referenced in this field contains 102589 records.
>
> I suspect list:reference should not be used here - which is a pity.
>
Is that a Python error code? When I Google that error, all the references I
see are to Javascript errors in particular browsers. Could the problem be on
the client side?
Anthony