Skip to content

Commit

Permalink
Fix #914 again
Browse files Browse the repository at this point in the history
  • Loading branch information
jpic committed Apr 1, 2018
1 parent b149815 commit abd6596
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion autocomplete_light/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,6 @@ class ModelForm(six.with_metaclass(*bases)):
``autocomplete_names`` understand generic foreign key and generic many to
many descriptor names.
"""
__metaclass__ = ModelFormMetaclass


def modelform_factory(model, autocomplete_fields=None,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def run(self):
keywords='django autocomplete',
cmdclass={'test': RunTests},
install_requires=[
'six==1.10',
'six',
],
extras_require={
'Tags': 'django-taggit',
Expand Down

0 comments on commit abd6596

Please sign in to comment.