Re: AttributeError: 'QuerySet' object has no attribute 'remove'

2010-03-11 Thread Daniel Roseman
On Mar 11, 4:46 am, Hugh Zhang wrote: > Hi there, i have occured an error bellow with django 1.1: > *Traceback (most recent call last): >   File "", line 1, in > AttributeError: 'QuerySet' object has no attribute 'remove'* > The whole code about this

AttributeError: 'QuerySet' object has no attribute 'remove'

2010-03-10 Thread Hugh Zhang
Hi there, i have occured an error bellow with django 1.1: *Traceback (most recent call last): File "", line 1, in AttributeError: 'QuerySet' object has no attribute 'remove'* The whole code about this error is: *>>> b = Blog.objects.get