another bug - line 315, it is written: del user[user_password] when it should be del user["user_password"]
On Nov 4, 10:33 am, Juan Pablo Scaletti <[email protected]> wrote: > fixed > > On Nov 3, 3:19 am, Jeffrey <[email protected]> wrote: > > > hi, it looks like the document is not available now. 404 error > > there is one instead? > > > On Thu, Oct 23, 2008 at 8:00 AM, [email protected] <[email protected]>wrote: > > > > On Wed, Oct 22, 2008 at 10:36 AM, Juan Pablo Scaletti < > > > [email protected]> wrote: > > > >> > 2) what's with user.user_id, permission.permission_code_name , etc. > > >> > including the table name in the column is redundant. (or is that > > >> > preferred style now?) > > > >> Humm... I used the style because of another project I was working on. > > >> Maybe I should just use user.id, etc. > > >> What do people think? > > > > user.id should definitely be used.. > > > -- > > Yours > > Faithfully > > > Jeffrey Hsu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
