tgcrud Changelog
====================

1.0 Beta2 (April 11, 2007):
-------------------------

*Fixes*

* remove db auto detection

*Contributors*

Fred Lin


1.0 Beta (April 3, 2007):
-------------------------

*Changes*

* generated code set parameter literaly in save method
* allow compound templates


*Features*

* sqlalchemy db auto detection
* allow "tg-admin crud --dry-run"

*Fixes*

* 'import session' now only shows on SA template

*Contributors*

Fred Lin


0.9 (Feb 24, 2007):
-------------------------

*Changes*

* update template with tg.url
* fancy default status_block
* doc only illustrate the prototype of tgcrud
* use flash method call instead of passing tg_flash parameter

*Features*

* add sqlalchemy support, tested on assign_mapper(tg default),
  activemapper(old tg default), and elixir
* could use Schema for validation
* adopt kid alternating row styles in list
* improving Code Kwalitee http://pycheesecake.org/

*Fixes*

* update to fit pep8

*Contributors*

Fred Lin


0.8 (Jan 24, 2007):
-------------------------

*Changes*

* init version

*Features*

* The CRUD layout is from Ruby On Rails scaffold.

*Fixes*

*Contributors*

Fred Lin