1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Documentation and cleanup

This commit is contained in:
Jeremy Stretch
2016-08-18 14:23:28 -04:00
parent 6f44f4245e
commit 1d6299622b
4 changed files with 29 additions and 2 deletions

View File

@ -20,6 +20,7 @@ class CustomFieldForm(forms.ModelForm):
class CustomFieldChoiceAdmin(admin.TabularInline):
model = CustomFieldChoice
extra = 5
@admin.register(CustomField)