<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/utils/datastructures.py, branch 3.0.13</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=3.0.13</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=3.0.13'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2019-02-06T18:48:39Z</updated>
<entry>
<title>Fixed #30159 -- Removed unneeded use of OrderedDict.</title>
<updated>2019-02-06T18:48:39Z</updated>
<author>
<name>Nick Pope</name>
<email>nick.pope@flightdataservices.com</email>
</author>
<published>2019-02-05T11:22:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=24b82cd201e21060fbc02117dc16d1702877a1f3'/>
<id>urn:sha1:24b82cd201e21060fbc02117dc16d1702877a1f3</id>
<content type='text'>
Dicts preserve order since Python 3.6.
</content>
</entry>
<entry>
<title>Fixed #20147 -- Added HttpRequest.headers.</title>
<updated>2019-01-16T18:38:47Z</updated>
<author>
<name>Santiago Basulto</name>
<email>santiago.basulto@gmail.com</email>
</author>
<published>2018-05-04T23:37:01Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4fc35a9c3efdc9154efce28cb23cb84f8834517e'/>
<id>urn:sha1:4fc35a9c3efdc9154efce28cb23cb84f8834517e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed typo in django/utils/datastructures.py.</title>
<updated>2018-10-14T15:20:22Z</updated>
<author>
<name>Taoufik</name>
<email>abacidtaoufik@gmail.com</email>
</author>
<published>2018-10-14T15:20:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f07091a30fbac713a03d292ec1c901f0a7757440'/>
<id>urn:sha1:f07091a30fbac713a03d292ec1c901f0a7757440</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #28909 -- Simplifed code using unpacking generalizations.</title>
<updated>2018-02-26T17:23:31Z</updated>
<author>
<name>Mariusz Felisiak</name>
<email>felisiak.mariusz@gmail.com</email>
</author>
<published>2018-02-26T17:23:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=074a2f7f58cfab807ae72b09e634cad30a895369'/>
<id>urn:sha1:074a2f7f58cfab807ae72b09e634cad30a895369</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28996 -- Simplified some boolean constructs and removed trivial continue statements.</title>
<updated>2018-01-12T17:44:50Z</updated>
<author>
<name>Дилян Палаузов</name>
<email>Dilyan.Palauzov@db.com</email>
</author>
<published>2018-01-12T14:05:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a38ae914d89809aed6d79337b74a8b31b6d3849a'/>
<id>urn:sha1:a38ae914d89809aed6d79337b74a8b31b6d3849a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."</title>
<updated>2017-09-07T12:16:21Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2017-09-07T12:16:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=6e4c6281dbb7ee12bcdc22620894edb4e9cf623f'/>
<id>urn:sha1:6e4c6281dbb7ee12bcdc22620894edb4e9cf623f</id>
<content type='text'>
This reverts commit 550cb3a365dee4edfdd1563224d5304de2a57fda
because try/except performs better.</content>
</entry>
<entry>
<title>Used OrderedDict.fromkeys() to initialize OrderedDict with None values.</title>
<updated>2017-08-23T15:40:17Z</updated>
<author>
<name>Sergey Fedoseev</name>
<email>fedoseev.sergey@gmail.com</email>
</author>
<published>2017-08-23T15:40:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=fac74b84a3abd92f1a49070f31ec7c8c0df8b698'/>
<id>urn:sha1:fac74b84a3abd92f1a49070f31ec7c8c0df8b698</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().</title>
<updated>2017-06-28T18:07:55Z</updated>
<author>
<name>Mads Jensen</name>
<email>mje@inducks.org</email>
</author>
<published>2017-03-09T15:17:41Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=550cb3a365dee4edfdd1563224d5304de2a57fda'/>
<id>urn:sha1:550cb3a365dee4edfdd1563224d5304de2a57fda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #28249 -- Removed unnecessary dict.keys() calls.</title>
<updated>2017-05-27T23:08:46Z</updated>
<author>
<name>Jon Dufresne</name>
<email>jon.dufresne@gmail.com</email>
</author>
<published>2017-05-27T23:08:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=21046e77734278cea871dce922220bf29aa5b7b4'/>
<id>urn:sha1:21046e77734278cea871dce922220bf29aa5b7b4</id>
<content type='text'>
iter(dict) is equivalent to iter(dict.keys()).</content>
</entry>
<entry>
<title>Fixed #28064 -- Removed double-quoting of key names in MultiValueDictKeyError.</title>
<updated>2017-04-11T16:44:52Z</updated>
<author>
<name>petedmarsh</name>
<email>petedmarsh@users.noreply.github.com</email>
</author>
<published>2017-04-11T16:44:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=14671affc346e70f6bb24117fd4e6af72895864b'/>
<id>urn:sha1:14671affc346e70f6bb24117fd4e6af72895864b</id>
<content type='text'>
</content>
</entry>
</feed>
