Commit 75eb5534 authored by bryhoyt's avatar bryhoyt

Update form.py

parent 41a68dde
......@@ -32,7 +32,7 @@ class InlineModelFormList(InlineFieldList):
self._pk = get_primary_key(model)
super(InlineModelFormList, self).__init__(self.form_field_type(form, self._pk, inline_view), **kwargs)
super(InlineModelFormList, self).__init__(self.form_field_type(form, self._pk), **kwargs)
def display_row_controls(self, field):
return field.get_pk() is not None
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment