Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix STORAGES settings in docs for Django 4.2 #1229

Merged
merged 7 commits into from Apr 14, 2023

Conversation

philgyford
Copy link
Contributor

@philgyford philgyford commented Apr 5, 2023

Changed anything like

STORAGES = {"default": "storages.backends.gcloud.GoogleCloudStorage"}

to

STORAGES = {"default": {"BACKEND": "storages.backends.gcloud.GoogleCloudStorage"}}

And added a bit to the README about the settings for Django >= 4.2 (not sure if the wording is how you would do it, so obviously feel free to change it!).

For #1207

Fix settings for Django 4.2
commit 12c43fc
Author: Phil Gyford <phil@gyford.com>
Date:   Wed Apr 5 15:31:33 2023 +0100

    Update gcloud.rst

    Fix settings for Django 4.2
commit 3afd2c1
Author: Phil Gyford <phil@gyford.com>
Date:   Wed Apr 5 15:30:51 2023 +0100

    Update ftp.rst

    Fix settings for Django 4.2
commit c35bd95
Author: Phil Gyford <phil@gyford.com>
Date:   Wed Apr 5 15:30:21 2023 +0100

    Update dropbox.rst

    Fix settings for Django 4.2
commit 05910cb
Author: Phil Gyford <phil@gyford.com>
Date:   Wed Apr 5 15:29:46 2023 +0100

    Update azure.rst

    Fix settings for Django 4.2
commit 1eccb73
Author: Phil Gyford <phil@gyford.com>
Date:   Wed Apr 5 15:27:50 2023 +0100

    Update apache_libcloud.rst

    Fix settings for Django 4.2
commit 7aea7be
Author: Phil Gyford <phil@gyford.com>
Date:   Wed Apr 5 15:26:58 2023 +0100

    Update amazon-S3.rst

    Fix settings for Django 4.2
@jschneier jschneier merged commit 8025ece into jschneier:master Apr 14, 2023
14 checks passed
@jschneier
Copy link
Owner

Thank you for the comprehensive update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants