On Feb 7, 2:09 am, iain duncan <[EMAIL PROTECTED]> wrote: > I'm working on an admin interface and trying to make it generic when > that will do, a la django, but more easily customizable. A couple of > things I could not yet find in the SA docs, can anyone point me to the > right place or if they know pipe up?
Hey, that's a really important project, IMHO. > - I found out that table_name._orig_cols gives me the column names and > types, but as it's in a dict, it's not ordered I don't think that the order given in the Table declaration has any meaning. For example, many of us are using SA's "autoload" feature. Something else needs to provide order, if needed. A. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

