<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/tests/staticfiles_tests/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>2015-07-01T13:41:27Z</updated>
<entry>
<title>Fixed #24982 -- Split staticfiles tests into multiple files</title>
<updated>2015-07-01T13:41:27Z</updated>
<author>
<name>Moritz Sichert</name>
<email>moritz.sichert@googlemail.com</email>
</author>
<published>2015-07-01T11:43:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=b35b43dff81d46e930ffa1e05eb50968b8557102'/>
<id>urn:sha1:b35b43dff81d46e930ffa1e05eb50968b8557102</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #24890 -- Added warning to collectstatic when static files have clashing names</title>
<updated>2015-06-14T00:34:24Z</updated>
<author>
<name>Markus Amalthea Magnuson</name>
<email>markus.magnuson@gmail.com</email>
</author>
<published>2015-06-03T09:20:04Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=5304494585c58b0c9245ea9896a6d6122a8673a2'/>
<id>urn:sha1:5304494585c58b0c9245ea9896a6d6122a8673a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Refs #24652 -- Used SimpleTestCase where appropriate.</title>
<updated>2015-05-20T17:46:13Z</updated>
<author>
<name>Simon Charette</name>
<email>charette.s@gmail.com</email>
</author>
<published>2015-04-17T21:38:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=be67400b477c1b0e7e81766f41bbceed0de74bdc'/>
<id>urn:sha1:be67400b477c1b0e7e81766f41bbceed0de74bdc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed staticfiles test on Windows; refs #23986.</title>
<updated>2015-03-11T18:49:15Z</updated>
<author>
<name>Tim Graham</name>
<email>timograham@gmail.com</email>
</author>
<published>2015-03-11T18:48:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=389baccac5fce72c67cfed7a6ebcf9273edf9282'/>
<id>urn:sha1:389baccac5fce72c67cfed7a6ebcf9273edf9282</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #23986 -- Fixed collectstatic --clear failure if STATIC_ROOT dir doesn't exist.</title>
<updated>2015-03-07T15:47:07Z</updated>
<author>
<name>Sztrovacsek</name>
<email>hanna.kollo@gmail.com</email>
</author>
<published>2015-03-07T13:15:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=87d78241a2fc85e5715fb51c554fe06e91deee58'/>
<id>urn:sha1:87d78241a2fc85e5715fb51c554fe06e91deee58</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed a test failure under Windows and Python 2.</title>
<updated>2015-02-23T17:36:15Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@oscaro.com</email>
</author>
<published>2015-02-23T17:36:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=952ce778c66d2cc01969f0e6ee4edd16becf2e66'/>
<id>urn:sha1:952ce778c66d2cc01969f0e6ee4edd16becf2e66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Guaranteed removal of temporary files during tests.</title>
<updated>2015-02-23T15:55:26Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2015-02-21T17:56:36Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=934400759de817471ff37d736686201d7ae34e82'/>
<id>urn:sha1:934400759de817471ff37d736686201d7ae34e82</id>
<content type='text'>
Dropped the DJANGO_TEST_TEMP_DIR environment variable.

Before this change, proper removal depended on the developer passing
dir=os.environ['DJANGO_TEST_TMP_DIR'] to tempfile functions.
</content>
</entry>
<entry>
<title>Removed rmtree_errorhandler.</title>
<updated>2015-02-22T22:09:42Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@oscaro.com</email>
</author>
<published>2015-02-22T16:49:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=c688460df6239539d2b5a1fc8c51778086fe7c35'/>
<id>urn:sha1:c688460df6239539d2b5a1fc8c51778086fe7c35</id>
<content type='text'>
The stated reason for its introduction in d18d37ce no longer applies
since Django's code repository was switched from Subversion to git.

Furthermore it never had any effect because shutil.rmtree ignores its
onerror argument when ignore_errors is True.

The reason for its use in template management commands is unclear.
</content>
</entry>
<entry>
<title>Removed workaround for SVN limitations.</title>
<updated>2015-02-21T16:52:24Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2015-02-05T20:56:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=bd059e3f8c6311dcaf8afe5e29ef373f7f84cf26'/>
<id>urn:sha1:bd059e3f8c6311dcaf8afe5e29ef373f7f84cf26</id>
<content type='text'>
In addition to simplifying the code, this reduces the number of writes.
</content>
</entry>
<entry>
<title>Avoided collecting admin static files in tests.</title>
<updated>2015-02-21T16:46:26Z</updated>
<author>
<name>Aymeric Augustin</name>
<email>aymeric.augustin@m4x.org</email>
</author>
<published>2015-02-21T12:56:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=2bb5b0e09863df65756fe0050406163cb70750f1'/>
<id>urn:sha1:2bb5b0e09863df65756fe0050406163cb70750f1</id>
<content type='text'>
This makes the staticfiles tests 2.5 times faster.
</content>
</entry>
</feed>
