On 2/9/06, Kevin Dangoor <[EMAIL PROTECTED]> wrote: > What appears on your wish list? Which ones above are important to you?
Kid Error Display Nested Forms Caching Framework db -> model code generation model -> form code generation For the kid error display, simply having the option of displaying the locals for every level of the stack would make debugging kid errors so much simpler. I have an ongoing quest for nested forms/container widgets. The forms rewrite gives me a better base to build on, but I need to get around to doing it. The caching is something I need to look into for my own work. I currently either use a dict or a pickled dict to memoize a function, I expire based on the mtime of the pickle by deleting the dict and recreating it. It's cheap but I'd like to have something a bit more elegant. For the generation stuff, I tend to customize my models/forms fairly heavily, so I can't just use the auto functionality provided by sqlobject and fastdata but I'd also rather not have to write the boilerplate and just skip to the customization. Not a high priority, but it'd be nice. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

