Skip to content

Releases: peopledoc/django-agnocomplete

2.2.0

21 Apr 10:16
d32430e
Compare
Choose a tag to compare

Kudos:

@alyohea, @ewjoachim, @mike-perdide, @nnachit and @vhotz

2.1.0

14 Jan 13:03
1fb5ee4
Compare
Choose a tag to compare
  • Adding missing pyproject.toml, needed to automatically find the version (#128) @mike-perdide
  • Remove version from setup.cfg to let the GH publish action do its magic (#127) @mike-perdide
  • Update tox.ini and enable Github Actions, focusing on compatibilty with Django 3.x to 4.0 (#125) @mike-perdide
  • Attempt to make it installable with Django 3.X serie (#124) @yohanboniface

Kudos:

@mike-perdide @ewjoachim @yohanboniface

Compatibility upgrades

26 Mar 11:01
a053c35
Compare
Choose a tag to compare

version 2.0.0 was released on 2021-03-26

  • Confirm compatibility with Python 3.9.
  • Drop support for Django 2.0, 2.1 (#116).
  • Drop support for Python 3.5 (#114).
  • Drop support for Django 1.11 & Python 2.7 (#115).

Finally, a stable release!

26 Mar 10:58
dd25a38
Compare
Choose a tag to compare

v1.0.0 was released on 2020-01-29

  • Cleanup code related to Django 1.8, 1.9 & 1.10
  • Remove tox targets for Django 1.8, 1.9 & 1.10
  • Add support for Django 2.0, 2.1 & 2.2
  • Fixed Demo site.
  • Cleaned up README and other docs reflecting the newest compatibilities.

0.14.0

16 Oct 10:11
Compare
Choose a tag to compare

Released on 2018-10-16

Changes

  • Add a way in UrlProxy widget to filter value with python (#104)
  • Provide a FieldMixin in order to use with UrlProxy Autocomplete for efficient value validation (#107)

0.13.0

16 Oct 08:38
Compare
Choose a tag to compare

This version was released on 2018-10-02

Python 3 support & Django releases

  • Dropped support for Django 1.8, 1.9, 1.10 (#98).
  • Added support for python 3.6
  • Fixed User.is_authenticated() deprecation warning (Django>=2.0)
  • Fixed deprecated MIDDLEWARE_CLASSES settings
  • Fixed deprecated urls declarations
  • Fixed ForeignKey on_delete values

Minor changes

  • Added doclint & flake8 to travis builds (#99).
  • Fixed numerous flake8 errors (#99).

v0.12.2

09 Mar 15:11
Compare
Choose a tag to compare

Hotfix release, made on 2018-03-09

  • Fix AgnocompleteWidgetMixin running unfiltered queries on django>=1.11

THIS VERSION IS CANCELLED

09 Mar 15:11
a151cef
Compare
Choose a tag to compare

THIS VERSION IS CANCELLED. We messed up a bit with branches and releases, and it resulted in a bad release.
Please consider that this release has never existed.

We're deeply sorry about the inconvenience.

0.12.0

26 Jan 12:43
0.12.0
1acc635
Compare
Choose a tag to compare

Bugfixes

  • Fix bug in AgnocompleteWidgetMixin when template-based widgets are used (Django>=1.11).

v0.11.0

25 Jan 16:29
Compare
Choose a tag to compare

Bugfixes

  • Various Flake8 fixes (#89).
  • Fix the multiple Model Field search with authentication behaviour. Please note that this bug would only occur if Django<1.11 (#91).