On Mon, Aug 15, 2011 at 5:29 PM, Kevin Anthony
wrote:
> Accoding to the documentation all i need to do is
> object = someobject.objects.all().filter(somefield=somevalue)
> print object
> object.delete()
> print object
>
> and theoretically, object should be unchanged, since according to the
> docu
Accoding to the documentation all i need to do is
object = someobject.objects.all().filter(somefield=somevalue)
print object
object.delete()
print object
and theoretically, object should be unchanged, since according to the
documentation:
Issues a SQL DELETE for the object. This only deletes the
2 matches
Mail list logo