<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/datastructures, branch archive/soc2010/query-refactor</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2010%2Fquery-refactor</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2010%2Fquery-refactor'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2010-02-22T23:38:18Z</updated>
<entry>
<title>Fixed #12820. Implemented other dict methods for MergeDict. Thanks, Gisle Aas.</title>
<updated>2010-02-22T23:38:18Z</updated>
<author>
<name>Joseph Kocherhans</name>
<email>joseph@jkocherhans.com</email>
</author>
<published>2010-02-22T23:38:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b3d20ade47aadce5bd02ff33ea7dc0e19cf004cb'/>
<id>urn:sha1:b3d20ade47aadce5bd02ff33ea7dc0e19cf004cb</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12498 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #12476 -- Forced the rollout of generators passed to SortedDict so that the data source can be read twice. Thanks to gsf for the report, and Alex for the patch.</title>
<updated>2010-01-03T06:54:56Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-01-03T06:54:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0aa12da0003fda573d30b7b0d05c08192d80c264'/>
<id>urn:sha1:0aa12da0003fda573d30b7b0d05c08192d80c264</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12064 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #8847, #10370: added some missing methods to MultiValueDict after [8399]. Thanks, James Turk and rfk.</title>
<updated>2009-03-31T06:30:07Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2009-03-31T06:30:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=184ea1c91f06d31d0e1d34b2c27c08b01d2d5033'/>
<id>urn:sha1:184ea1c91f06d31d0e1d34b2c27c08b01d2d5033</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10241 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #7496 -- It's now possible to pickle SortedDicts with pickle protocol 2</title>
<updated>2008-08-25T04:00:15Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-08-25T04:00:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=62b39322f30fc274de033441d652a0c6714f93d7'/>
<id>urn:sha1:62b39322f30fc274de033441d652a0c6714f93d7</id>
<content type='text'>
(used in caching). Thanks, John Huddleston.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8531 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #7331 -- Made `QueryDict.iteritems` behave like `QueryDict.items`, thanks jurev.</title>
<updated>2008-08-16T02:17:55Z</updated>
<author>
<name>Gary Wilson Jr</name>
<email>gary.wilson@gmail.com</email>
</author>
<published>2008-08-16T02:17:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2b82a3bcfc757c2bdafca6c5d9930201deed00cf'/>
<id>urn:sha1:2b82a3bcfc757c2bdafca6c5d9930201deed00cf</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8399 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #2070: refactored Django's file upload capabilities.</title>
<updated>2008-07-01T15:10:51Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2008-07-01T15:10:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d725cc9734272f867d41f7236235c28b3931a1b2'/>
<id>urn:sha1:d725cc9734272f867d41f7236235c28b3931a1b2</id>
<content type='text'>
A description of the new features can be found in the new [http://www.djangoproject.com/documentation/upload_handing/ upload handling documentation]; the executive summary is that Django will now happily handle uploads of large files without issues.

This changes the representation of uploaded files from dictionaries to bona fide objects; see BackwardsIncompatibleChanges for details.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7814 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>A forgotten file from [7743] (test the new DictWrapper class).</title>
<updated>2008-06-26T03:16:55Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-06-26T03:16:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5dabaf30b6219d5f0365fe159d15c540b34055a3'/>
<id>urn:sha1:5dabaf30b6219d5f0365fe159d15c540b34055a3</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7744 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #6627 -- Made dict.clear() work for SortedDicts.</title>
<updated>2008-02-21T21:27:44Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-02-21T21:27:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=54546f23f09a989ee3c1c3e629eac98706b6262e'/>
<id>urn:sha1:54546f23f09a989ee3c1c3e629eac98706b6262e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7140 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #6611 -- When copying a SortedDict, make a new copy of the keys list.</title>
<updated>2008-02-18T23:08:51Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-02-18T23:08:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e7b2ad8020aef2941eb477632c4a453e7150202a'/>
<id>urn:sha1:e7b2ad8020aef2941eb477632c4a453e7150202a</id>
<content type='text'>
Thanks, Jeremy Dunck.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7129 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #6465 -- Tweaked MergeDict.getlist() to work with Django's MultiValueDict class. Thanks, Matt McClanahan.</title>
<updated>2008-02-03T02:02:41Z</updated>
<author>
<name>Malcolm Tredinnick</name>
<email>malcolm.tredinnick@gmail.com</email>
</author>
<published>2008-02-03T02:02:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2542b94fb214847af0a4e1eca84558debbf32ee2'/>
<id>urn:sha1:2542b94fb214847af0a4e1eca84558debbf32ee2</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7062 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
