Re: [web2py] About bugreports

2011-01-14 Thread Kenneth Lundström
> RE bug reports: there is also google code to post bug reports to: http://code.google.com/p/web2py/issues/list i know that at times things get backed up, and occasionally a bug gets missed, which is why we have been encouraged to start using the google code bug tracking. I´d rather post it

Re: [web2py] About bugreports

2011-01-13 Thread howesc
RE bug reports: there is also google code to post bug reports to: http://code.google.com/p/web2py/issues/list i know that at times things get backed up, and occasionally a bug gets missed, which is why we have been encouraged to start using the google code bug tracking. RE modifying field typ

Re: [web2py] About bugreports

2011-01-13 Thread Kenneth Lundström
But if you let the wizard create your tables you have the ID field in your models file. Like I have db.define_table('t_payment_receiver', Field('id','id', represent=lambda id:SPAN(id,' ',A('view',_href=URL('payment_receiver_read',args=id, Field('f_name', type='string', label=T('Nam

Re: [web2py] About bugreports

2011-01-13 Thread Vasile Ermicioi
db.define_table('table1', Field('field1')) table1 will have 2 fields: field1 and id if it is so then nothing strange, it is the way web2py's dal works it always adds the field 'id' as primary key

[web2py] About bugreports

2011-01-13 Thread Kenneth Lundström
Hello everybody, for the past month I have sent maybe 3-4 bugreports to this list, but so far only 1 of them have been answered. It feels a litte bit stupid to send those reports without getting any responce. Am I sending them to the wrong place or are they so simple that I should be able to s