Releases: julianwachholz/django-autocompletefilter
Releases · julianwachholz/django-autocompletefilter
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
Changes:
- Prevent a crash when
get_language()
returnsNone
and no translations will be loaded for the Select2 widgets.
0.0.3
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).