Skip to content

Commit

Permalink
Upgrade to sorl-thumbnail==12.4.1
Browse files Browse the repository at this point in the history
Note: thumbnail.0001_initial migration was not in my django_migrataion
table, so after this upgrade I was prompted to apply the migration, which
then errored out because the thumbnail_kvstore table already exists.

Probably related to the issue here:
jazzband/sorl-thumbnail#458

To fix, I just manually added a row to django_migrations to indicate
that this migration was already applied.
  • Loading branch information
katur committed Jan 18, 2022
1 parent 079c134 commit fec5b15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ requests==2.27.1
requests-oauthlib==1.2.0
requests-toolbelt==0.9.1
six==1.12.0
sorl-thumbnail==12.3
sorl-thumbnail==12.4.1
urllib3==1.26.5

0 comments on commit fec5b15

Please sign in to comment.