0.3.1 2014-07-04¶
问题修复¶
- 修复
include
在 ini 中的bug - 修复在 orm.get() 中的condition判断bug
- 修复 recorder bug
功能优化¶
- 增加 qqmail 邮件服务后端支持,感谢 Yubin Wang
- 增加
yes
命令行选项,删除 makeapp, makeproject 命令的--force
选项- 删除
Command
类中的has_options
属性,改为根据option_list
的长度来动态判断 - 增加
ORM相关¶
- 增加
sqlshell
命令 - 向 ORM 结果对象添加
having
和join
方法 - 增加整个数据库 dump 和 load 支持 #33
- 向 orm 的 all 添加
NotFound