On Oct 9, 9:06 am, Eva Hamilton <hamilton...@gmail.com> wrote:
> Oops, sorry, that's a typo in the post - but not present in the actual
> code.
>
> It should have read...
>
> world = Species.objects.all.select_related()

No, it shouldn't. Compare your original:

> > > >>> world = Species.objects.all().select_related()

The syntax in the shell is *exactly* the same as in the view. Why
should it be different?
--
DR.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to