please do not use crud. it has not been supported in long time. just use db(...).delete()
On Sunday, 4 September 2016 07:16:24 UTC-5, Kirill Shatalaev wrote: > > > Well it seems to me del table[record_id] does not work with record > versioning according to this old discussion: > > https://groups.google.com/d/topic/web2py/XqNkiPQq8v4/discussion > > So I changed in controller crud.delete to db().delete() > > But I think this is a bug on gluon, am I right? > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

