On 2/3/06, Randall <[EMAIL PROTECTED]> wrote: > I know this is alpha software so things break, but I want to let you > know, if you didn't already, that the last patches broke lots of stuff.
I hadn't considered that aspect when I applied the patch. Here's what I've done as a corrective measure: I've put the old fastdata package in place and moved the new one into "newfastdata". In my current mental state (it's a bit late for me), I couldn't come up with a good way around circular imports, so if you want to use the new widgets with the updated grid widget, you'll need to import turbogears from turbogears import newfastdata turbogears.fastdata = newfastdata I'm not even 100% certain this will work, because of the template. Hopefully on Monday I'll be able to switch in the new widgets (thus breaking everything for people with custom widgets, but hopefully it's a quick migration). Kevin

