At 07:11 PM 10/9/2007, Brian Rosner  wrote:
>Your wish is my command ;)
>
>http://code.djangoproject.com/ticket/5720

Wow, that was fast.  I can confirm this patch makes bringing up the 
change form for my problematic model nice and zippy.  Thanks!

I did run into another problem -- instances of these models are 
commonly edited inline on the change page for a different 
model.  Bringing up a change or add page for that model had the same 
performance issue until I realized that I needed to specify the 
raw_id_fields in the "inline" admin class as well.  Which makes 
perfect sense and I see gives more flexibility than the old way, it 
just wasn't immediately apparent to me.

Many thanks for the quick responses,
Karen




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to