django/tests/staticfiles_tests
Loic Bistuer d6db48e5f6 [1.6.x] Reworked the detection of local storages for the collectstatic command.
Before 4befb30 the detection was broken because we used isinstance
against a LazyObject rather than against a Storage class. That commit
fixed it by looking directly at the object wrapped by LazyObject.
This could however be a problem to anyone who subclasses the
collectstatic management Command and directly supplies a Storage class.

Refs #21581.

Backport of 7e27885c6e from master.
2014-02-12 11:05:07 -05:00
..
apps Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
project Fixed #18986 -- Improved error message for missing files 2013-04-28 16:45:05 +02:00
urls Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
storage.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
tests.py [1.6.x] Reworked the detection of local storages for the collectstatic command. 2014-02-12 11:05:07 -05:00