* Merged in wipe-command branch into trunk (mking)

This commit is contained in:
Michael King 2007-05-25 17:31:29 +00:00
parent e94601dd7b
commit d2115991f8
2 changed files with 42 additions and 1 deletions

View file

@ -353,7 +353,7 @@ class Object(models.Model):
"""
attribs = self.get_all_attributes()
for attrib in attribs:
self.delete()
attrib.delete()
def destroy(self):
"""