Skip to content

Commit 9a29f21

Browse files
committed
doc no_cache param
1 parent 8750beb commit 9a29f21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

netbox_custom_objects/models.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,8 @@ def get_model(
454454
455455
:param skip_object_fields: Don't add object or multiobject fields to the model
456456
:type skip_object_fields: bool
457+
:param no_cache: Force regeneration of the model, bypassing cache
458+
:type no_cache: bool
457459
:return: The generated model.
458460
:rtype: Model
459461
"""

0 commit comments

Comments
 (0)