Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

admin autocompletes error with django-autocomplete-light version 3.8.1 #716

Closed
1 task done
rlskoeser opened this issue Dec 14, 2020 · 2 comments
Closed
1 task done
Assignees
Labels
bug 🚧 maintenance Upkeep tasks and fixes

Comments

@rlskoeser
Copy link
Contributor

rlskoeser commented Dec 14, 2020

testing notes

  • confirm that autocomplete lookups in django admin work as expected (account, footnote bibliography)

Describe the bug
Autocomplete fields in django admin were non-operational after the latest deploy; there was a javascript error in the console.

To reproduce
Steps to reproduce the behavior:

  1. Install the latest version of django-autocomplete-light
  2. Run collectstatic (if not testing in dev)
  3. Login to django admin
  4. Open an event for editing

The autocomplete fields (account, footnote bibliography) are not populated correctly.

Expected behavior
Autoocomplete fields should be initialized properly and searchable.

Additional context
Solved by downgrading to django-autocomplete-light version 3.5.1

@rlskoeser rlskoeser added the bug label Dec 14, 2020
@rlskoeser rlskoeser added the 🚧 maintenance Upkeep tasks and fixes label Mar 4, 2021
@rlskoeser rlskoeser self-assigned this Jun 27, 2023
rlskoeser added a commit that referenced this issue Jun 27, 2023
@jkotin
Copy link

jkotin commented Dec 18, 2023

Should I be testing this one? Autocomplete in admin works well.

@rlskoeser
Copy link
Contributor Author

@jkotin yes, thanks - that is all I needed confirmed. We had previously encountered a problem with an update to the autocomplete python library we were using and had prevented it from upgrading for some time, I wanted confirmation that the upgrade doesn't cause any problems. If you're comfortable that autocomplete is working as expected on the test site, we can close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🚧 maintenance Upkeep tasks and fixes
Projects
None yet
Development

No branches or pull requests

3 participants