Skip to content

Commit

Permalink
Fix yourlabs#914 again
Browse files Browse the repository at this point in the history
  • Loading branch information
jpic authored and Brian Hahn committed Jan 24, 2019
1 parent 4bba1b5 commit 6933ca5
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.4',
'six',
],
extras_require={
'Tags': 'django-taggit',
Expand Down

0 comments on commit 6933ca5

Please sign in to comment.