On Wed, Apr 7, 2010 at 4:33 AM, Jerome Leclanche <[email protected]> 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 the past 15 minutes. I'd love to work on a patch, hopefully > get this fixed before 1.2 as it looks like a minor fix. Any idea?
On the Trac issue? I can't shed any light on that, especially without any error messages to suggest what might be going wrong. On the ORM issue? Yes, this looks like a bug. However, while annoying, it's not 1.2 critical. It isn't a regression in behavior in trunk, and it poses no potential for data loss. Yours, Russ Magee %-) -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
