Skip to content

Commit

Permalink
fix: fixed django-haystack version to 3.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
tncrdk committed Oct 10, 2023
1 parent 368c454 commit 7d79726
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ django = "==3.2.*"
django-braces = "*" # Extra mixinclasses for models and views
django-contrib-comments = "*"
django-filebrowser-no-grappelli = "*" # Filebrowser for mediafiles.
django-haystack = "*" # Search functionality for django models. See whoosh as well
django-haystack = "3.0b1" # Search functionality for django models. See whoosh as well
django-hitcount = "*"
django-image-cropping = "==1.5"
django-markdown-deux = "*"
Expand Down
7 changes: 4 additions & 3 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7d79726

Please sign in to comment.