Download List

项目描述

web2py is a Python full-stack enterprise Web framework for the agile development of fast, secure, and portable database-driven Web-based applications. It is compatible with the Google App Engine.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-12-31 18:04
1.74.5

修正了已知错误。 auth.user_id加入作为捷径auth.user.id的默认为无,如果还未登录有人支持的谷歌应用引擎将所有本地类型(例如StringListProperty)。 Python 2.4中支持恢复。 cache.ram使用statictics增加了。在html.py Doctest是固定的。 export_to_csv_file现在有代表。
Bugs were fixed. auth.user_id was added as a shortcut for auth.user.id that defaults to None if not logged in. Support was added for all native types on Google App Engine (for example StringListProperty). Python 2.4 support was restored. cache.ram usage statictics were added. Doctest in html.py was fixed. export_to_csv_file now has represent.

2009-12-15 23:19
1.74.1

默认验证器现在使用新的define_table (....,格式='...').新get_vars和post_vars人补充说,在2.5和2.6兼容。一个主要的gql.py重写做是为了延长游戏达尔语法和支持所属。 *. w2p文件不再使用。 welcome.w2p自动创建和基础应用总是升级。验证允许的十进制负数。在1.74 .*版本系列将与旧达勒最后。新德尔是胶子/ dal.py。
Default validators now use the new define_table(....,format='...'). New get_vars and post_vars were added that are compatible in 2.5 and 2.6. A major rewrite of gql.py was done to extend DAL syntax on GAE and to support belongs. *.w2p files are no longer used. welcome.w2p is created automatically, and base apps are always upgraded. The decimal validator allows negative numbers. The 1.74.* version series will be the last with the old DAL. The new DAL is in gluon/dal.py.

2009-10-22 14:08
1.68.1

此版本包括一个新的CRON实施,印地文和西班牙文译本,在缓存上传进度条,Ingres数据库的支持,和传统为DB2和MSSQL数据库,支持非源情报主键。默认设置是为内容类型,这可能导致在旧的应用程序时,奇怪的行为下载图像。 IS_UPPER和IS_LOWER现在工作的Unicode。 CLENUP,现在只需不到允许正则表达式/非允许的字符。 rewrite.py现在允许动态路由。更好的错误信息是为IS_INT_ *和IS_FLOAT_ *。
This release includes a new cron implementation, Hindi and Spanish translations, progress bars in cached uploads, Ingres database support, and legacy database support for DB2 and MSSQL with non-int primary keys. A default setting was provided for content-type, which may cause strange behavior in old apps when downloading images. IS_UPPER and IS_LOWER now work with Unicode. CLENUP now takes a regexp of allowed/non-allowed characters. rewrite.py now allows dynamic routes. Better error messages were provided for IS_INT_* and IS_FLOAT_* .

2009-09-18 17:59
1.67.1

许多小错误是固定的。上载字段,您可以选择外地(..., uploadfolder ="...").最新wsgiserver包括在内,应该解决截断下载的问题。默认字符串字段,现在512字节。这可能会引发对现有的表迁移。 shell有[锁定]按钮。 appadmin工程游戏开箱。
标签: Stable
Lots of small bugs were fixed. For upload fields, you can choose the Field(...,uploadfolder="..."). The latest wsgiserver is included, which should solve problems with truncated downloads. Default string fields are now 512 bytes. This may trigger a migration on existing tables. The shell has [unlock] buttons. appadmin works on GAE out of the box.

2009-08-24 12:52
1.66.1

此版本修正了错误,并允许IS_LENGTH行动,返回Unicode字符串(自动转换为UTF - 8)。有轻微的拼写错误和错误修正。 form.vars.uploadfield_newfilename又回来了。新标志是在(实验)。主要的改变是以下替换:SQLField - “现场,SQLRows - ”行,SQLXorable - “表达,SqlQuery类- ”查询,SQLSet - “设置,SQLStorage - ”DALStorage。与SQL前缀的类尝试向后兼容。现在您可以使用现场到处您永远不需要SQLField或db.Field了。
This release fixes a bug in IS_LENGTH and allows actions to return Unicode strings (automatically converted to UTF-8). There are minor typos and bugfixes. form.vars.uploadfield_newfilename is back.
The new logo is in (experimental). The major change is the following replacements: SQLField -> Field, SQLRows -> Rows, SQLXorable -> Expression, SQLQuery -> Query, SQLSet -> Set, and SQLStorage -> DALStorage. The classes with the SQL prefix try for backward compatibility. Now you can use Field everywhere; you never need SQLField or db.Field anymore.

Project Resources