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

Fixed #33458 -- Fixed encoding of messages with empty string as extra_tags. #15347

Merged
merged 1 commit into from Jan 24, 2022

Conversation

tim-mccurrach
Copy link
Contributor

@tim-mccurrach tim-mccurrach commented Jan 22, 2022

Currently when a message is recovered from any of the built-in storage backends message.extra_tags=="" is changed to message.extra_tags==None. This PR corrects this.

ticket #33458

@felixxm felixxm changed the title #Fixed #33458 -- Corrected serialization of message.extra_tags Fixed #33458 -- Fixed encoding of messages with empty string as extra_tags. Jan 24, 2022
@felixxm
Copy link
Member

felixxm commented Jan 24, 2022

@tim-mccurrach Thanks 👍

@felixxm felixxm merged commit efb4478 into django:main Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants