Changes between Version 3 and Version 4 of UnicodeBranch
- Timestamp:
- Apr 9, 2007, 6:00:13 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UnicodeBranch
v3 v4 18 18 * Make it easier for developers to work with non-ASCII character data when working with Django. 19 19 * Be more consistent in our string handling behaviour inside Django (see StringEncoding for details on this). 20 21 Upon completion, you will be able to pass around unicode strings anywhere inside Django (or between Django and developer applications). 22 23 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. 20 24 21 25 == Status ==