<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/modeltests/files/models.py, branch stable/5.2.x</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=stable%2F5.2.x</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=stable%2F5.2.x'/>
<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 #19525 -- Reverted dcd4383107 and 05d333ba3b.</title>
<updated>2012-12-27T08:37:57Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2012-12-27T08:37:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=db278c3bf9177043c42a9ed8b529a5c117938460'/>
<id>urn:sha1:db278c3bf9177043c42a9ed8b529a5c117938460</id>
<content type='text'>
Refs #9893, #18515.

Thanks Russell for the report.
</content>
</entry>
<entry>
<title>Fixed #18515 -- Conditionally regenerated filename in FileField validation</title>
<updated>2012-06-26T16:18:44Z</updated>
<author>
<name>Claude Paroz</name>
<email>claude@2xlibre.net</email>
</author>
<published>2012-06-26T09:14:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=05d333ba3bb16af024c11966d2072de38fe9f82f'/>
<id>urn:sha1:05d333ba3bb16af024c11966d2072de38fe9f82f</id>
<content type='text'>
When a FileField value has been saved, a new validation should not
regenerate a new filename when checking the length. Refs #9893.
</content>
</entry>
<entry>
<title>Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing.</title>
<updated>2011-07-13T09:35:51Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2011-07-13T09:35:51Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=24f4764a48e4141923a78c8820e4cd7b411ec0fc'/>
<id>urn:sha1:24f4764a48e4141923a78c8820e4cd7b411ec0fc</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16539 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Move the Python 2.5 specific tests out of their own special files now that 2.5 is the default.  Also add __futre__ import where necessary.</title>
<updated>2011-03-28T05:58:43Z</updated>
<author>
<name>Alex Gaynor</name>
<email>alex.gaynor@gmail.com</email>
</author>
<published>2011-03-28T05:58:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=e54c0a0c9488ab93c30f1f89c98e5a020a9ec326'/>
<id>urn:sha1:e54c0a0c9488ab93c30f1f89c98e5a020a9ec326</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15935 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Migrate the files doctests. Thanks to Alex Gaynor.</title>
<updated>2010-09-12T20:03:55Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-09-12T20:03:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a45c687ecfd2acd490a5ac0b34595622f78b97a9'/>
<id>urn:sha1:a45c687ecfd2acd490a5ac0b34595622f78b97a9</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13781 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed the files test to not care whether the names are reported as bytestrings or unicode. Refs #12898.</title>
<updated>2010-03-03T13:40:52Z</updated>
<author>
<name>Karen Tracey</name>
<email>kmtracey@gmail.com</email>
</author>
<published>2010-03-03T13:40:52Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0a0748a7d68ae01f99de2bfbbdd8441c1a0ecad2'/>
<id>urn:sha1:0a0748a7d68ae01f99de2bfbbdd8441c1a0ecad2</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12676 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 #7712, #9404, #10249, #10300: a light refactor and cleanup of file storage and the `File` object. Thanks to Armin Ronacher and Alex Gaynor.</title>
<updated>2009-05-08T15:08:09Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2009-05-08T15:08:09Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=68a890e79f660484d05482902663b6168f0bd71e'/>
<id>urn:sha1:68a890e79f660484d05482902663b6168f0bd71e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10717 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #11030: fixed file uploads on non-utf8 filesystem encoding. Thanks, Honza Kral.</title>
<updated>2009-05-07T17:53:23Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2009-05-07T17:53:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a59095af24bb64a025ce99de3555f2a21da7a2e8'/>
<id>urn:sha1:a59095af24bb64a025ce99de3555f2a21da7a2e8</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10693 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
