why? because
del db.table[id] would not allow passing parameters to such as delete_uploads. Moreover because there was duplication of feature in sqlhtml.py and sql.py Massimo On Jan 26, 1:18 pm, mdipierro <[email protected]> wrote: > Do not use the new experimental feature delete_uploads because it is > going away in favor of > > db.table.field.autodelete=True > > which will automatically take care of deleting uploaded file in all > situations in a more appropriate way. This in trunk now so please test > it. > > This breaks T2 and T3 until a new version is posted. To fix it please > remove all "delete_uploads=True" from plugin_t2/modules/t2.py and t3/ > modules/t2.py > > Massimo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

