Re: urgent, undo delete

2011-01-17 Thread Vovk Donets
.delete() performs SQL DELETE command on DB so there is no "undo" to this operation. On Jan 17, 10:18 am, gintare wrote: > > Is it possible to undo model.filter( field_gte = datemin ).delete() > > if it was the action, which happened from function in views.py, by > > accidentaly uncommenting th

Re: urgent, undo delete

2011-01-17 Thread ge...@aquarianhouse.com
you should have a backup of your data in the case where is no way to get the data back On Jan 17, 10:18 am, gintare wrote: > Is it possible to undo  model.filter( field_gte = datemin ).delete() > if it was the action, which happened from function in views.py, by > accidentaly uncommenting the li