• 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
.tx Loading commit data...
django Loading commit data...
docs Loading commit data...
extras Loading commit data...
scripts Loading commit data...
tests Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.hgignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.rst Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
MANIFEST.in Loading commit data...
README.rst Loading commit data...
setup.cfg Loading commit data...
setup.py Loading commit data...