I don't usually cross-polenate my posts, but I think this release is deserving of it because it is pretty major. Putting this here also allows the beginners to stumble across dbsprockets in their search for Form-ease.
What I have done is to massively simplify the dbsprockets api so that making an custom form for user input is much easier. Here is what you get with my auto-generated forms. Features: 1) SQLAlchemy 4.2 support (the latest and greatest) 2) Automatic Form generation. DBSprockets will determine how to generate the form based on the model definition you send it. 3) Automatic validation. (required fields, email_address, integer vs. String etc. and a bit more) 4) Automatic one-to-many drop-downs. 5) Automatic many-to-many multiple-select fields. UnderDevelopment: 1) makeTable - makes a table of a given model. (working in the trunk) Here is a link to the primitives documentation: http://code.google.com/p/dbsprockets/wiki/Primitives DBSprockets is at PyPI (easy_install dbsprockets) cheers. -chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

