django-autocomplete-light
django-autocomplete-light copied to clipboard
A fresh approach to autocomplete implementations, specially for Django. Status: v4 alpha, v3 stable, v2 & v1 deprecated.
My Django Project config : Django 4.2.17 Django-autocomplete-light plugin 3.12.1 -------------------------------------------- LANGUAGE_CODE = "zh-hans" in settings.py USE_I18N = True disable local translation middleware --------------------------------------------- in My Django template , base.html...
Probably less error prone, since all are how the [PEP-3135](https://peps.python.org/pep-3135/) specifies it. ## Summary by CodeRabbit - **Refactor** - Streamlined internal code by adopting modern syntax for class initializations and...
 ### Snyk has created this PR to fix 1 vulnerabilities in the pip dependencies of this project. #### Snyk changed the following file(s): - `test_project/requirements.txt` ⚠️ Warning ``` django-taggit...
Direct invocation of setuptools is [deprecated](https://packaging.python.org/en/latest/discussions/setup-py-deprecated/). Build and publish a wheel. I did not see where you set up dependencies for build/publish: you will need to `pip install build` before...
 ### Snyk has created this PR to fix 2 vulnerabilities in the pip dependencies of this project. #### Snyk changed the following file(s): - `test_project/requirements.txt` ⚠️ Warning ``` django-taggit...
Hi, I tried a lot here and chatgpt build a filter in `list_filter` that is a product selector. In the admin form it works without problems: ``` widgets = {...