Skip to content

Commit

Permalink
Merge branch 'config-params'
Browse files Browse the repository at this point in the history
  • Loading branch information
Seb committed Apr 11, 2019
2 parents 31a2ff2 + 1123c9e commit 66e2ea2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wagtailautocomplete/edit_handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def __init__(self, field_name, target_model=None, **kwargs):
def clone(self):
return self.__class__(
field_name=self.field_name,
target_model=self.target_model,
target_model=self.target_model_kwarg,
)

@property
Expand Down

0 comments on commit 66e2ea2

Please sign in to comment.