Changes between Initial Version and Version 1 of Ticket #19272, comment 7


Ignore:
Timestamp:
Apr 29, 2014, 8:47:23 AM (10 years ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #19272, comment 7

    initial v1  
    11The issue still occurs with pgettext_lazy:
    22
     3{{{
    34In [1]: from django.utils.translation import pgettext_lazy
    45
     
    2728In [5]: s.upper()
    2829Out[5]: u'FOO BAR'
     30}}}
Back to Top