The field being named with the field name means we should be doing an "endswith" jQuery selector, without that the field isn't found and a Javascript console error fires.

This commit is contained in:
Adam Fast
2020-04-17 14:47:50 -05:00
parent a1de4561ca
commit af41554c25
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ with open(os.path.join(CURRENT_WORKING_DIRECTORY, 'README.md')) as fp:
setup(
name='django-admin-autocomplete-list-filter',
version='0.1.5',
version='0.1.5.1',
description='Ajax autocomplete list filter for Django admin',
long_description=README,
long_description_content_type='text/markdown',