Changes between Initial Version and Version 1 of Ticket #19272, comment 7
- Timestamp:
- Apr 29, 2014, 8:47:23 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #19272, comment 7
initial v1 1 1 The issue still occurs with pgettext_lazy: 2 2 3 {{{ 3 4 In [1]: from django.utils.translation import pgettext_lazy 4 5 … … 27 28 In [5]: s.upper() 28 29 Out[5]: u'FOO BAR' 30 }}}