On Tue, Mar 13, 2012 at 9:55 AM, Phanounou <virginia.bel...@gmail.com> wrote: > I installed the django_debug_toolbar and I see that in the sql part I have > 1852 queries in 18228.00ms.
great, so this is indeed the problem. which page is this?, the listing or the edit page? check the SQL code, which tables is it accessing? if this happens on the edit page, it might be when constructing the select elements. how does the __unicode__ of the related models look like? -- Javier -- 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 django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.