<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/regressiontests/staticfiles_tests/tests.py, branch 1.3.4</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=1.3.4</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=1.3.4'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2012-03-16T00:32:42Z</updated>
<entry>
<title>[1.3.X] Ensured that some staticfiles tests get properly cleaned up on teardown. Thanks to Claude Paroz for the patch.</title>
<updated>2012-03-16T00:32:42Z</updated>
<author>
<name>Julien Phalip</name>
<email>jphalip@gmail.com</email>
</author>
<published>2012-03-16T00:32:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=838adb231254dfec5b1fd4b7588c2cd9593debc7'/>
<id>urn:sha1:838adb231254dfec5b1fd4b7588c2cd9593debc7</id>
<content type='text'>
Backport of r17747 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17748 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>[1.3.X] Fixed #17737 -- Stopped the collectstatic management command from copying the wrong file in repeated runs. Thanks, pigletto.</title>
<updated>2012-03-01T23:03:46Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2012-03-01T23:03:46Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=523d6167d6075eb3b9cb3aef71feb940ea0be5a3'/>
<id>urn:sha1:523d6167d6075eb3b9cb3aef71feb940ea0be5a3</id>
<content type='text'>
Backport from trunk (r17612).

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@17613 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed staticfiles test that was broken on Windows due to the result of the stdout not being correctly handled as Unicode.</title>
<updated>2011-03-18T18:47:14Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2011-03-18T18:47:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bd0daa04f5c886c8eeebac0c48ef6a326cbf689e'/>
<id>urn:sha1:bd0daa04f5c886c8eeebac0c48ef6a326cbf689e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15879 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Added staticfiles test case for filenames with medial capitals.</title>
<updated>2011-03-18T18:47:08Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2011-03-18T18:47:08Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0ff6bbf1db472933742d88179d3985a01e2546eb'/>
<id>urn:sha1:0ff6bbf1db472933742d88179d3985a01e2546eb</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15878 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Updated test assertions that have been deprecated by the move to unittest2. In summary, this means:</title>
<updated>2011-03-03T15:04:39Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2011-03-03T15:04:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=afd040d4d3a06fe92e3080870b2ff2095ce86a75'/>
<id>urn:sha1:afd040d4d3a06fe92e3080870b2ff2095ce86a75</id>
<content type='text'>
 assert_ -&gt; assertTrue
 assertEquals -&gt; assertEqual
 failUnless -&gt; assertTrue

For full details, see http://www.voidspace.org.uk/python/articles/unittest2.shtml#deprecations

git-svn-id: http://code.djangoproject.com/svn/django/trunk@15728 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed a test case introduced in r15538 by creating a test file with non-ASCII characters dynamically.</title>
<updated>2011-02-15T18:15:38Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2011-02-15T18:15:38Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0577edf61097f3e677905a202f2c0e62a6514646'/>
<id>urn:sha1:0577edf61097f3e677905a202f2c0e62a6514646</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15541 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed the staticfiles management commands collectstatic and findstatic to not raise encoding related exceptions when handlings filenames with non-ASCII characters.</title>
<updated>2011-02-14T23:45:32Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2011-02-14T23:45:32Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=64a0a33c33079fa8ea79f1935d2a56281427e0f0'/>
<id>urn:sha1:64a0a33c33079fa8ea79f1935d2a56281427e0f0</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15538 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixes #15270 -- Moved back the serve view to django.views.static due to dependency conflicts with the contrib app staticfiles (reverts parts of r14293). Added a helper function that generates URL patterns for serving static and media files during development. Thanks to Carl for reviewing the patch.</title>
<updated>2011-02-14T01:42:26Z</updated>
<author>
<name>Jannis Leidel</name>
<email>jannis@leidel.info</email>
</author>
<published>2011-02-14T01:42:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a26034ffbf8951276b79ccb298423bc809246637'/>
<id>urn:sha1:a26034ffbf8951276b79ccb298423bc809246637</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15530 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed a few test docstrings and removed an unused import in staticfiles.</title>
<updated>2011-02-01T20:39:40Z</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2011-02-01T20:39:40Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=77030ccc1ea4e1df04540e4d4594cb0d741fa2b4'/>
<id>urn:sha1:77030ccc1ea4e1df04540e4d4594cb0d741fa2b4</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15390 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #15094 - Added check for forgetting trailing comma in STATICFILES_DIRS tuple. Also reorganized staticfiles settings-checks for better consistency.</title>
<updated>2011-02-01T14:57:10Z</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2011-02-01T14:57:10Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=7aad3d3fa8a8db8eb8ea9e64134d60b2400029f0'/>
<id>urn:sha1:7aad3d3fa8a8db8eb8ea9e64134d60b2400029f0</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15386 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
