Changeset 6766
- Timestamp:
- 11/29/07 23:09:49 (1 year ago)
- Files:
-
- django/trunk/docs/unicode.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/unicode.txt
r6463 r6766 137 137 is essentially the opposite of ``smart_unicode()``. It forces the first 138 138 argument to a bytestring. The ``strings_only`` parameter has the same 139 behavio ur as for ``smart_unicode()`` and ``force_unicode()``. This is139 behavior as for ``smart_unicode()`` and ``force_unicode()``. This is 140 140 slightly different semantics from Python's builtin ``str()`` function, 141 141 but the difference is needed in a few places within Django's internals.
