Changes between Version 20 and Version 21 of UnicodeBranch


Ignore:
Timestamp:
May 23, 2007, 9:16:21 PM (18 years ago)
Author:
Malcolm Tredinnick
Comment:

Finished off final TODO item.

Legend:

Unmodified
Added
Removed
Modified
  • UnicodeBranch

    v20 v21  
    5050
    5151 * Decide on usage of gettext() versus ugettext() in a number of places ('''Done'''. Recommended to use {{{ugettext()}}} and friends everywhere. In [5230] this change has been made throughout the framework).
    52  * Look at rewriting gettext_lazy() so that it acts as a better string and unicode proxy.
     52 * Look at fixing ugettext_lazy() so that it acts as a better string and unicode proxy. ('''Done''': lots of fixes over a few commits to get this right, but it seems to be working well now, as least as s a unicode proxy, which is what is important.)
    5353
    5454Finally, some documentation needs to be written describing good practices for creating unicode-aware Django apps.
Back to Top