> What happens if you call Something.objects.delete() without any > arguments? Does it delete every row from the table?
Why? Are you saying spontaneous accidental destruction of the entire table would be a _bad_ thing? :-) > Something.objects.delete(DELETE_ALL=True) > > Calling the delete() method with no parameters could raise an error. Sounds good to me. Implemented, tested and committed, along with documentation to explain the bulk delete call. Russ Magee %-)