Skip to content

Bump django-autocomplete-light from 3.11.0 to 5.0.0 - #1557

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/django-autocomplete-light-5.0.0
Open

Bump django-autocomplete-light from 3.11.0 to 5.0.0#1557
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/django-autocomplete-light-5.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 18, 2026

Copy link
Copy Markdown
Contributor

Bumps django-autocomplete-light from 3.11.0 to 5.0.0.

Changelog

Sourced from django-autocomplete-light's changelog.

5.0.0

WARNING: BC break identified with DAL v4, in the process of resolution

Upgrade from 4.0.3 to 5.0.0

See docs/upgrade_from_v4_to_v5.rst.

New

  • #1332 dal_alight: new autocomplete backend based on the autocomplete-light web component, with no Select2 / no jQuery dependency. Opt-in via INSTALLED_APPS = [..., 'dal_alight'].

        Views (dal_alight.views):
        - AlightQuerySetView           -- HTML-fragment QuerySet view
        - AlightGroupQuerySetView      -- grouped (group_by_related)
        - AlightListView               -- list-of-strings/tuples view
        - AlightGroupListView          -- grouped variant
    
    Widgets (dal_alight.widgets):
    - ModelAlight, ModelAlightMultiple   (QuerySet-backed)
    - ListAlight                         (paired with AlightListView)
    - TagAlight                          (free-text comma tags)
    - TaggitAlight                       (django-taggit bridge)
    
    Fields (dal_alight.fields):
    - AlightListChoiceField, AlightListCreateChoiceField
    
    Test helper (dal_alight.test):
    - AlightStory -- Selenium selectors + custom-element wait,
      drop-in replacement for Select2Story.
    
    Static (dal_alight/static/dal_alight/):
    - autocomplete-light.js / .css -- vendored from the
      autocomplete-light web component submodule.
    - dal-django.js -- Django adapter: reads dal-forward-conf
      divs, appends &forward= to autocomplete URLs, handles
      autocompleteCreate POST + CSRF, syncs Django admin
      add/change-related popups into the component deck.
    

  • #1332 dal_alight_queryset_sequence: companion package combining dal_queryset_sequence with the autocomplete-light backend. Active when both 'dal_alight' and 'dal_queryset_sequence' are in INSTALLED_APPS.

        - AlightQuerySetSequenceView, AlightQuerySetSequenceAutoView
        - QuerySetSequenceAlight, QuerySetSequenceAlightMultiple
        - AlightGenericForeignKeyModelField
    

... (truncated)

Commits
  • 5fcbce8 Fix #1419: bump v5 and adopt semantic versioning
  • 0f228d4 fix: docs/requirements.txt to reduce vulnerabilities
  • dd64382 docs: fix tutorial title
  • 008dd48 release: bump to 4.0.1, add #1417 to changelog
  • f6b2f29 fix: docs/requirements.txt to reduce vulnerabilities
  • 8e76f61 docs: fix stale alight-backend branch links to master
  • 8d2289d fix(lint): remove unused imports from dal/views.py
  • 0c2950f refactor: address jpic review — widgets, views, JS, CSS cleanup
  • 43b1c30 fix(ci): resolve ruff and docs warnings
  • bf0ee30 docs: fix version to 4.0.0 and drop hardcoded v3 mention
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [django-autocomplete-light](https://github.com/yourlabs/django-autocomplete-light) from 3.11.0 to 5.0.0.
- [Release notes](https://github.com/yourlabs/django-autocomplete-light/releases)
- [Changelog](https://github.com/yourlabs/django-autocomplete-light/blob/master/CHANGELOG)
- [Commits](yourlabs/django-autocomplete-light@3.11.0...v5.0.0)

---
updated-dependencies:
- dependency-name: django-autocomplete-light
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants