Skip to content

Releases: julianwachholz/django-autocompletefilter

0.0.9

23 Sep 11:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.8...0.0.9

0.0.8

24 Sep 11:53
739f8c7
Compare
Choose a tag to compare

Changes:

  • Remove maximum Django version from package requirements

Download from PyPI

0.0.7

03 May 17:36
3d4c255
Compare
Choose a tag to compare

Changes:

  • Add compatibility with Django 3.2

Download from PyPI

0.0.6

09 Dec 06:46
Compare
Choose a tag to compare

Changes:

  • Add compatibility with Django 3.0.

Download from PyPI

0.0.5

20 May 08:13
Compare
Choose a tag to compare

Changes:

  • Add compatibility with Django 2.2.

Download from PyPI

0.0.4

21 Nov 10:01
c207518
Compare
Choose a tag to compare

Changes:

  • Prevent a crash when get_language() returns None and no translations will be loaded for the Select2 widgets.

Download from PyPI

0.0.3

26 Jul 12:11
12b3cb9
Compare
Choose a tag to compare

Changes:

  • If your Admin Site does not use the default admin namespace , AutocompleteListFilter will look up the current request and determine the namespace automatically. (Using stack inspection).

Download from PyPI