django1/django/contrib/staticfiles/management/commands
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
..
__init__.py Fixed #12323 and #11582 -- Extended the ability to handle static files. Thanks to all for helping with the original app, the patch, documentation and general support. 2010-10-20 01:33:24 +00:00
collectstatic.py Reworked the detection of local storages for the collectstatic command. 2014-02-12 11:00:01 -05:00
findstatic.py Fixed #19879 -- Have 'findstatic' says on which directories it searched the relative paths. 2014-02-09 14:22:22 +00:00
runserver.py More attacking E302 violators 2013-11-02 13:12:09 -07:00