November 22nd, 2011· WebOb1.2 compat
· Add some HTML5 renderer
· Improve fsblob deletion. issue 16
· Add support for fanstatic in pytlons (thanks to Bruno Binet aka inneos)
July 22nd, 2011· Implemented WebOb-like request passing to FieldSet directly.
· Also implemented request passing to Grid
· Added support to set .html_options with Field.set(html={'some': 'thing'})
· Added support for set(validators=[validator1, validator2]) which adds the specified validators.
· Fixed the set(null_as=...), was nul_as and badly wired in.
· Improved documentation for the Field.set() method
· Support zope.schema.Password
· Fix issues 9, 10, 11, 12
June 22nd, 2011· Fix issue 5, 7
· Allow to binf form to a webob like request
· Add Column wrapper to store some form options in models
· Field label translation
May 23rd, 2011· Fix unicode issue with non webob based framework
March 25th, 2011· Fix issues 150, 151, 153, 161, 162
· Added field.label() and field.label_tags()
· Major refactoring. The base module no longer existe.
October 5th, 2010· No longer use Binary type. Use LargeBinary instead.
· Fix issues 145, 147
April 12th, 2010· renderer._value is deprecated. Use renderer.value
· added renderer.raw_value
· Model.__html__() (if any) is used to render model in read_only mode.
April 7th, 2010· renderer._value is deprecated. Use renderer.value
· added renderer.raw_value
· Model.__html__() (if any) is used to render model in read_only mode.
March 4th, 2010· Added .value_objects to both Field and FieldRenderer objects. Returns the objects instead of list of primary keys when working with ForeignKeys.
· add IntervalFieldRenderer
· switch back to WebHelpers
· add Hungarian translation (125)
· fix bug with latest version of couchdbkit
· update paster template to Pylons 1.0b1
· fix issues 123, 124, 127, 128
November 8th, 2009· include css in MANIFEST.in
October 11th, 2009· new controllers to generate CRUD interfaces based on pylons RESTController
· couchdb support improvement (allow to use RESTController)
· Experimental RDFAlchemy support
· Add date formats to config module.
· add fs.copy()
· zope.schema.List and zope.schema.Choice support (thanks to Christophe Combelles)
· fix issues 107, 113, 114, 117, 118
· css improvement for pylons admin interface
February 21st, 2009· add a paster template to bootstrap a pylons project with FA support enabled
· much sexier look for admin interface
· performance improvements
· non-SQLA Fields are no longer considered "experimental"
· with_null_as feature (see issue #52)
· prefix feature (see issue #59)
· when auto-querying for option values, the order_by given on the relation is used, if any
· synonym awareness (you don't have to manually exclude the shadowed attribute)
· ext.couchdb (experimental)