<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/file_storage/tests.py, 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>Fixed a few ResourceWarnings.</title>
<updated>2013-02-24T12:11:19Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2013-02-24T12:10:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e4ee3d8fcac987bc91ab9c559f39f52949227b76'/>
<id>urn:sha1:e4ee3d8fcac987bc91ab9c559f39f52949227b76</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed error message test assertions under Python 3.3</title>
<updated>2013-02-04T17:00:19Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-02-04T17:00:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=40260bc30b11bfe0134107bf9dc82a0cd1dcd800'/>
<id>urn:sha1:40260bc30b11bfe0134107bf9dc82a0cd1dcd800</id>
<content type='text'>
Thanks Florian Apolloner for testing.
</content>
</entry>
<entry>
<title>Fixed #17061 -- Factored out importing object from a dotted path</title>
<updated>2013-02-04T15:38:25Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2013-02-02T21:58:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7c5b244826be636429791a8ca76b2adc678e82e7'/>
<id>urn:sha1:7c5b244826be636429791a8ca76b2adc678e82e7</id>
<content type='text'>
Thanks Carl Meyer for the report.
</content>
</entry>
<entry>
<title>Fixed #19457 -- ImageField size detection failed for some files.</title>
<updated>2013-01-01T10:54:56Z</updated>
<author>
<name>Anton Baklanov</name>
<email>antonbaklanov@gmail.com</email>
</author>
<published>2012-12-13T16:26:34Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=3aa4b8165da23a2f094d0eeffacbda5484f4c1f6'/>
<id>urn:sha1:3aa4b8165da23a2f094d0eeffacbda5484f4c1f6</id>
<content type='text'>
This was caused by PIL raising a zlib truncated stream error since we fed
the parser with chunks instead of the whole image.
</content>
</entry>
<entry>
<title>Fixed #19357 -- Allow non-ASCII chars in filesystem paths</title>
<updated>2012-12-08T10:13:52Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-12-08T10:13:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c91667338a4e774e2819ccf4da852dc7b759bc19'/>
<id>urn:sha1:c91667338a4e774e2819ccf4da852dc7b759bc19</id>
<content type='text'>
Thanks kujiu for the report and Aymeric Augustin for the review.
</content>
</entry>
<entry>
<title>Fixed #19367 -- Fixed saving ContentFile in filesystem storage</title>
<updated>2012-12-06T16:14:44Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-12-06T16:14:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=34dcf51e06fc57fc5462bd40f6a4c8ee949521da'/>
<id>urn:sha1:34dcf51e06fc57fc5462bd40f6a4c8ee949521da</id>
<content type='text'>
This was not working properly when ContentFile was initialized with
an unicode string.
Thanks Alexey Boriskin for the report and the test.
</content>
</entry>
<entry>
<title>Avoid dependence on exact Python exception messages</title>
<updated>2012-10-26T00:40:33Z</updated>
<author>
<name>Ian Clelland</name>
<email>ian@fullfactor.com</email>
</author>
<published>2012-09-28T17:17:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bdcd2f6b105fffea0b8438625a29a1ccb2962680'/>
<id>urn:sha1:bdcd2f6b105fffea0b8438625a29a1ccb2962680</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #18947 -- Don't make uploaded files executeable by default.</title>
<updated>2012-09-17T20:53:10Z</updated>
<author>
<name>Florian Apolloner</name>
<email>florian@apolloner.eu</email>
</author>
<published>2012-09-05T15:05:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e8c6aff3bf31b775dd70581b1cf6f86d5abd4001'/>
<id>urn:sha1:e8c6aff3bf31b775dd70581b1cf6f86d5abd4001</id>
<content type='text'>
Thanks to Lauri Tirkkonen for the patch.
</content>
</entry>
<entry>
<title>[py3k] Silence many warnings while running the tests.</title>
<updated>2012-09-07T17:17:34Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@rd.io</email>
</author>
<published>2012-09-07T17:17:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=292322f977b1844e15ba25d59d1e985461571c15'/>
<id>urn:sha1:292322f977b1844e15ba25d59d1e985461571c15</id>
<content type='text'>
</content>
</entry>
</feed>
