<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/serializers_regress, branch main</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=main</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2013-02-26T13:36:57Z</updated>
<entry>
<title>Merged regressiontests and modeltests into the test root.</title>
<updated>2013-02-26T13:36:57Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2013-02-26T08:53:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=89f40e36246100df6a11316c31a76712ebc6c501'/>
<id>urn:sha1:89f40e36246100df6a11316c31a76712ebc6c501</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Restrict the XML deserializer to prevent network and entity-expansion DoS attacks.</title>
<updated>2013-02-19T18:23:30Z</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2013-02-12T04:54:53Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c6d69c12ea7ee9ad35abc7dbf95e00d624d0df5d'/>
<id>urn:sha1:c6d69c12ea7ee9ad35abc7dbf95e00d624d0df5d</id>
<content type='text'>
This is a security fix. Disclosure and advisory coming shortly.
</content>
</entry>
<entry>
<title>Avoided firing the request_finished signal in tests.</title>
<updated>2013-02-18T13:32:45Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2013-02-18T13:26:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=92837ae56999a6f602d22130bfb3c49cd9b40242'/>
<id>urn:sha1:92837ae56999a6f602d22130bfb3c49cd9b40242</id>
<content type='text'>
* Avoided calling BaseHttpResponse.close(). The test client take care of
  that since acc5396e.
* Disconnected the request_finished signal when this method must be
  called. The test client has a similar implementation since bacb097a.
</content>
</entry>
<entry>
<title>Removed US localflavor-specific tests from core</title>
<updated>2012-12-08T20:07:59Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-12-08T19:58:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=8248d1402982041490b5d6bb45514ffdba0e18d3'/>
<id>urn:sha1:8248d1402982041490b5d6bb45514ffdba0e18d3</id>
<content type='text'>
Also fixes #9045.
</content>
</entry>
<entry>
<title>[py3] Fixed serializers tests</title>
<updated>2012-08-14T17:54:53Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-08-14T17:48:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f2fe7a3e36bebb529f33f5b702b7643a3db85c72'/>
<id>urn:sha1:f2fe7a3e36bebb529f33f5b702b7643a3db85c72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #15197 -- Fixed yaml serialization into HttpResponse</title>
<updated>2012-06-28T14:29:29Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-06-28T14:28:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=26cb227cfe42d2500eac62dc0d90fb5227b275b3'/>
<id>urn:sha1:26cb227cfe42d2500eac62dc0d90fb5227b275b3</id>
<content type='text'>
Thanks fourga38 for the report and hirokiky at gmail.com for the
initial patch.
</content>
</entry>
<entry>
<title>Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.</title>
<updated>2012-06-07T16:08:47Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-06-07T16:08:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=4a103086d5c67fa4fcc53c106c9fdf644c742dd8'/>
<id>urn:sha1:4a103086d5c67fa4fcc53c106c9fdf644c742dd8</id>
<content type='text'>
Thanks Vinay Sajip for the support of his django3 branch and
Jannis Leidel for the review.
</content>
</entry>
<entry>
<title>Replaced foo.next() by next(foo).</title>
<updated>2012-05-10T18:15:49Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-05-10T18:14:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=169b1a404c8118bb75840523d5fb3543de9c8889'/>
<id>urn:sha1:169b1a404c8118bb75840523d5fb3543de9c8889</id>
<content type='text'>
This new syntax for next() has been introduced in Python 2.6 and is
compatible with Python 3.
</content>
</entry>
<entry>
<title>Replaced cStringIO.StringIO by io.BytesIO.</title>
<updated>2012-05-05T19:41:44Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-05-05T17:47:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d7dfab59ead97b35c6f6786784225f377783e376'/>
<id>urn:sha1:d7dfab59ead97b35c6f6786784225f377783e376</id>
<content type='text'>
Also replaced StringIO.StringIO by BytesIO in some other appropriate
places. StringIO is not available in Python 3.
</content>
</entry>
<entry>
<title>Removed with_statement imports, useless in Python &gt;= 2.6. Refs #17965. Thanks jonash for the patch.</title>
<updated>2012-03-30T08:02:08Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-03-30T08:02:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=9383a2761c67d588378f3679cc6c8ea3651a73c8'/>
<id>urn:sha1:9383a2761c67d588378f3679cc6c8ea3651a73c8</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17828 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
