>>
>> I wish a happy holidays to everybody in this community.
>>
>> As a Christmas present and mostly the work of Giovanni Barillari we have
>> re-released the web2py DAL as a separate Python package under the BSD
>> license:
>>
>> https://pypi.python
AFAIK, using
> DAL you can only order,filter,etc etc by a field specified in your models.
> What instead you're trying to do is to filter/order by a value that is
> stored WITHIN the field (in your case, a json object).
>
> On Monday, July 1, 2013 8:57:25 PM UTC+2, Gio
Hi all,
I've encountered a problem developing a web app with web2py, and would like
some suggestions on how to handle it.
I'm using web2py (one of the latest trunk versions) with MongoDB, and I
have a table with a json field:
Field("myfield", "json")
which would store a dict() from my app with
3 matches
Mail list logo