From ab92b4a9374107d47373bc86f3f519ddb1ba2fe4 Mon Sep 17 00:00:00 2001 From: Renato Almeida de Oliveira Zaroubin Date: Thu, 27 Mar 2025 00:26:20 +0000 Subject: [PATCH] documentation update --- docs/plugins/development/models.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/plugins/development/models.md b/docs/plugins/development/models.md index 03cedda16..e43e43c61 100644 --- a/docs/plugins/development/models.md +++ b/docs/plugins/development/models.md @@ -136,6 +136,8 @@ For more information about database migrations, see the [Django documentation](h ::: netbox.models.features.TagsMixin +::: netbox.models.features.ContactsMixin + ## Choice Sets For model fields which support the selection of one or more values from a predefined list of choices, NetBox provides the `ChoiceSet` utility class. This can be used in place of a regular choices tuple to provide enhanced functionality, namely dynamic configuration and colorization. (See [Django's documentation](https://docs.djangoproject.com/en/stable/ref/models/fields/#choices) on the `choices` parameter for supported model fields.)