Changes between Version 28 and Version 29 of UnicodeBranch
- Timestamp:
- Jul 5, 2007, 2:42:58 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UnicodeBranch
v28 v29 4 4 5 5 This branch aims to make Django's internals fully Unicode-aware. 6 7 == Status == 8 9 '''This branch is now closed.''' 10 11 The branch was created on April 7, 2007. 12 13 The branch was merged into trunk on July 4, 2007 in [5609]. 6 14 7 15 == How to get the branch == … … 23 31 24 32 Note that we are not trying to switch to forcing everybody to ''only'' use unicode strings. You will also be able to pass around bytestrings and Django will assume they are UTF-8 encoded (we have to make an assumption because there is no way to tell what the encoding is otherwise). This feature means that a large chunk of existing code that uses Django will continue to work unchanged. 25 26 == Status ==27 28 '''This branch is now closed.'''29 30 The branch was created on April 7, 2007.31 32 The branch was merged into trunk on July 4, 2007 in [5609].33 33 34 34 == Todo Items ==