File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11pydal changelog
22===============
33
4- Next
5- ----
4+ Version 15.07
5+ -------------
66
7- (Release date to be announced)
7+ Released on July 10th 2015
88
99- Added `smart_query` support for 'contains' on fields of type 'list:string'
1010- Implemented correct escaping for 'LIKE'
1616- Added aggregations support on `MongoDBAdapter`
1717- `Table.validate_and_insert` and `Table.validate_and_update` methods now
1818 validates also empty fields
19+ - Added support for expression operators on `MongoDBAdapter`
1920- Several bugfixes
2021
2122
Original file line number Diff line number Diff line change 2020from setuptools import setup
2121setup (
2222 name = 'pyDAL' ,
23- version = '15.07-dev ' ,
23+ version = '15.07' ,
2424 url = 'https://github.com/web2py/pydal' ,
2525 license = 'BSD' ,
2626 author = 'Massimo Di Pierro' ,
You can’t perform that action at this time.
0 commit comments