On 9/8/05, Robert Wittams <[EMAIL PROTECTED]> wrote:
> I think this is a bug, but you can work around it using
> 
> CEO = meta.ForeignKey(User, verbose_name="CEO" )
> CFO = meta.ForeignKey(User, verbose_name="CFO" )
> 
> I don't know why the name of the class is used in preference to the name
> of the field, which seems more natural.

That's most definitely a bug. I'll fix that as soon as I can. (I'm a
bit disconnected from code at the moment.)

Adrian

-- 
Adrian Holovaty
holovaty.com | djangoproject.com | chicagocrime.org

Reply via email to