<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chango.git/django/core/serializers/python.py, branch 3.2</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/chango.git/atom?h=3.2</id>
<link rel='self' href='http://cgit.adnoto.dev/chango.git/atom?h=3.2'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/'/>
<updated>2020-05-25T08:45:16Z</updated>
<entry>
<title>Fixed #29078 -- Made serializers respect prefetch_related() for m2m fields.</title>
<updated>2020-05-25T08:45:16Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2020-05-24T12:14:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=adf58311b84f2aa92ca57661a8ba8679481ac930'/>
<id>urn:sha1:adf58311b84f2aa92ca57661a8ba8679481ac930</id>
<content type='text'>
</content>
</entry>
<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/chango.git/commit/?id=24b82cd201e21060fbc02117dc16d1702877a1f3'/>
<id>urn:sha1:24b82cd201e21060fbc02117dc16d1702877a1f3</id>
<content type='text'>
Dicts preserve order since Python 3.6.
</content>
</entry>
<entry>
<title>Fixed #26291 -- Allowed loaddata to handle forward references in natural_key fixtures.</title>
<updated>2018-07-13T21:54:47Z</updated>
<author>
<name>Peter Inglesby</name>
<email>peter.inglesby@gmail.com</email>
</author>
<published>2018-07-13T21:54:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=312eb5cb11d09c0c41b2740e2e9aef838d60c8b5'/>
<id>urn:sha1:312eb5cb11d09c0c41b2740e2e9aef838d60c8b5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Extracted deserialize fk/m2m functions from Deserializer.</title>
<updated>2018-03-20T16:07:39Z</updated>
<author>
<name>Peter Inglesby</name>
<email>peter.inglesby@gmail.com</email>
</author>
<published>2018-03-20T16:07:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=73f7d1755ff1da3aac687c7b046e4b5028e505db'/>
<id>urn:sha1:73f7d1755ff1da3aac687c7b046e4b5028e505db</id>
<content type='text'>
In preparation for handling forward references (refs #26291).</content>
</entry>
<entry>
<title>Refs #27795 -- Removed force_text() usage in serialization framework</title>
<updated>2017-06-05T16:33:45Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2017-06-05T10:37:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=45bbb9aae0e7af6cd16fa4fe410219d4d65f829c'/>
<id>urn:sha1:45bbb9aae0e7af6cd16fa4fe410219d4d65f829c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Removed force_text() in Python deserializer needed only on Python 2</title>
<updated>2017-04-27T12:05:25Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2017-04-27T07:39:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=59f8118c86af7641f23a9f2c2e0812c8b1ba47dd'/>
<id>urn:sha1:59f8118c86af7641f23a9f2c2e0812c8b1ba47dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #27656 -- Updated django.core docstring verbs according to PEP 257.</title>
<updated>2017-02-21T16:58:42Z</updated>
<author>
<name>Anton Samarchyan</name>
<email>anton.samarchyan@savoirfairelinux.com</email>
</author>
<published>2017-01-25T19:02:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=5a6f70b4281817656db2f36c5919036d38fcce7f'/>
<id>urn:sha1:5a6f70b4281817656db2f36c5919036d38fcce7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments.</title>
<updated>2017-02-01T16:41:56Z</updated>
<author>
<name>Vytis Banaitis</name>
<email>vytis.banaitis@gmail.com</email>
</author>
<published>2017-02-01T16:41:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=8838d4dd498c8f66ea4237fe8a79a5f77d6f95c9'/>
<id>urn:sha1:8838d4dd498c8f66ea4237fe8a79a5f77d6f95c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #23919 -- Removed most of remaining six usage</title>
<updated>2017-01-18T20:33:28Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2017-01-07T11:11:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=2b281cc35ed9d997614ca3c416928d7fabfef1ad'/>
<id>urn:sha1:2b281cc35ed9d997614ca3c416928d7fabfef1ad</id>
<content type='text'>
Thanks Tim Graham for the review.
</content>
</entry>
<entry>
<title>Refs #23919 -- Removed six.&lt;various&gt;_types usage</title>
<updated>2017-01-18T19:18:46Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2016-12-29T15:27:49Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/chango.git/commit/?id=7b2f2e74adb36a4334e83130f6abc2f79d395235'/>
<id>urn:sha1:7b2f2e74adb36a4334e83130f6abc2f79d395235</id>
<content type='text'>
Thanks Tim Graham and Simon Charette for the reviews.
</content>
</entry>
</feed>
