Changes between Version 20 and Version 21 of UnicodeBranch
- Timestamp:
- May 23, 2007, 9:16:21 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UnicodeBranch
v20 v21 50 50 51 51 * 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.) 53 53 54 54 Finally, some documentation needs to be written describing good practices for creating unicode-aware Django apps.