On 17 Jan 2006, at 12:15, Russell Keith-Magee wrote:

Ok; in the absence of any objections, I've just committed the change,
and closed off the ticket. Bulk delete is now available in
magic-removal.

What happens if you call Something.objects.delete() without any arguments? Does it delete every row from the table?

If so it might be useful to have some kind of "magic" keyword argument which has to be used to achieve that. Having a method that can nuke everything if you hit the wrong key makes me a little nervous. Something like this perhaps:

Something.objects.delete(DELETE_ALL=True)

Calling the delete() method with no parameters could raise an error.

Cheers,

Simon

Reply via email to