archesproject / arches-docs

official repo for Arches documentation
https://arches.readthedocs.io
9 stars 20 forks source link

Update example for Django 4.2 storage settings #367

Closed jacobtylerwalls closed 1 year ago

jacobtylerwalls commented 1 year ago

brief description of changes

DEFAULT_FILE_STORAGE was deprecated in Django 4.2, which is used in Arches 7.5. Update the docs to avoid suggesting the use of a deprecated setting.

See: https://docs.djangoproject.com/en/4.2/releases/4.2/#custom-file-storages

This box must be checked

This box should be checked

This box should only be checked you intend to follow through on it (we can do it on our end too)

ekansa commented 1 year ago

@jacobtylerwalls Thanks! The version 7.5 documentation will start as a branch from the "master" (main) branch. So your PR to update the master branch keeps things nice and simple.