Skip to content

Commit

Permalink
Downgrade Django Autocomplete Light explaining why
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchrisadams committed Sep 21, 2023
1 parent 2932396 commit 684178f
Show file tree
Hide file tree
Showing 2 changed files with 590 additions and 615 deletions.
5 changes: 4 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,10 @@ crispy-tailwind = "*"
django-crispy-forms = "*"
django-storages = "*"
django-taggit-serializer = "*"
django-autocomplete-light = "*"
# We need to stay at 3.5.1 until this issue is resolved or we
# stop using the tag autocomplete widget in the hoster admin
# https://github.com/yourlabs/django-autocomplete-light/issues/1195
django-autocomplete-light = "==3.5.1"
markdown = "*"
toml = "*"
typing_extensions = "*"
Expand Down
Loading

0 comments on commit 684178f

Please sign in to comment.