On Wed, 2008-09-10 at 10:17 +0200, Julien Demoor wrote:
> I'm having a problem with the change in r8120, due to changing Django's
> User model at runtime in an application's __init__ module.
> 
> This worked well before r8120, but now it causes a lazy translation
> string to be evaluated, followed by a recursive import and an
> AttributeError in trans_real.translation().

[...]
> Should I open a ticket?

It depends. Do you think we should fix the bug?

Note that the real bug is that a lazy translation is being accessed at
all at that point. That's the thing we have to fix. Calling translations
during app importing is always going to have various dependency
problems, not just the one you noticed.

Regards,
Malcolm



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to