Thanks! That did it. newforms looks like a significant improvement but I'd don't have time for that level of rewrite at the moment.
On Jun 1, 12:47 am, Gábor Farkas <[EMAIL PROTECTED]> wrote: > Russell Keith-Magee wrote: > > On 6/1/07, char <[EMAIL PROTECTED]> wrote: > >> Obviously, the performance deteriorates rapidly as the number of > >> GamesOfInterest added to a Profile increases. Is there any way to > >> avoid this? > > > This is a known problem, and one of the many reasons that the forms > > framework is being replaced with 'newforms'. > > > There is no workaround (that I am aware of), nor are there plans to > > fix the (many) problems with the Manipulator framework. > > > If you are developing a new application, I _strongly_ recommend that > > you develop using newforms. > > it's probably still too early in the morning, but cannot this be worked > around by using raw_id_admin? > > (just a quick test where i added raw_id_admin to most of the foreignkeys > seems to have fixed the issue (but i am not sure if you can keep all the > other admin-options)) > > gabor --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

