Miscellaneous cleanup

This commit is contained in:
Jeremy Stretch 2016-11-03 14:15:57 -04:00
parent 76e40f5faf
commit 41268b48e2
2 changed files with 1 additions and 2 deletions

View File

@ -142,7 +142,6 @@ class CustomFieldBulkEditForm(BulkEditForm):
self.fields[name] = field self.fields[name] = field
# Annotate this as a custom field # Annotate this as a custom field
self.custom_fields.append(name) self.custom_fields.append(name)
print(self.nullable_fields)
class CustomFieldFilterForm(forms.Form): class CustomFieldFilterForm(forms.Form):