Django

Code

Show
Ignore:
Timestamp:
07/04/07 03:36:05 (2 years ago)
Author:
mtredinnick
Message:

unicode: Fixed a docstring that was no longer completely accurate.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/branches/unicode/django/http/__init__.py

    r5597 r5607  
    101101    This is immutable unless you create a copy of it. 
    102102 
    103     Values retrieved from this class are converted from the default encoding to 
    104     unicode (this is done on retrieval, rather than input, to avoid breaking 
    105     references or mutating referenced objects). 
     103    Values retrieved from this class are converted from the given encoding 
     104    (DEFAULT_CHARSET by default) to unicode. 
    106105    """ 
    107106    def __init__(self, query_string, mutable=False, encoding=None):