<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -100,9 +100,8 @@ class QueryDict(MultiValueDict):
     A specialized MultiValueDict that takes a query string when initialized.
     This is immutable unless you create a copy of it.
 
-    Values retrieved from this class are converted from the default encoding to
-    unicode (this is done on retrieval, rather than input, to avoid breaking
-    references or mutating referenced objects).
+    Values retrieved from this class are converted from the given encoding
+    (DEFAULT_CHARSET by default) to unicode.
     &quot;&quot;&quot;
     def __init__(self, query_string, mutable=False, encoding=None):
         MultiValueDict.__init__(self)</diff>
      <filename>django/http/__init__.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1b7fcad08a12666992bd77cf199e37277e4a347d</id>
    </parent>
  </parents>
  <author>
    <name>mtredinnick</name>
    <email>mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
  </author>
  <url>http://github.com/tswicegood/django/commit/5a30968a56d6f1159f79cea1c8ae73a4ed8d3025</url>
  <id>5a30968a56d6f1159f79cea1c8ae73a4ed8d3025</id>
  <committed-date>2007-07-04T01:36:05-07:00</committed-date>
  <authored-date>2007-07-04T01:36:05-07:00</authored-date>
  <message>unicode: Fixed a docstring that was no longer completely accurate.


git-svn-id: http://code.djangoproject.com/svn/django/branches/unicode@5607 bcc190cf-cafb-0310-a4f2-bffc1f526a37</message>
  <tree>f142421e028753e5da25f641d9456d45e3bc5deb</tree>
  <committer>
    <name>mtredinnick</name>
    <email>mtredinnick@bcc190cf-cafb-0310-a4f2-bffc1f526a37</email>
  </committer>
</commit>
