AHhhh!
Thanks for the answer we found the problem!
No wonder no one but us had this problem, it was an old monkey-patch that
we did not even know it exists, that modified the behaviour of the queryset
Sorry for the trouble
Galia
On Tuesday, May 19, 2015 at 2:46:55 AM UTC+2, James Schneid
My guess is a select_related('follow') call somewhere is causing the issue.
The behavior for select_related() changed in 1.8.
Can you post the entire trace back?
-James
On May 18, 2015 4:49 PM, "Galia Ladiray" wrote:
> Hi,
> I wonder if anyone can help me, or just share the pain ...
>
> I have
Hi,
I wonder if anyone can help me, or just share the pain ...
I have some code that goes like this (this is a very simplified version of
my code):
-
class Follower(models.Model):
follower = models.ForeignKey(MyUser, related_
3 matches
Mail list logo