.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
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
2 matches
Mail list logo