Changeset 4607 for projects/tgcrud
- Timestamp:
- 05/28/08 22:07:56 (8 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
projects/tgcrud/branches/tgcrudkid/tgcrud.egg-info/PKG-INFO
r3089 r4607 1 1 Metadata-Version: 1.0 2 2 Name: tgcrud 3 Version: 1.0 3 Version: 1.0.1 4 4 Summary: Genrate CRUD interface in TurboGears 5 5 Home-page: http://docs.turbogears.org/1.0/CRUDTemplate … … 49 49 * Support SQLObject and SQLAlchemy models 50 50 * tgcrud kid interface works for you no matter whatever template engine you currently choose for your project. 51 * You could customize the model relationship by widgets(document shows how to customize 1-to-1, 1-to-many, many-to-many relationship with widgets. 52 Or you could do it in your way) 51 * You could customize the model relationship by widgets(document shows how to customize 1-to-1, 1-to-many, many-to-many relationship with widgets. Or you could do it in your way) 53 52 * Takes advantage of TurboGears form widgets and validation. you'd hardly need to modify the HTML. 54 53 … … 135 134 ChangeLog 136 135 ------------------------- 136 137 1.0.1 138 * Minor template updates 139 137 140 1.0 138 141 * Fully SQLAlchemy support with projects/tgcrud/branches/tgcrudkid/tgcrud/release.py
r4606 r4607 46 46 * Support SQLObject and SQLAlchemy models 47 47 * tgcrud kid interface works for you no matter whatever template engine you currently choose for your project. 48 * You could customize the model relationship by widgets(document shows how to customize 1-to-1, 1-to-many, many-to-many relationship with widgets. 49 Or you could do it in your way) 48 * You could customize the model relationship by widgets(document shows how to customize 1-to-1, 1-to-many, many-to-many relationship with widgets. Or you could do it in your way) 50 49 * Takes advantage of TurboGears form widgets and validation. you'd hardly need to modify the HTML. 51 50 … … 132 131 ChangeLog 133 132 ------------------------- 133 134 134 1.0.1 135 135 * Minor template updates 136 136 137 1.0 137 138 * Fully SQLAlchemy support with … … 144 145 author = "Fred Lin" 145 146 email = "gasolin+tg@gmail.com" 146 copyright = "Fred Lin 2007 "147 copyright = "Fred Lin 2007, 2008" 147 148 148 149 # if it's open source, you might want to specify these