• Loic Bistuer's avatar
    Reworked the detection of local storages for the collectstatic command. · 7e27885c
    Loic Bistuer yazdı
    Before 4befb301 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.
    7e27885c
Adı
Son kayıt (commit)
Son güncelleme
..
apps Loading commit data...
project Loading commit data...
urls Loading commit data...
__init__.py Loading commit data...
storage.py Loading commit data...
test_liveserver.py Loading commit data...
tests.py Loading commit data...