get-XXX function vs. XXX property

2006-07-23 Thread Martin
Hi, I was wondering if somebody can tell me why properties are not more widely used in django. I encountered several `attribute` style functions (like get_profile, get__url) where using properties and removeing the `get_` from the name would make more sense (at least for me). Any particula reaso

Re: get-XXX function vs. XXX property

2006-07-23 Thread Adrian Holovaty
On 7/23/06, Martin <[EMAIL PROTECTED]> wrote: > I was wondering if somebody can tell me why properties are not more > widely used in django. I encountered several `attribute` style > functions (like get_profile, get__url) where using properties and > removeing the `get_` from the name would make m