Changeset 4607 for projects/tgcrud

Show
Ignore:
Timestamp:
05/28/08 22:07:56 (8 months ago)
Author:
fredlin
Message:

doc update

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • projects/tgcrud/branches/tgcrudkid/tgcrud.egg-info/PKG-INFO

    r3089 r4607  
    11Metadata-Version: 1.0 
    22Name: tgcrud 
    3 Version: 1.0 
     3Version: 1.0.1 
    44Summary: Genrate CRUD interface in TurboGears 
    55Home-page: http://docs.turbogears.org/1.0/CRUDTemplate 
     
    4949        * Support SQLObject and SQLAlchemy models 
    5050        * 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) 
    5352        * Takes advantage of TurboGears form widgets and validation. you'd hardly need to modify the HTML. 
    5453         
     
    135134        ChangeLog 
    136135        ------------------------- 
     136         
     137        1.0.1 
     138        * Minor template updates 
     139         
    137140        1.0 
    138141        * Fully SQLAlchemy support with 
  • projects/tgcrud/branches/tgcrudkid/tgcrud/release.py

    r4606 r4607  
    4646    * Support SQLObject and SQLAlchemy models 
    4747    * 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) 
    5049    * Takes advantage of TurboGears form widgets and validation. you'd hardly need to modify the HTML. 
    5150 
     
    132131ChangeLog 
    133132------------------------- 
     133 
    1341341.0.1 
    135135    * Minor template updates 
     136 
    1361371.0 
    137138    * Fully SQLAlchemy support with 
     
    144145author = "Fred Lin" 
    145146email = "gasolin+tg@gmail.com" 
    146 copyright = "Fred Lin 2007
     147copyright = "Fred Lin 2007, 2008
    147148 
    148149# if it's open source, you might want to specify these