Skip to content

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

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 11, 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 dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 11, 2026
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: 4.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title Bump django-autocomplete-light from 3.11.0 to 4.0.1 Bump django-autocomplete-light from 3.11.0 to 5.0.0 Jun 29, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/django-autocomplete-light-4.0.1 branch from 2fa12f1 to 5900469 Compare June 29, 2026 16:31
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