We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8750beb commit 9a29f21Copy full SHA for 9a29f21
netbox_custom_objects/models.py
@@ -454,6 +454,8 @@ def get_model(
454
455
:param skip_object_fields: Don't add object or multiobject fields to the model
456
:type skip_object_fields: bool
457
+ :param no_cache: Force regeneration of the model, bypassing cache
458
+ :type no_cache: bool
459
:return: The generated model.
460
:rtype: Model
461
"""
0 commit comments