On 24 Feb 2008, at 1:37 pm, shabda wrote:

>
> I think, In a lot of old code, _ was automatically imported as
> ugettext, while the newer code explicitly imports it as
> from django.utils.translation import ugettext_lazy as _
> Might be when you are running fastcgi, you are hitting some path
> where, _ is not imported, while under mod_python, you are hitting
> paths where they are defined.

I'm assuming different versions of trunk in the two places and under  
Fastcgi, you're hitting this backwards incompatible change:

http://code.djangoproject.com/wiki/ 
BackwardsIncompatibleChanges#_nolongerinbuiltins

-- 
David Reynolds
[EMAIL PROTECTED]



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

Reply via email to