<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/file_storage/tests.py, branch archive/soc2010/app-loading</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2010%2Fapp-loading</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=archive%2Fsoc2010%2Fapp-loading'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2010-09-13T00:04:27Z</updated>
<entry>
<title>[soc2010/app-loading] merged trunk</title>
<updated>2010-09-13T00:04:27Z</updated>
<author>
<name>Arthur Koziel</name>
<email>arthur@arthurkoziel.com</email>
</author>
<published>2010-09-13T00:04:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=dd49269c7db008b2567f50cb03c4d3d9b321daa1'/>
<id>urn:sha1:dd49269c7db008b2567f50cb03c4d3d9b321daa1</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2010/app-loading@13818 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed a regression on Python &lt; 2.6 introduced in [12552].</title>
<updated>2010-02-23T23:23:38Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2010-02-23T23:23:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d47b9ec2c71868105df41e50020c9ec2eae76b62'/>
<id>urn:sha1:d47b9ec2c71868105df41e50020c9ec2eae76b62</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12555 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #10258: handle duplicate file names better.</title>
<updated>2010-02-23T22:39:22Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2010-02-23T22:39:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5366aa96fef0ce55fc425cf273c7debe74d99305'/>
<id>urn:sha1:5366aa96fef0ce55fc425cf273c7debe74d99305</id>
<content type='text'>
Instead of just continually appending "_" to duplicate file names, Django's
default storage now appends `_1`, `_2`, `_3`, etc.

Thanks to ianschenck and Thilo.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@12552 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #6054: work around PIL's installation brokeness by detecting either of the two ways it can end up being installed.</title>
<updated>2010-02-14T18:28:28Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2010-02-14T18:28:28Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=757898162670b1a3178af3a0dc9fa2921c48702c'/>
<id>urn:sha1:757898162670b1a3178af3a0dc9fa2921c48702c</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12429 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed a few Python 2.3 incompatibilities that were causing test failures.</title>
<updated>2009-05-29T05:23:50Z</updated>
<author>
<name>Gary Wilson Jr</name>
<email>gary.wilson@gmail.com</email>
</author>
<published>2009-05-29T05:23:50Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=419747d1c8363f06a143429ffe58e67f2f217b5e'/>
<id>urn:sha1:419747d1c8363f06a143429ffe58e67f2f217b5e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10863 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #8817: get_image_dimensions correctly closes the files it opens, and leaves open the ones it doesn't. Thanks, mitsuhiko.</title>
<updated>2009-05-08T10:56:51Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2009-05-08T10:56:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a7faf6424a8193cbf8a3a8d017461188fe9ea9c9'/>
<id>urn:sha1:a7faf6424a8193cbf8a3a8d017461188fe9ea9c9</id>
<content type='text'>
While I was at it, I converted the file_storage doctests to unit tests.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10707 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #9610 -- Fixed duplicate uploaded file name mangling when directory contained a dot and file didn't.  Based on patches from fadlytabrani and adurdin.</title>
<updated>2009-05-08T05:50:31Z</updated>
<author>
<name>Gary Wilson Jr</name>
<email>gary.wilson@gmail.com</email>
</author>
<published>2009-05-08T05:50:31Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=59507753c7f098e98000459b2371becf0da18ff7'/>
<id>urn:sha1:59507753c7f098e98000459b2371becf0da18ff7</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10701 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Yet more file storage testing cleanup for the sake of buildbots; this should be the last of it, I hope.</title>
<updated>2008-10-10T22:13:16Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2008-10-10T22:13:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=d7c829c98ebb709a7c7bc263c6c195d8155ee7fb'/>
<id>urn:sha1:d7c829c98ebb709a7c7bc263c6c195d8155ee7fb</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9226 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #8454: added a FILE_UPLOAD_PERMISSIONS setting to control the permissoin of files uploaded by the built-in file storage system. Thanks, dcwatson.</title>
<updated>2008-08-27T22:21:14Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2008-08-27T22:21:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ff420b43647dd7f149f000efd2c7eb077f6ba5cf'/>
<id>urn:sha1:ff420b43647dd7f149f000efd2c7eb077f6ba5cf</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8640 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>FIxed #8156: `UploadedFile.__repr__` now returns a string, a good `__repr__` should.</title>
<updated>2008-08-27T20:53:02Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2008-08-27T20:53:02Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c33aeaa082b2f821db0b87afbd01f5e0144b9aa4'/>
<id>urn:sha1:c33aeaa082b2f821db0b87afbd01f5e0144b9aa4</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8636 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
