Re: Proper use of db_column attribute for fields

2005-10-11 Thread Andy Todd
On 10/12/05, Adrian Holovaty <[EMAIL PROTECTED]> wrote: > > On 10/10/05, Andy Todd <[EMAIL PROTECTED]> wrote: > > I'm trying to use different field names in my model from the database > > column names. Reading the manual I see that I can specify a db_column > > value in the field specification of

Re: Proper use of db_column attribute for fields

2005-10-11 Thread Adrian Holovaty
On 10/10/05, Andy Todd <[EMAIL PROTECTED]> wrote: > I'm trying to use different field names in my model from the database > column names. Reading the manual I see that I can specify a db_column > value in the field specification of my model classes which should > enable me to do this. > > This doe