Re: django newbie question

2009-02-20 Thread eleom
Well, as the error message says, you must pass a County instance in the argument 'county'. Now you are passing the name of the county, not the county itself. So, your last line should be l = Company(name='xyz corp', address='56 b. street', client='G corp', city = 'Walla Walla', county=c, dollar_a

admin permissions i18n

2009-02-20 Thread eleom
Hello, does somebody know if there's a way to localize admin permission names, so that, for example, in the user change form, instead of 'Can add ' a localized version of it is showed? I've searched documentation and the open tickets, but I have not found anything talking about this. (Ticket #65