Skip to content

Commit 436f966

Browse files
committed
pin django-taggit to v4 due to jazzband/django-taggit#875
1 parent 8174d90 commit 436f966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ django-heroku = "*"
1717
django-libsass = "*"
1818
django-markdownx = "*"
1919
django-ordered-model = "*"
20-
django-taggit = "*"
20+
django-taggit = "4.0.0" # https://github.com/jazzband/django-taggit/issues/875
2121
django-widget-tweaks = "*"
2222
django_compressor = "*"
2323
gunicorn = "*"

0 commit comments

Comments
 (0)