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 malformed setting DJANGO_MAILBOX_DEFAULT_CHARSET #267

Merged
merged 1 commit into from
Dec 17, 2023

Conversation

Robersillo
Copy link
Contributor

Fixing DJANGO_MAILBOX_default_charset error, it does not detect the settings in django correctly because one part is in lower case. Changed to DJANGO_MAILBOX_DEFAULT_CHARSET.

Fixing DJANGO_MAILBOX_default_charset error, it does not detect the settings in django correctly because one part is in lower case.
Changed to DJANGO_MAILBOX_DEFAULT_CHARSET.
Copy link
Collaborator

@pfouque pfouque left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Firstly, thanks for your contribution!

Unfortunately, we can't do it this way since some folks probably defined their settings with the current settings name...
Please see my suggestion for a retro-compatible solution.

I also noticed this setting is not described in the documentation... It would be awesome if you could add it in this PR.
Thanks!

django_mailbox/utils.py Show resolved Hide resolved
@pfouque pfouque changed the title Update utils.py Fix malformed setting DJANGO_MAILBOX_DEFAULT_CHARSET Dec 11, 2023
@pfouque pfouque added bug and removed enhancement labels Dec 16, 2023
Copy link
Collaborator

@pfouque pfouque left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, Thanks for your contribution @Robersillo!
I will merge it (but I don't know when the next release will happen)

@pfouque pfouque merged commit 3c6f383 into coddingtonbear:master Dec 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants