Skip to content

Commit

Permalink
fix django-autocomplete-light crash with whitenoise (#1224)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed May 11, 2023
1 parent e99b8ea commit ed79d52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ Changed
Fixed
-----

- **General**
- ``django-autocomplete-light==3.9.5`` crash with ``whitenoise`` (#1224)
- **Appalerts**
- ``AppAlert.__repr__()`` crash if project not set (#1150)
- **Bgjobs**
Expand Down
3 changes: 2 additions & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ redis>=4.4.4
celery>=5.2.7, <5.3

# Django autocomplete light (DAL)
django-autocomplete-light>=3.9.4, <3.10
# NOTE: 3.9.5 causes crash with Whitenoise (see issue #1224)
django-autocomplete-light==3.9.4

# SAML2 support for SSO
django-saml2-auth-ai>=2.1.6, <2.2

0 comments on commit ed79d52

Please sign in to comment.