True but auth_* tables are never lazy if DAL(...lazy_tables=True) On Sunday, 19 August 2012 20:33:22 UTC-5, Anthony wrote: > > db.auth_user._format = '%(email)s' >> > > Not good for the new lazy tables functionality (will force the table > definition, right?). Should we add a setting for this (e.g., > auth.settings.table_user_format)? > > Anthony >
--

