> Den 14/05/2015 kl. 22.19 skrev Timothy W. Cook <[email protected]>: > > That is exactly the problem Simon. Everyone of those models reference a > model called Project. I did this so that when the items are displayed in the > selects, the user knows which project it is from. In the interim I guess > I'll remove the call to Project from the __str__ > > I wonder if there is another approach that I can use to solve this?
Does the suggestion to append select_related() / prefetch_related() to the queryset in your admin view not work? Erik -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/A395D2BC-D3B1-40C5-84B7-678A070DFCB6%40cederstrand.dk. For more options, visit https://groups.google.com/d/optout.

