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

WC2-279 Bump django storages version #858

Merged
merged 1 commit into from
Oct 18, 2023
Merged

Conversation

mathvdh
Copy link
Collaborator

@mathvdh mathvdh commented Oct 11, 2023

We recently update the version of boto.
This silently seemed to have introduce a bug/conflict with django-storages (See here for details)
Which introduced a bug in the merging of duplicates.
This bumps django storages to last version which fixes the bug with merging duplicates.

Related JIRA tickets : WC2-279

Self proofreading checklist

  • Did I use eslint and black formatters
  • Is my code clear enough and well documented

Changes

Just upgrade django-storages version in requirements.txt

How to test

Try to merge a duplicate and see if it bugs with a unicode error.

@madewulf madewulf merged commit cdb7d9c into main Oct 18, 2023
3 checks passed
@madewulf madewulf deleted the WC2-279-error-on-duplicates branch October 18, 2023 16:18
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.

3 participants