Hi there,
First: I already tried to post this last week, but it doesn't seem like it
worked. Apologies if this is a duplicate!
I stumbled upon a bit obscure behaviour using SQLFORM.grid, left joins and
CSV exports using 2.8.1-stable+timestamp.2013.11.27.20.07.10. It seems to
be closely related
Hi there,
I stumbled upon a bit obscure behaviour using SQLFORM.grid, left joins and
CSV exports using 2.8.1-stable+timestamp.2013.11.27.20.07.10. I made a
simple test application which illustrates the problem here:
https://bitbucket.org/fredreichbier/web2py-testexport
(installable via
Hi there!
For me, this change breaks optional `date` fields. Until now, I had a field
like this:
Field('somefield', type='date',
label=T('...')),
The value could be NULL, in which case `None` was displayed in a
`SQLFORM.grid`. Now, this code crashes with:
AttributeError: 'NoneT
Hi there!
I'm using the `/default/user/change_password` controller from
`gluon.tools.Auth`. I've noticed that the submission of the change password
form always triggers a redirect, even if the entered old password wasn't
correct and the password wasn't changed because of that. Looking into the
4 matches
Mail list logo