Update from STATICFILES_STORAGES to STORAGES.

Review Request #13643 — Created March 18, 2024 and submitted — Latest diff uploaded

Information

Review Board
release-7.x

Reviewers

Django has moved the setting for the backend used to store static files
from the old STATICFILES_STORAGES key into the STORAGES dictionary.
This change handles that.

Ran unit tests and saw the deprecation warning go away.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Update from STATICFILES_STORAGES to STORAGES.
Django has moved the setting for the backend used to store static files from the old `STATICFILES_STORAGES` key into the `STORAGES` dictionary. This change handles that. Testing Done: Ran unit tests and saw the deprecation warning go away.
9f54c8b907f1ff24ac12e3e7337f8a24a1b277ee David Trowbridge
reviewboard/settings.py
reviewboard/testing/pytest_fixtures.py
Loading...