mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Initial work on reimplementing custom fields
This commit is contained in:
@@ -17,6 +17,10 @@ from extras.utils import FeatureQuery
|
||||
#
|
||||
|
||||
class CustomFieldModel(models.Model):
|
||||
custom_field_data = models.JSONField(
|
||||
blank=True,
|
||||
default=dict
|
||||
)
|
||||
|
||||
class Meta:
|
||||
abstract = True
|
||||
|
Reference in New Issue
Block a user