Closes #10762: Permit selection custom fields to have only one choice

This commit is contained in:
jeremystretch
2023-01-25 10:15:11 -05:00
parent 6f74c5ec03
commit 55b1549895
3 changed files with 11 additions and 3 deletions

View File

@@ -101,6 +101,7 @@ class CustomFieldTest(APIViewTestCases.APIViewTestCase):
'content_types': ['dcim.site'],
'name': 'cf6',
'type': 'select',
'choices': ['A', 'B', 'C']
},
]
bulk_update_data = {