#5287: i18n marking breaks choices in admin on being marked for translation
-------------------------------------------------------+--------------------
Reporter:  kenneth gonsalves <[EMAIL PROTECTED]>  |       Owner:  mtredinnick   
      
  Status:  new                                         |   Component:  
Internationalization
 Version:  SVN                                         |    Keywords:           
           
   Stage:  Unreviewed                                  |   Has_patch:  0        
           
-------------------------------------------------------+--------------------
 when i upgraded to the latest svn head (6022) from 5036, I found that all
 the places in admin that had dropdowns for choices were blank. I had
 always marked my choices for translation like so:
 
 article_type = (
 ("NW", _("News")),
 ("FT",_("Features")),
 )
 
 now, this doesnt work - when I remove the _(), then the choices appear. I
 am using from django.utils.translation import gettext_lazy as _. I have
 reported this in the mailing list, but now feel it is a bug.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/5287>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" 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-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to