All Versions
10
Latest Version
Avg Release Cycle
87 days
Latest Release
1992 days ago
Changelog History
Changelog History
-
v0.4.8 Changes
April 10, 2018👍 Full support Python 3.3, Python 3.4, Python 3.5, Python 3.6
-
v0.4.7 Changes
April 10, 2018- 👌 Support turbo in Python 2.7 install correctly
-
v0.4.5 Changes
January 31, 2017- Methods
get_as_column
,create
, attributecolumn
are removed fromBaseModel
class - 📦 Move tests outside turbo package
- Rewrite insert,update,remove with the latest pymongo collection methods like
insert_one
,insert_many
and so on. - 📄
BaseModel
methodinc
add multi docs support - ➕ add
mongo_model
module for support motor
⚠ warning
4.5 从
BaseModel
中弃用了create
方法,请使用insert
代替,默认所有插入操insert
,insert_one
,insert_many
,save
都会进行field
属性中键的校验,可以使用关键字参数check=False
跳过校验。4.5 为了支持异步 mongo 驱动
motor
pymongo 必须 >=3.2,请谨慎升级安装。 - Methods
-
v0.4.4 Changes
October 16, 2016- ➕ add jinja2 template support
-
v0.4.3 Changes
August 23, 2016- ➕ add flux prgraming model inspired by reactjs
- ➕ add mongodb build index command line tool
-
v0.4.3-beta
June 08, 2016 -
v0.4.2
May 09, 2016 -
v0.4.1
April 13, 2016 -
v0.4.0
February 21, 2016 -
v0.3.9
February 20, 2016