mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-28 20:32:07 +01:00
Miscellaneous cleanup
This commit is contained in:
@@ -142,7 +142,6 @@ class CustomFieldBulkEditForm(BulkEditForm):
|
||||
self.fields[name] = field
|
||||
# Annotate this as a custom field
|
||||
self.custom_fields.append(name)
|
||||
print(self.nullable_fields)
|
||||
|
||||
|
||||
class CustomFieldFilterForm(forms.Form):
|
||||
|
||||
Reference in New Issue
Block a user