[web2py] web2pyslices.com - broken registration

2011-04-16 Thread vpiotr
Hi! Anybody knows how to contact owner of the website "web2pyslices.com"? It looks like it is very important part of web2py framework, but registration is broken (verification image), so I cannot join it.

[web2py] Re: web2pyslices.com - broken registration

2011-04-16 Thread vpiotr
Thanks for prompt answer! Now everything works! On Apr 16, 7:00 pm, Bruno Rocha wrote: > Thats ok now! > > Recaptcha keys was missing... > > > > > > > > On Sat, Apr 16, 2011 at 1:32 PM, mr.freeze wrote: > > I wrote it but handed it off to Bruno for redesign so I don't have > > access at the mome

[web2py] fixed: decimal field not supported in AJAX / JSON

2011-05-03 Thread vpiotr
As far as I can see decimal fields like the following are not supported in JSON services. Field('car_price', 'decimal(8,6)', requires=IS_NOT_EMPTY()), In functions like: @service.json def getjson(): return mydata web2py framework uses simplejson for serialization. The release version o