>
> x = mysqlTable.objects.all()
> x.assignee
>
> doesn't work, because a list of objects doesn't have an assignee.
clearly it was a typo on my part, no need to be nasty :) I know x is
a qs and understand its operation the way you describe it. What I
meant was if I took an element from it AFTER
I'm not sure what sort of answer this question will lead to, but here
goes. I know foreignkeys on separate databases isn't supposed to work,
according to the django docs, but I got it to work. First off, I'm
using an old release (1, 2, 0, 'alpha', 1), one of the earlier multidb
releases. Because