Re: Issues with .only() and Meta.verbose_name{,_plural} inheritance

2010-04-06 Thread Richard Laager
On Tue, 2010-04-06 at 23:33 +0300, Jerome Leclanche wrote: > The following code reproduces an issue I'm getting on prod with > verbose_name. When using .only(), the class changes, and Meta does not > get inherited. > > Trac is being even more terrible than usual, I've been trying to file > a bug f

Re: Issues with .only() and Meta.verbose_name{,_plural} inheritance

2010-04-06 Thread Russell Keith-Magee
On Wed, Apr 7, 2010 at 4:33 AM, Jerome Leclanche wrote: > The following code reproduces an issue I'm getting on prod with > verbose_name. When using .only(), the class changes, and Meta does not > get inherited. > > Trac is being even more terrible than usual, I've been trying to file > a bug for

Issues with .only() and Meta.verbose_name{,_plural} inheritance

2010-04-06 Thread Jerome Leclanche
The following code reproduces an issue I'm getting on prod with verbose_name. When using .only(), the class changes, and Meta does not get inherited. Trac is being even more terrible than usual, I've been trying to file a bug for the past 15 minutes. I'd love to work on a patch, hopefully get this