You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not updating the documentation can lead to confusion for users of Django 5.1, as it will appear that django-pipeline simply doesn't do anything when the user follow the instruction and set STATICFILES_STORAGE instead of STORAGES.
I suggest updating the documentation to showcase using STATICFILES_STORAGE for Django < 4.2 and STORAGES for Django >= 4.2, for example:
The text was updated successfully, but these errors were encountered:
rockstarr-programmerr
changed the title
Update documentation to use STORAGES instead of STATICFILES_STORAGE setting
Update documentation to use STORAGES instead of STATICFILES_STORAGE setting for newer Django versions
Jan 14, 2025
The
STATICFILES_STORAGE
settings is deprecated in Django 4.2 and officially removed in Django 5.1Not updating the documentation can lead to confusion for users of Django 5.1, as it will appear that
django-pipeline
simply doesn't do anything when the user follow the instruction and setSTATICFILES_STORAGE
instead ofSTORAGES
.I suggest updating the documentation to showcase using
STATICFILES_STORAGE
for Django < 4.2 andSTORAGES
for Django >= 4.2, for example:For Django < 4.2:
For Django >= 4.2:
The text was updated successfully, but these errors were encountered: