[Checkins] SVN: z3c.formdemo/trunk/ Get ready for release.

Stephan Richter srichter at cosmos.phy.tufts.edu
Fri Jun 22 13:20:47 EDT 2007


Log message for revision 76946:
  Get ready for release.
  

Changed:
  _U  z3c.formdemo/trunk/
  U   z3c.formdemo/trunk/CHANGES.txt
  U   z3c.formdemo/trunk/setup.py
  _U  z3c.formdemo/trunk/src/

-=-

Property changes on: z3c.formdemo/trunk
___________________________________________________________________
Name: svn:ignore
   + develop-eggs
eggs
parts
.installed.cfg
build
dist
bin


Modified: z3c.formdemo/trunk/CHANGES.txt
===================================================================
--- z3c.formdemo/trunk/CHANGES.txt	2007-06-22 17:15:24 UTC (rev 76945)
+++ z3c.formdemo/trunk/CHANGES.txt	2007-06-22 17:20:46 UTC (rev 76946)
@@ -2,8 +2,18 @@
 CHANGES
 =======
 
+Version 1.1.0 (6/22/2007)
+-------------------------
 
+- Feature: New "SQL Message" demo shows how ``z3c.form`` can be used with
+  non-object data. Specificically, this small application demonstrates using a
+  Gadfly database using pure SQL calls without any ORM.
+
+- Feature: New "Address Book" demo that demonstrates more complex use cases,
+  such as subforms, composite widgets, and mappings/lists
+
+
 Version 1.0.0 (5/24/2007)
 -------------------------
 
-- Initial Releas
+- Initial Release

Modified: z3c.formdemo/trunk/setup.py
===================================================================
--- z3c.formdemo/trunk/setup.py	2007-06-22 17:15:24 UTC (rev 76945)
+++ z3c.formdemo/trunk/setup.py	2007-06-22 17:20:46 UTC (rev 76946)
@@ -29,6 +29,8 @@
     description = "A set of demo applications for z3c.form and z3c.formui",
     long_description=(
         read('README.txt')
+        + '\n\n' +
+        read('CHANGES.txt')
         ),
     license = "ZPL 2.1",
     keywords = "zope3 form widget",


Property changes on: z3c.formdemo/trunk/src
___________________________________________________________________
Name: svn:ignore
   + z3c.formdemo.egg-info




More information about the Checkins mailing list