Update our extension test settings for modern Django storage options.

Review Request #14114 — Created Aug. 22, 2024 and submitted — Latest diff uploaded

Information

ReviewBot
release-4.x

Reviewers

The old STATICFILES_STORAGE setting has been replaced with STORAGES,
allowing us to test with more modern versions of Django. This was
failing on Django 4.2.

Unit tests pass.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Update our extension test settings for modern Django storage options.
The old `STATICFILES_STORAGE` setting has been replaced with `STORAGES`, allowing us to test with more modern versions of Django. This was failing on Django 4.2.
1cdc59fb778458c112486c1b9dda26e26aabff45 Christian Hammond
extension/tests/settings_local.py
Loading...