I put the dollarsign in the wrong place. It should go on the field, not in the value

This commit is contained in:
Adam Fast
2020-04-17 15:32:35 -05:00
parent af41554c25
commit 3224bee4bf
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.1',
version='0.1.5.2',
description='Ajax autocomplete list filter for Django admin',
long_description=README,
long_description_content_type='text/markdown',