> I was using the fastdata.DataController to do some CRUD with > User/Group/Permission data. I was pleasantly suprised by the > configurability and the new join_widget and fk_widget. With a little > more polish, DataController could be useful for the majority of CRUD > applications.
Hmm...My experience was almost opposite. The formmaker is very rigid and hard to customize. In the end, I resorted to override generic column function for specific data items which is no more then a crude hack.

