Django-Autocomplete-Light
Articles tagged "django-autocomplete-light"
2026-06-18
django-autocomplete-light has two current release lines with different jobs: v4 exists to provide the documented upgrade path from v3 and across supported Django versions, while v5 is where we can take the larger backward compatibility breaks that …
2020-10-12
WARNING 3.8.0 did not contain the proper built JS, please use 3.8.1 that was just released.
Django-autocomplete-light 3.8.0 was released, and features all your contributions of the year, and tested with a pre-release for the last 3 months or so.
It …
2019-11-22
Django-autocomplete-light 3.5.0 was released, including backward compatibility breaks.
2019-07-21
Django-autocomplete-light 3.4.0 introduced a regression in locale loading, it has been reported by Phil Gyford, thank you !
2019-07-20
This release re-enables Python 2 and Django 1.11 support, even though it doesn’t pass all tests because tests rely on dicts being ordered by default which came in Python 3
Also, this release exits from using Django’s vendored select2, and …
2018-09-19
3.3.2 fixes a regression with static files loading in django.contrib.admin that was introduced in 3.3.1
Note that it also supports Wagtail now, thanks to @coredumperror
2018-09-13
Thanks to awesome contributors from all around the world, DAL 3.3.1 is out, one month after 3.3.0, that was the first non-rc release of 3.3.0 which starts to require Django 2.0.
3.3.1
Fixed a bug in the way jquery.init.js was being used by …
2018-08-12
Changes since 3.3.0-rc6:
- use admin statics - #981: create option behaviour - #995: automatically generated views for generic foreign key fields - Getting placeholder and minimumInputLength from dal select - #1017: Initial migrations and database - …
2018-01-05
Django-autocomplete-light 3.3.0-rc3 was released.
Please try it out and submit feedback !
With LOVE
jpic
2017-12-30
To install 3.3.0-rc1, use:
pip install django-autocomplete-light==3.3.0-rc1 New features:
@953: Select2 update to 3.4.0.6-rc.1 by @jpic @917: django-nested-admin support by @loicteixeira @815: Simplify customization of autocomplete views by @EvaSDK …
2017-04-26
django-autocomplete-light 3.2.6 was released on github and pypi, with:
#838: Use namespaced jQuery in `get_forwards` by @ryan-copperleaf & @gagarski #836: Queryset sequence view to display actual model name by @jsoa 3.2.5 and 3.2.6 were briefly …
2017-04-14
#813: Return 400 on invalid input by @EvaSDK
2017-04-14
3.2.3 Two seriously good community contributed bugfixes
#799: Support serializing UUIDs and add tests for models with UUIDs as PKs by @blag #826: Prevent rendering of empty option on multi select by @beruic Bravo !
Tests are passing reliabily these …
2017-04-07
django-autocomplete-light 3.2.2 was released, it supports django 1.11 and is not known to break backward compatibility.
2016-10-05
We have two major features:
Advanced field forward options, List based autocompletion. Complete changelog:
#745: Add list autocomplete by @dmosberger, https://github.com/jpic and https://github.com/thecardcheat, #754: dal_queryset_sequence …
2016-08-10
#714: Update select2 by @meesterguyman #705: Improve compat with dj1.9 by @9nix00 #706: Fix extra require by @blueyed #710: Added note for static files not checked by @geekashu #708: Provide path with dal_select2.E001 by @blueyed #700: Enable HTML …
2016-05-23
django-autocomplete-light v3.1.6 was released, thanks to these fine contributions:
#671: Create_field support with querysetsequence by @jpic #679: Allow create message translation by @maisim #682: Extend ‘forward’ attribute to creating …
2016-03-27
This release enables field-forwarding in formsets and forms with prefix.
Also note that several things have been made to help users: a new tutorial section showing placeholder and minimum-input-length select2 options has been added and a system check …
2016-03-12
This release provides commit e612748 which fixes a bug in the TaggitSelect2 to reproduce the bugfix in 15f27871 that was issued in 3.1.2.
2016-03-11
This posts announces the release of django-autocomplete-light 3.1.2:
#634: Select2 Upgrade #628: Do not rely on ids to fix container text #631: Initializing GFKs with values from forms #623: Fix setup.py extras by @ticosax #610: Cancel out …
2016-03-09
Currently, django-autocomplete-light v2 provides enhancement to default form field generation for model fields, depending on the registered autocompletes, as shown in the tutorial.
For v3, we don’t want this feature inside DAL anymore because …
2016-03-05
This post clarifies the status of django-autocomplete-light and strategy for v3.
Version 2 No further effort will be made to support new versions of Django in v2. However, it supports the current LTS Django 1.8 and future-release Django 1.10, so …
2016-02-04
After 4 years of supporting django-autocomplete-light, I’m beginning to figure what users expect and the common mistakes, like registering the wrong model for autocomplete, or having troubbles figuring how to link suggestions with other form …
2016-01-29
This release fixes an important usability but on the manychoice fields, and introduces a minor backward compatibility break:
#563 Don’t disable multiplechoicewidgets if select is [multiple], bd9ca0085 Don’t import anything in init anymore …
2016-01-19
#555 Django 1.4, 1.5 and 1.6 deprecation #497 Enable registration by model-name by @luzfcb #536 #551 Support proxy models b y @onrik #553 improved jQuery integration by @blueyed #516 Corrected french transation by @apinsard #541 Use error_messages …
2015-09-28
Since Django 1.9a1 was released, many users are going to upgrade their project and wonder why django-autocomplete-light won’t load anymore. Probably, some users are going to google ImportError or even django.core.exceptions.AppRegistryNotReady: …
2015-06-02
After 8 release candidates, we’ve got our new shining 2.2.0 release of django-autocomplete-light which literally drown the backlog, we’re down to less than one github page of issues now. Needless to say, we’ve closed an insane …
2015-05-25
This article presents the changelog for django-autocomplete-light 2.2.0 release. To upgrade to 2.2.0rc1:
pip install -U --pre django-autocomplete-light If you find any problem, please report it on github issues and downgrade to last stable (2.1.x …
Found 28 articles.