django/tests/staticfiles_tests
Aymeric Augustin c688460df6 Removed rmtree_errorhandler.
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.
2015-02-22 23:09:42 +01:00
..
apps Removed obsolete reference to media directory. 2015-02-21 17:52:24 +01:00
project Removed workaround for SVN limitations. 2015-02-21 17:52:24 +01:00
urls Fixed #22218 -- Deprecated django.conf.urls.patterns. 2014-04-03 07:28:10 -04:00
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
storage.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
test_liveserver.py Removed obsolete reference to media directory. 2015-02-21 17:52:24 +01:00
tests.py Removed rmtree_errorhandler. 2015-02-22 23:09:42 +01:00