django1/tests/staticfiles_tests
Loic Bistuer 7e27885c6e 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.
2014-02-12 11:00:01 -05:00
..
apps
project
urls
__init__.py
storage.py
test_liveserver.py Imported override_settings from its new location. 2013-12-23 21:37:56 +01:00
tests.py Reworked the detection of local storages for the collectstatic command. 2014-02-12 11:00:01 -05:00