nautobot 2.4.0__tar.gz → 2.4.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of nautobot might be problematic. Click here for more details.

Files changed (2371) hide show
  1. {nautobot-2.4.0 → nautobot-2.4.1}/PKG-INFO +2 -2
  2. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/celery/schedulers.py +1 -1
  3. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/filters.py +48 -21
  4. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/jobs/bulk_actions.py +56 -19
  5. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/models/__init__.py +2 -0
  6. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tables.py +5 -1
  7. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/testing/filters.py +25 -13
  8. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/testing/integration.py +86 -4
  9. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/test_filters.py +209 -246
  10. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/test_jobs.py +250 -93
  11. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/test_models.py +9 -0
  12. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/views/generic.py +80 -48
  13. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/views/mixins.py +34 -6
  14. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/api/serializers.py +2 -2
  15. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/constants.py +6 -13
  16. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/factory.py +6 -1
  17. nautobot-2.4.1/nautobot/dcim/tests/integration/test_device_bulk_delete.py +189 -0
  18. nautobot-2.4.1/nautobot/dcim/tests/integration/test_device_bulk_edit.py +181 -0
  19. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/tests/test_api.py +0 -2
  20. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/tests/test_models.py +42 -28
  21. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/forms/mixins.py +1 -1
  22. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/jobs.py +15 -6
  23. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templatetags/job_buttons.py +4 -4
  24. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/test_forms.py +13 -0
  25. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/test_jobs.py +18 -13
  26. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/test_models.py +6 -0
  27. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/test_views.py +4 -3
  28. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/tests/test_api.py +20 -0
  29. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/__pycache__/macros.cpython-312.pyc +0 -0
  30. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/code-reference/nautobot/apps/testing.html +36 -1
  31. nautobot-2.4.1/nautobot/project-static/docs/objects.inv +0 -0
  32. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/release-notes/version-2.4.html +108 -0
  33. nautobot-2.4.1/nautobot/project-static/docs/search/search_index.json +1 -0
  34. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/sitemap.xml +288 -288
  35. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/sitemap.xml.gz +0 -0
  36. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/wireless/tests/test_views.py +22 -1
  37. {nautobot-2.4.0 → nautobot-2.4.1}/pyproject.toml +2 -2
  38. nautobot-2.4.0/nautobot/project-static/docs/objects.inv +0 -0
  39. nautobot-2.4.0/nautobot/project-static/docs/search/search_index.json +0 -1
  40. {nautobot-2.4.0 → nautobot-2.4.1}/LICENSE.txt +0 -0
  41. {nautobot-2.4.0 → nautobot-2.4.1}/NOTICE +0 -0
  42. {nautobot-2.4.0 → nautobot-2.4.1}/README.md +0 -0
  43. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/__init__.py +0 -0
  44. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/apps/__init__.py +0 -0
  45. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/apps/admin.py +0 -0
  46. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/apps/api.py +0 -0
  47. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/apps/change_logging.py +0 -0
  48. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/apps/choices.py +0 -0
  49. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/apps/config.py +0 -0
  50. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/apps/constants.py +0 -0
  51. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/apps/datasources.py +0 -0
  52. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/apps/events.py +0 -0
  53. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/apps/exceptions.py +0 -0
  54. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/apps/factory.py +0 -0
  55. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/apps/filters.py +0 -0
  56. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/apps/forms.py +0 -0
  57. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/apps/graphql.py +0 -0
  58. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/apps/jobs.py +0 -0
  59. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/apps/models.py +0 -0
  60. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/apps/querysets.py +0 -0
  61. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/apps/secrets.py +0 -0
  62. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/apps/tables.py +0 -0
  63. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/apps/testing.py +0 -0
  64. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/apps/ui.py +0 -0
  65. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/apps/urls.py +0 -0
  66. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/apps/utils.py +0 -0
  67. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/apps/views.py +0 -0
  68. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/__init__.py +0 -0
  69. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/api/__init__.py +0 -0
  70. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/api/serializers.py +0 -0
  71. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/api/urls.py +0 -0
  72. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/api/views.py +0 -0
  73. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/apps.py +0 -0
  74. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/choices.py +0 -0
  75. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/factory.py +0 -0
  76. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/filters.py +0 -0
  77. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/forms.py +0 -0
  78. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/graphql/__init__.py +0 -0
  79. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/graphql/types.py +0 -0
  80. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/homepage.py +0 -0
  81. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/migrations/0001_initial_part_1.py +0 -0
  82. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/migrations/0002_initial_part_2.py +0 -0
  83. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/migrations/0003_auto_slug.py +0 -0
  84. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/migrations/0004_increase_provider_account_length.py +0 -0
  85. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/migrations/0005_providernetwork.py +0 -0
  86. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/migrations/0006_cache_circuit_terminations.py +0 -0
  87. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/migrations/0007_circuitterminations_primary_model.py +0 -0
  88. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/migrations/0008_add_natural_indexing.py +0 -0
  89. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/migrations/0009_circuittermination_location.py +0 -0
  90. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/migrations/0010_rename_foreign_keys_and_related_names.py +0 -0
  91. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/migrations/0011_remove_site_foreign_key_from_circuit_termination_class.py +0 -0
  92. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/migrations/0012_created_datetime.py +0 -0
  93. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/migrations/0013_alter_circuittermination__path.py +0 -0
  94. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/migrations/0014_related_name_changes.py +0 -0
  95. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/migrations/0015_remove_circuittype_provider_slug.py +0 -0
  96. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/migrations/0016_tagsfield.py +0 -0
  97. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/migrations/0017_fixup_null_statuses.py +0 -0
  98. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/migrations/0018_status_nonnullable.py +0 -0
  99. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/migrations/0019_remove_providernetwork_slug.py +0 -0
  100. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/migrations/0020_update_all_charfields_max_length_to_255.py +0 -0
  101. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/migrations/0021_alter_circuit_status_alter_circuittermination__path.py +0 -0
  102. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/migrations/0022_circuittermination_cloud_network.py +0 -0
  103. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/migrations/__init__.py +0 -0
  104. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/models.py +0 -0
  105. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/navigation.py +0 -0
  106. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/signals.py +0 -0
  107. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/tables.py +0 -0
  108. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/templates/circuits/circuit.html +0 -0
  109. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/templates/circuits/circuit_create.html +0 -0
  110. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/templates/circuits/circuit_edit.html +0 -0
  111. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/templates/circuits/circuit_retrieve.html +0 -0
  112. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/templates/circuits/circuit_terminations_swap.html +0 -0
  113. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/templates/circuits/circuit_update.html +0 -0
  114. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/templates/circuits/circuittermination.html +0 -0
  115. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/templates/circuits/circuittermination_create.html +0 -0
  116. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/templates/circuits/circuittermination_edit.html +0 -0
  117. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/templates/circuits/circuittermination_retrieve.html +0 -0
  118. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/templates/circuits/circuittermination_update.html +0 -0
  119. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/templates/circuits/circuittype.html +0 -0
  120. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/templates/circuits/circuittype_retrieve.html +0 -0
  121. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/templates/circuits/inc/circuit_termination.html +0 -0
  122. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/templates/circuits/inc/circuit_termination_cable_fragment.html +0 -0
  123. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/templates/circuits/inc/circuit_termination_header_extra_content.html +0 -0
  124. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/templates/circuits/inc/speed_widget.html +0 -0
  125. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/templates/circuits/provider.html +0 -0
  126. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/templates/circuits/provider_create.html +0 -0
  127. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/templates/circuits/provider_edit.html +0 -0
  128. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/templates/circuits/provider_retrieve.html +0 -0
  129. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/templates/circuits/provider_update.html +0 -0
  130. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/templates/circuits/providernetwork.html +0 -0
  131. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/templates/circuits/providernetwork_retrieve.html +0 -0
  132. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/tests/__init__.py +0 -0
  133. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/tests/integration/__init__.py +0 -0
  134. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/tests/integration/test_relationships.py +0 -0
  135. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/tests/test_api.py +0 -0
  136. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/tests/test_filters.py +0 -0
  137. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/tests/test_models.py +0 -0
  138. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/tests/test_urls.py +0 -0
  139. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/tests/test_views.py +0 -0
  140. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/urls.py +0 -0
  141. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/circuits/views.py +0 -0
  142. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/cloud/__init__.py +0 -0
  143. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/cloud/api/__init__.py +0 -0
  144. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/cloud/api/serializers.py +0 -0
  145. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/cloud/api/urls.py +0 -0
  146. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/cloud/api/views.py +0 -0
  147. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/cloud/apps.py +0 -0
  148. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/cloud/factory.py +0 -0
  149. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/cloud/filters.py +0 -0
  150. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/cloud/forms.py +0 -0
  151. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/cloud/homepage.py +0 -0
  152. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/cloud/migrations/0001_initial.py +0 -0
  153. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/cloud/migrations/__init__.py +0 -0
  154. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/cloud/models.py +0 -0
  155. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/cloud/navigation.py +0 -0
  156. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/cloud/tables.py +0 -0
  157. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/cloud/templates/cloud/cloudaccount_retrieve.html +0 -0
  158. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/cloud/templates/cloud/cloudnetwork_retrieve.html +0 -0
  159. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/cloud/templates/cloud/cloudnetwork_update.html +0 -0
  160. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/cloud/templates/cloud/cloudresourcetype_retrieve.html +0 -0
  161. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/cloud/templates/cloud/cloudservice_retrieve.html +0 -0
  162. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/cloud/templates/cloud/cloudservice_update.html +0 -0
  163. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/cloud/tests/__init__.py +0 -0
  164. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/cloud/tests/test_api.py +0 -0
  165. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/cloud/tests/test_filters.py +0 -0
  166. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/cloud/tests/test_models.py +0 -0
  167. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/cloud/tests/test_views.py +0 -0
  168. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/cloud/urls.py +0 -0
  169. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/cloud/views.py +0 -0
  170. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/__init__.py +0 -0
  171. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/admin.py +0 -0
  172. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/api/__init__.py +0 -0
  173. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/api/authentication.py +0 -0
  174. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/api/constants.py +0 -0
  175. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/api/exceptions.py +0 -0
  176. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/api/fields.py +0 -0
  177. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/api/filter_backends.py +0 -0
  178. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/api/metadata.py +0 -0
  179. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/api/mixins.py +0 -0
  180. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/api/pagination.py +0 -0
  181. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/api/parsers.py +0 -0
  182. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/api/renderers.py +0 -0
  183. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/api/routers.py +0 -0
  184. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/api/schema.py +0 -0
  185. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/api/serializers.py +0 -0
  186. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/api/urls.py +0 -0
  187. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/api/utils.py +0 -0
  188. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/api/versioning.py +0 -0
  189. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/api/views.py +0 -0
  190. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/apps/__init__.py +0 -0
  191. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/authentication.py +0 -0
  192. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/celery/__init__.py +0 -0
  193. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/celery/backends.py +0 -0
  194. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/celery/control.py +0 -0
  195. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/celery/encoders.py +0 -0
  196. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/celery/log.py +0 -0
  197. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/celery/task.py +0 -0
  198. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/checks.py +0 -0
  199. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/choices.py +0 -0
  200. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/cli/__init__.py +0 -0
  201. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/cli/__main__.py +0 -0
  202. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/constants.py +0 -0
  203. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/context_processors.py +0 -0
  204. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/events/__init__.py +0 -0
  205. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/events/base.py +0 -0
  206. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/events/exceptions.py +0 -0
  207. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/events/redis_broker.py +0 -0
  208. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/events/syslog_broker.py +0 -0
  209. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/exceptions.py +0 -0
  210. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/factory.py +0 -0
  211. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/forms/__init__.py +0 -0
  212. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/forms/constants.py +0 -0
  213. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/forms/fields.py +0 -0
  214. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/forms/forms.py +0 -0
  215. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/forms/search.py +0 -0
  216. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/forms/utils.py +0 -0
  217. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/forms/widgets.py +0 -0
  218. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/graphql/__init__.py +0 -0
  219. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/graphql/generators.py +0 -0
  220. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/graphql/schema.py +0 -0
  221. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/graphql/schema_init.py +0 -0
  222. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/graphql/types.py +0 -0
  223. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/graphql/utils.py +0 -0
  224. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/jobs/__init__.py +0 -0
  225. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/jobs/cleanup.py +0 -0
  226. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/jobs/groups.py +0 -0
  227. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/management/__init__.py +0 -0
  228. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/management/commands/__init__.py +0 -0
  229. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/management/commands/audit_dynamic_groups.py +0 -0
  230. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/management/commands/audit_graphql_queries.py +0 -0
  231. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/management/commands/celery.py +0 -0
  232. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/management/commands/generate_secret_key.py +0 -0
  233. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/management/commands/generate_test_data.py +0 -0
  234. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/management/commands/makemigrations.py +0 -0
  235. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/management/commands/migrate.py +0 -0
  236. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/management/commands/nbshell.py +0 -0
  237. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/management/commands/post_upgrade.py +0 -0
  238. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/management/commands/refresh_content_type_cache.py +0 -0
  239. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/management/commands/send_installation_metrics.py +0 -0
  240. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/management/commands/start.py +0 -0
  241. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/management/commands/validate_models.py +0 -0
  242. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/middleware.py +0 -0
  243. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/models/fields.py +0 -0
  244. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/models/generics.py +0 -0
  245. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/models/managers.py +0 -0
  246. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/models/name_color_content_types.py +0 -0
  247. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/models/ordering.py +0 -0
  248. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/models/query_functions.py +0 -0
  249. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/models/querysets.py +0 -0
  250. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/models/tree_queries.py +0 -0
  251. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/models/utils.py +0 -0
  252. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/models/validators.py +0 -0
  253. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/releases.py +0 -0
  254. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/settings.py +0 -0
  255. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/settings.yaml +0 -0
  256. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/settings_funcs.py +0 -0
  257. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/signals.py +0 -0
  258. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tasks.py +0 -0
  259. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/403.html +0 -0
  260. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/403_csrf_failure.html +0 -0
  261. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/404.html +0 -0
  262. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/40x.html +0 -0
  263. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/500.html +0 -0
  264. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/about.html +0 -0
  265. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/admin/actions.html +0 -0
  266. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/admin/app_index.html +0 -0
  267. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/admin/base.html +0 -0
  268. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/admin/base_site.html +0 -0
  269. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/admin/bootstrapped_extra/app_name.html +0 -0
  270. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/admin/change_form.html +0 -0
  271. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/admin/change_list.html +0 -0
  272. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/admin/change_list_results.html +0 -0
  273. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/admin/config/config.html +0 -0
  274. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/admin/delete_confirmation.html +0 -0
  275. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/admin/edit_inline/stacked.html +0 -0
  276. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/admin/edit_inline/tabular.html +0 -0
  277. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/admin/includes/fieldset.html +0 -0
  278. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/admin/index.html +0 -0
  279. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/admin/login.html +0 -0
  280. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/admin/prepopulated_fields_js.html +0 -0
  281. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/admin/search_form.html +0 -0
  282. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/admin/submit_line.html +0 -0
  283. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/base.html +0 -0
  284. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/base_django.html +0 -0
  285. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/buttons/add.html +0 -0
  286. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/buttons/clone.html +0 -0
  287. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/buttons/consolidated_bulk_action_buttons.html +0 -0
  288. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/buttons/consolidated_detail_view_action_buttons.html +0 -0
  289. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/buttons/delete.html +0 -0
  290. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/buttons/edit.html +0 -0
  291. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/buttons/export.html +0 -0
  292. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/buttons/import.html +0 -0
  293. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/buttons/job_import.html +0 -0
  294. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/components/button/default.html +0 -0
  295. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/components/button/dropdown.html +0 -0
  296. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/components/layout/one_over_two.html +0 -0
  297. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/components/layout/two_over_one.html +0 -0
  298. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/components/panel/body_content_data_table.html +0 -0
  299. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/components/panel/body_content_objects_table.html +0 -0
  300. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/components/panel/body_content_tags.html +0 -0
  301. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/components/panel/body_content_text.html +0 -0
  302. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/components/panel/body_wrapper_generic.html +0 -0
  303. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/components/panel/body_wrapper_key_value_table.html +0 -0
  304. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/components/panel/body_wrapper_table.html +0 -0
  305. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/components/panel/footer_contacts_table.html +0 -0
  306. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/components/panel/footer_content_table.html +0 -0
  307. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/components/panel/grouping_toggle.html +0 -0
  308. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/components/panel/header_extra_content_table.html +0 -0
  309. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/components/panel/panel.html +0 -0
  310. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/components/panel/stats_panel_body.html +0 -0
  311. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/components/tab/content_wrapper.html +0 -0
  312. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/components/tab/label_wrapper.html +0 -0
  313. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/components/tab/label_wrapper_distinct_view.html +0 -0
  314. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/exceptions/import_error.html +0 -0
  315. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/exceptions/permission_error.html +0 -0
  316. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/exceptions/programming_error.html +0 -0
  317. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/generic/object_bulk_add_component.html +0 -0
  318. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/generic/object_bulk_create.html +0 -0
  319. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/generic/object_bulk_delete.html +0 -0
  320. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/generic/object_bulk_destroy.html +0 -0
  321. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/generic/object_bulk_edit.html +0 -0
  322. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/generic/object_bulk_import.html +0 -0
  323. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/generic/object_bulk_remove.html +0 -0
  324. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/generic/object_bulk_rename.html +0 -0
  325. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/generic/object_bulk_update.html +0 -0
  326. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/generic/object_changelog.html +0 -0
  327. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/generic/object_create.html +0 -0
  328. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/generic/object_delete.html +0 -0
  329. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/generic/object_destroy.html +0 -0
  330. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/generic/object_detail.html +0 -0
  331. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/generic/object_edit.html +0 -0
  332. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/generic/object_import.html +0 -0
  333. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/generic/object_list.html +0 -0
  334. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/generic/object_notes.html +0 -0
  335. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/generic/object_retrieve.html +0 -0
  336. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/generic/object_update.html +0 -0
  337. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/graphene/graphiql.html +0 -0
  338. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/home.html +0 -0
  339. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/import_success.html +0 -0
  340. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/inc/ajax_loader.html +0 -0
  341. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/inc/computed_fields/panel_data.html +0 -0
  342. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/inc/created_updated.html +0 -0
  343. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/inc/custom_fields/panel.html +0 -0
  344. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/inc/custom_fields/panel_data.html +0 -0
  345. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/inc/custom_fields_panel.html +0 -0
  346. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/inc/dynamic_groups_panel.html +0 -0
  347. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/inc/extras_features_edit_form_fields.html +0 -0
  348. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/inc/footer.html +0 -0
  349. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/inc/image_attachments.html +0 -0
  350. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/inc/javascript.html +0 -0
  351. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/inc/media.html +0 -0
  352. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/inc/modal.html +0 -0
  353. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/inc/nav_menu.html +0 -0
  354. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/inc/object_details_advanced_panel.html +0 -0
  355. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/inc/paginator.html +0 -0
  356. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/inc/relationships/panel_override.html +0 -0
  357. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/inc/relationships_panel.html +0 -0
  358. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/inc/relationships_table_rows.html +0 -0
  359. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/inc/search_panel.html +0 -0
  360. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/inc/table.html +0 -0
  361. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/inc/tenancy_form_panel.html +0 -0
  362. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/inc/tenant_table_row.html +0 -0
  363. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/login.html +0 -0
  364. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/media_failure.html +0 -0
  365. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/modals/modal_theme.html +0 -0
  366. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/nautobot_config.py.j2 +0 -0
  367. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/panel_table.html +0 -0
  368. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/responsive_table.html +0 -0
  369. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/rest_framework/api.html +0 -0
  370. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/search.html +0 -0
  371. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/search_form.html +0 -0
  372. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/swagger_ui.html +0 -0
  373. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/swagger_ui.js +0 -0
  374. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/system_jobs/import_objects.html +0 -0
  375. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/template.css +0 -0
  376. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/utilities/confirmation_form.html +0 -0
  377. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/utilities/obj_table.html +0 -0
  378. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/utilities/render_boolean.html +0 -0
  379. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/utilities/render_custom_fields.html +0 -0
  380. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/utilities/render_field.html +0 -0
  381. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/utilities/render_form.html +0 -0
  382. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/utilities/render_jinja2.html +0 -0
  383. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/utilities/render_relationships.html +0 -0
  384. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/utilities/templatetags/badge.html +0 -0
  385. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/utilities/templatetags/dynamic_group_assignment_modal.html +0 -0
  386. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/utilities/templatetags/filter_form_modal.html +0 -0
  387. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/utilities/templatetags/modal_form_as_dialog.html +0 -0
  388. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/utilities/templatetags/saved_view_modal.html +0 -0
  389. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/utilities/templatetags/table_config_form.html +0 -0
  390. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/utilities/templatetags/tag.html +0 -0
  391. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/utilities/templatetags/utilization_graph.html +0 -0
  392. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/utilities/theme_preview.html +0 -0
  393. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/utilities/worker_status.html +0 -0
  394. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/widgets/colorselect_option.html +0 -0
  395. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/widgets/select_contenttype.html +0 -0
  396. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/widgets/select_option_with_pk.html +0 -0
  397. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/widgets/selectwithdisabled_option.html +0 -0
  398. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templates/widgets/sluginput.html +0 -0
  399. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templatetags/__init__.py +0 -0
  400. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templatetags/bootstrapped_goodies_tags.py +0 -0
  401. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templatetags/buttons.py +0 -0
  402. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templatetags/form_helpers.py +0 -0
  403. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templatetags/helpers.py +0 -0
  404. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templatetags/netutils.py +0 -0
  405. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templatetags/perms.py +0 -0
  406. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/templatetags/ui_framework.py +0 -0
  407. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/testing/__init__.py +0 -0
  408. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/testing/api.py +0 -0
  409. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/testing/context.py +0 -0
  410. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/testing/forms.py +0 -0
  411. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/testing/migrations.py +0 -0
  412. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/testing/mixins.py +0 -0
  413. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/testing/models.py +0 -0
  414. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/testing/schema.py +0 -0
  415. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/testing/utils.py +0 -0
  416. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/testing/views.py +0 -0
  417. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/__init__.py +0 -0
  418. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/integration/__init__.py +0 -0
  419. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/integration/test_app_home.py +0 -0
  420. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/integration/test_app_navbar.py +0 -0
  421. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/integration/test_filters.py +0 -0
  422. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/integration/test_general_functionality.py +0 -0
  423. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/integration/test_home.py +0 -0
  424. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/integration/test_import_objects_ui.py +0 -0
  425. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/integration/test_navbar.py +0 -0
  426. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/integration/test_swagger.py +0 -0
  427. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/integration/test_theme.py +0 -0
  428. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/integration/test_view_authentication.py +0 -0
  429. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/nautobot_config.py +0 -0
  430. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/performance_baselines.yml +0 -0
  431. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/runner.py +0 -0
  432. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/test_api.py +0 -0
  433. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/test_authentication.py +0 -0
  434. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/test_celery.py +0 -0
  435. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/test_checks.py +0 -0
  436. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/test_choices.py +0 -0
  437. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/test_config.py +0 -0
  438. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/test_csv.py +0 -0
  439. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/test_events.py +0 -0
  440. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/test_factory.py +0 -0
  441. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/test_forms.py +0 -0
  442. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/test_graphql.py +0 -0
  443. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/test_jinja_filters.py +0 -0
  444. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/test_logging.py +0 -0
  445. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/test_managers.py +0 -0
  446. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/test_models_query_functions.py +0 -0
  447. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/test_nautobot_server.py +0 -0
  448. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/test_navigations.py +0 -0
  449. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/test_openapi.py +0 -0
  450. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/test_ordering.py +0 -0
  451. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/test_paginator.py +0 -0
  452. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/test_releases.py +0 -0
  453. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/test_settings_schema.py +0 -0
  454. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/test_tables.py +0 -0
  455. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/test_templatetags_helpers.py +0 -0
  456. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/test_templatetags_netutils.py +0 -0
  457. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/test_tree_queries.py +0 -0
  458. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/test_ui.py +0 -0
  459. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/test_utils.py +0 -0
  460. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/test_views.py +0 -0
  461. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/tests/test_views_utils.py +0 -0
  462. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/ui/__init__.py +0 -0
  463. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/ui/base.py +0 -0
  464. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/ui/choices.py +0 -0
  465. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/ui/homepage.py +0 -0
  466. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/ui/nav.py +0 -0
  467. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/ui/object_detail.py +0 -0
  468. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/ui/utils.py +0 -0
  469. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/urls.py +0 -0
  470. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/utils/__init__.py +0 -0
  471. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/utils/color.py +0 -0
  472. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/utils/config.py +0 -0
  473. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/utils/data.py +0 -0
  474. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/utils/deprecation.py +0 -0
  475. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/utils/filtering.py +0 -0
  476. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/utils/git.py +0 -0
  477. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/utils/logging.py +0 -0
  478. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/utils/lookup.py +0 -0
  479. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/utils/migrations.py +0 -0
  480. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/utils/module_loading.py +0 -0
  481. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/utils/permissions.py +0 -0
  482. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/utils/querysets.py +0 -0
  483. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/utils/requests.py +0 -0
  484. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/views/__init__.py +0 -0
  485. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/views/paginator.py +0 -0
  486. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/views/renderers.py +0 -0
  487. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/views/routers.py +0 -0
  488. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/views/utils.py +0 -0
  489. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/views/viewsets.py +0 -0
  490. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/core/wsgi.py +0 -0
  491. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/__init__.py +0 -0
  492. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/api/__init__.py +0 -0
  493. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/api/exceptions.py +0 -0
  494. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/api/urls.py +0 -0
  495. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/api/views.py +0 -0
  496. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/apps.py +0 -0
  497. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/choices.py +0 -0
  498. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/elevations.py +0 -0
  499. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/fields.py +0 -0
  500. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/filter_mixins.py +0 -0
  501. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/filters/__init__.py +0 -0
  502. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/filters/mixins.py +0 -0
  503. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/form_mixins.py +0 -0
  504. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/forms.py +0 -0
  505. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/graphql/__init__.py +0 -0
  506. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/graphql/mixins.py +0 -0
  507. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/graphql/types.py +0 -0
  508. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/homepage.py +0 -0
  509. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/lookups.py +0 -0
  510. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/management/__init__.py +0 -0
  511. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/management/commands/__init__.py +0 -0
  512. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/management/commands/migrate_location_contacts.py +0 -0
  513. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/management/commands/trace_paths.py +0 -0
  514. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0001_initial_part_1.py +0 -0
  515. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0002_initial_part_2.py +0 -0
  516. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0003_initial_part_3.py +0 -0
  517. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0004_initial_part_4.py +0 -0
  518. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0005_device_local_context_schema.py +0 -0
  519. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0006_auto_slug.py +0 -0
  520. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0007_device_secrets_group.py +0 -0
  521. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0008_increase_all_serial_lengths.py +0 -0
  522. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0009_add_natural_indexing.py +0 -0
  523. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0010_interface_status.py +0 -0
  524. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0011_interface_status_data_migration.py +0 -0
  525. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0012_interface_parent_bridge.py +0 -0
  526. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0013_location_location_type.py +0 -0
  527. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0014_location_status_data_migration.py +0 -0
  528. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0015_device_components__changeloggedmodel.py +0 -0
  529. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0016_device_components__timestamp_data_migration.py +0 -0
  530. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0017_locationtype_nestable.py +0 -0
  531. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0018_device_redundancy_group.py +0 -0
  532. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0019_device_redundancy_group_data_migration.py +0 -0
  533. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0020_increase_device_asset_tag_size_limit.py +0 -0
  534. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0021_platform_network_driver.py +0 -0
  535. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0022_interface_redundancy_group.py +0 -0
  536. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0023_interface_redundancy_group_data_migration.py +0 -0
  537. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0024_move_site_fields_to_location_model.py +0 -0
  538. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0025_mptt_to_tree_queries.py +0 -0
  539. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0026_interface_mac_address_data_migration.py +0 -0
  540. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0027_alter_interface_mac_address.py +0 -0
  541. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0028_alter_device_and_rack_role_add_new_role.py +0 -0
  542. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0029_device_and_rack_roles_data_migrations.py +0 -0
  543. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0030_rename_device_and_rack_role.py +0 -0
  544. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0031_remove_device_role_and_rack_role.py +0 -0
  545. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0032_rename_foreignkey_fields.py +0 -0
  546. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0033_add_tree_managers_and_foreign_keys_pre_data_migration.py +0 -0
  547. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0034_migrate_region_and_site_data_to_locations.py +0 -0
  548. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0035_rename_path_end_point_related_name.py +0 -0
  549. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0036_remove_site_foreign_key_from_dcim_models.py +0 -0
  550. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0037_created_datetime.py +0 -0
  551. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0038_fixup_fks_and_related_names.py +0 -0
  552. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0039_related_name_changes.py +0 -0
  553. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0040_remove_region_and_site.py +0 -0
  554. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0041_interface_ip_addresses_m2m.py +0 -0
  555. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0042_alter_location_managers.py +0 -0
  556. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0043_remove_slug.py +0 -0
  557. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0044_tagsfield.py +0 -0
  558. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0045_ipam__namespaces.py +0 -0
  559. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0046_fixup_null_statuses.py +0 -0
  560. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0047_status_nonnullable.py +0 -0
  561. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0048_ensure_virtual_chassis_names_are_unique_and_add_uniqueness_constraint.py +0 -0
  562. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0049_remove_slugs_and_change_device_primary_ip_fields.py +0 -0
  563. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0050_fix_interface_redundancy_group_association_created.py +0 -0
  564. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0051_interface_redundancy_group_nullable_status.py +0 -0
  565. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0052_fix_interface_redundancy_group_created.py +0 -0
  566. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0053_create_device_family_model.py +0 -0
  567. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0054_softwareimage_softwareversion.py +0 -0
  568. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0055_softwareimage_softwareversion_data_migration.py +0 -0
  569. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0056_update_all_charfields_max_length_to_255.py +0 -0
  570. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0057_controller_models.py +0 -0
  571. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0058_controller_data_migration.py +0 -0
  572. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0059_add_role_field_to_interface_models.py +0 -0
  573. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0060_alter_cable_status_alter_consoleport__path_and_more.py +0 -0
  574. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0061_module_models.py +0 -0
  575. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0062_module_data_migration.py +0 -0
  576. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0063_interfacevdcassignment_virtualdevicecontext_and_more.py +0 -0
  577. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0064_virtualdevicecontext_status_data_migration.py +0 -0
  578. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0065_controller_capabilities_and_more.py +0 -0
  579. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0066_controllermanageddevicegroup_radio_profiles_and_more.py +0 -0
  580. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/0067_controllermanageddevicegroup_tenant.py +0 -0
  581. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/migrations/__init__.py +0 -0
  582. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/models/__init__.py +0 -0
  583. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/models/cables.py +0 -0
  584. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/models/device_component_templates.py +0 -0
  585. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/models/device_components.py +0 -0
  586. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/models/devices.py +0 -0
  587. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/models/locations.py +0 -0
  588. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/models/power.py +0 -0
  589. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/models/racks.py +0 -0
  590. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/navigation.py +0 -0
  591. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/signals.py +0 -0
  592. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/tables/__init__.py +0 -0
  593. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/tables/cables.py +0 -0
  594. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/tables/devices.py +0 -0
  595. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/tables/devicetypes.py +0 -0
  596. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/tables/locations.py +0 -0
  597. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/tables/power.py +0 -0
  598. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/tables/racks.py +0 -0
  599. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/tables/template_code.py +0 -0
  600. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/bulk_disconnect.html +0 -0
  601. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/cable.html +0 -0
  602. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/cable_connect.html +0 -0
  603. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/cable_edit.html +0 -0
  604. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/cable_trace.html +0 -0
  605. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/console_port_connection_list.html +0 -0
  606. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/consoleport.html +0 -0
  607. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/consoleport_delete.html +0 -0
  608. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/consoleserverport.html +0 -0
  609. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/consoleserverport_delete.html +0 -0
  610. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/controller/base.html +0 -0
  611. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/controller_create.html +0 -0
  612. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/controller_retrieve.html +0 -0
  613. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/controller_wirelessnetworks.html +0 -0
  614. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/controllermanageddevicegroup_create.html +0 -0
  615. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/controllermanageddevicegroup_retrieve.html +0 -0
  616. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/device/base.html +0 -0
  617. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/device/config.html +0 -0
  618. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/device/consoleports.html +0 -0
  619. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/device/consoleserverports.html +0 -0
  620. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/device/devicebays.html +0 -0
  621. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/device/frontports.html +0 -0
  622. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/device/interfaces.html +0 -0
  623. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/device/inventory.html +0 -0
  624. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/device/lldp_neighbors.html +0 -0
  625. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/device/modulebays.html +0 -0
  626. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/device/poweroutlets.html +0 -0
  627. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/device/powerports.html +0 -0
  628. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/device/rearports.html +0 -0
  629. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/device/status.html +0 -0
  630. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/device/wireless.html +0 -0
  631. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/device.html +0 -0
  632. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/device_component.html +0 -0
  633. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/device_component_add.html +0 -0
  634. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/device_component_edit.html +0 -0
  635. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/device_edit.html +0 -0
  636. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/device_interface_delete.html +0 -0
  637. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/device_list.html +0 -0
  638. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/devicebay.html +0 -0
  639. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/devicebay_delete.html +0 -0
  640. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/devicebay_depopulate.html +0 -0
  641. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/devicebay_populate.html +0 -0
  642. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/devicefamily_retrieve.html +0 -0
  643. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/deviceredundancygroup_create.html +0 -0
  644. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/deviceredundancygroup_retrieve.html +0 -0
  645. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/devicetype.html +0 -0
  646. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/devicetype_component_add.html +0 -0
  647. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/devicetype_edit.html +0 -0
  648. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/devicetype_list.html +0 -0
  649. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/frontport.html +0 -0
  650. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/inc/cable_form.html +0 -0
  651. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/inc/cable_termination.html +0 -0
  652. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/inc/cable_toggle_buttons.html +0 -0
  653. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/inc/detail_softwareversion_softwareimagefile_rows.html +0 -0
  654. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/inc/device_napalm_tabs.html +0 -0
  655. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/inc/devicetype_component_table.html +0 -0
  656. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/inc/edit_form_softwareversion_js.html +0 -0
  657. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/inc/homepage_connections.html +0 -0
  658. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/inc/location_hierarchy.html +0 -0
  659. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/inc/moduletype_component_table.html +0 -0
  660. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/inc/rack_elevation.html +0 -0
  661. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/interface.html +0 -0
  662. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/interface_bulk_delete.html +0 -0
  663. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/interface_connection_list.html +0 -0
  664. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/interface_delete.html +0 -0
  665. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/interface_edit.html +0 -0
  666. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/interfaceredundancygroup_retrieve.html +0 -0
  667. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/interfaceredundancygroupassociation_create.html +0 -0
  668. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/inventoryitem.html +0 -0
  669. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/inventoryitem_add.html +0 -0
  670. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/inventoryitem_bulk_delete.html +0 -0
  671. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/inventoryitem_delete.html +0 -0
  672. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/inventoryitem_edit.html +0 -0
  673. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/location.html +0 -0
  674. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/location_edit.html +0 -0
  675. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/location_migrate_data_to_contact.html +0 -0
  676. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/locationtype.html +0 -0
  677. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/locationtype_retrieve.html +0 -0
  678. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/manufacturer.html +0 -0
  679. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/module/base.html +0 -0
  680. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/module_bulk_destroy.html +0 -0
  681. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/module_consoleports.html +0 -0
  682. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/module_consoleserverports.html +0 -0
  683. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/module_destroy.html +0 -0
  684. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/module_frontports.html +0 -0
  685. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/module_interfaces.html +0 -0
  686. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/module_list.html +0 -0
  687. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/module_modulebays.html +0 -0
  688. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/module_poweroutlets.html +0 -0
  689. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/module_powerports.html +0 -0
  690. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/module_rearports.html +0 -0
  691. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/module_retrieve.html +0 -0
  692. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/module_update.html +0 -0
  693. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/modulebay_bulk_destroy.html +0 -0
  694. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/modulebay_create.html +0 -0
  695. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/modulebay_destroy.html +0 -0
  696. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/modulebay_retrieve.html +0 -0
  697. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/modulebay_update.html +0 -0
  698. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/moduletype_list.html +0 -0
  699. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/moduletype_retrieve.html +0 -0
  700. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/platform.html +0 -0
  701. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/platform_edit.html +0 -0
  702. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/power_port_connection_list.html +0 -0
  703. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/powerfeed.html +0 -0
  704. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/powerfeed_edit.html +0 -0
  705. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/poweroutlet.html +0 -0
  706. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/poweroutlet_delete.html +0 -0
  707. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/powerpanel.html +0 -0
  708. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/powerpanel_edit.html +0 -0
  709. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/powerport.html +0 -0
  710. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/powerport_delete.html +0 -0
  711. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/rack.html +0 -0
  712. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/rack_edit.html +0 -0
  713. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/rack_elevation_list.html +0 -0
  714. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/rackgroup.html +0 -0
  715. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/rackreservation.html +0 -0
  716. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/rackreservation_edit.html +0 -0
  717. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/rearport.html +0 -0
  718. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/softwareimagefile_retrieve.html +0 -0
  719. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/softwareversion_retrieve.html +0 -0
  720. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/trace/cable.html +0 -0
  721. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/trace/circuit.html +0 -0
  722. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/trace/device.html +0 -0
  723. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/trace/powerpanel.html +0 -0
  724. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/trace/termination.html +0 -0
  725. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/virtualchassis.html +0 -0
  726. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/virtualchassis_add.html +0 -0
  727. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/virtualchassis_add_member.html +0 -0
  728. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/virtualchassis_edit.html +0 -0
  729. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/virtualchassis_remove_member.html +0 -0
  730. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/virtualdevicecontext_retrieve.html +0 -0
  731. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/templates/dcim/virtualdevicecontext_update.html +0 -0
  732. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/tests/__init__.py +0 -0
  733. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/tests/features/locations.feature +0 -0
  734. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/tests/integration/__init__.py +0 -0
  735. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/tests/integration/test_cable_connect_form.py +0 -0
  736. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/tests/integration/test_controller.py +0 -0
  737. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/tests/integration/test_controller_managed_device_group.py +0 -0
  738. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/tests/integration/test_create_device.py +0 -0
  739. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/tests/test_cablepaths.py +0 -0
  740. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/tests/test_filters.py +0 -0
  741. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/tests/test_forms.py +0 -0
  742. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/tests/test_graphql.py +0 -0
  743. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/tests/test_jobs.py +0 -0
  744. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/tests/test_migrations.py +0 -0
  745. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/tests/test_natural_ordering.py +0 -0
  746. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/tests/test_schema.py +0 -0
  747. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/tests/test_signals.py +0 -0
  748. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/tests/test_views.py +0 -0
  749. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/urls.py +0 -0
  750. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/utils.py +0 -0
  751. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/dcim/views.py +0 -0
  752. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/__init__.py +0 -0
  753. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/admin.py +0 -0
  754. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/api/__init__.py +0 -0
  755. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/api/customfields.py +0 -0
  756. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/api/fields.py +0 -0
  757. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/api/mixins.py +0 -0
  758. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/api/relationships.py +0 -0
  759. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/api/serializers.py +0 -0
  760. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/api/urls.py +0 -0
  761. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/api/views.py +0 -0
  762. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/apps.py +0 -0
  763. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/choices.py +0 -0
  764. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/constants.py +0 -0
  765. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/context_managers.py +0 -0
  766. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/datasources/__init__.py +0 -0
  767. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/datasources/git.py +0 -0
  768. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/datasources/registry.py +0 -0
  769. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/datasources/utils.py +0 -0
  770. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/factory.py +0 -0
  771. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/filters/__init__.py +0 -0
  772. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/filters/customfields.py +0 -0
  773. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/filters/mixins.py +0 -0
  774. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/forms/__init__.py +0 -0
  775. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/forms/base.py +0 -0
  776. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/forms/contacts.py +0 -0
  777. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/forms/forms.py +0 -0
  778. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/graphql/__init__.py +0 -0
  779. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/graphql/types.py +0 -0
  780. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/group_sync.py +0 -0
  781. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/health_checks.py +0 -0
  782. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/homepage.py +0 -0
  783. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/management/__init__.py +0 -0
  784. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/management/commands/__init__.py +0 -0
  785. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/management/commands/fix_custom_fields.py +0 -0
  786. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/management/commands/refresh_dynamic_group_member_caches.py +0 -0
  787. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/management/commands/remove_stale_scheduled_jobs.py +0 -0
  788. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/management/commands/renaturalize.py +0 -0
  789. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/management/commands/runjob.py +0 -0
  790. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/management/commands/runjob_with_job_result.py +0 -0
  791. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/management/commands/webhook_receiver.py +0 -0
  792. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/management/utils.py +0 -0
  793. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/managers.py +0 -0
  794. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0001_initial_part_1.py +0 -0
  795. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0002_initial_part_2.py +0 -0
  796. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0003_initial_part_3.py +0 -0
  797. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0004_populate_default_status_records.py +0 -0
  798. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0005_configcontext_device_types.py +0 -0
  799. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0006_graphqlquery.py +0 -0
  800. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0007_configcontextschema.py +0 -0
  801. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0008_jobresult__custom_field_data.py +0 -0
  802. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0009_computedfield.py +0 -0
  803. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0010_change_cf_validation_max_min_field_to_bigint.py +0 -0
  804. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0011_fileattachment_fileproxy.py +0 -0
  805. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0012_healthchecktestmodel.py +0 -0
  806. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0013_default_fallback_value_computedfield.py +0 -0
  807. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0014_auto_slug.py +0 -0
  808. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0015_scheduled_job.py +0 -0
  809. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0016_secret.py +0 -0
  810. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0017_joblogentry.py +0 -0
  811. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0018_joblog_data_migration.py +0 -0
  812. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0019_joblogentry__meta_options__related_name.py +0 -0
  813. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0020_customfield_changelog.py +0 -0
  814. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0021_customfield_changelog_data.py +0 -0
  815. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0022_objectchange_object_datav2.py +0 -0
  816. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0023_job_model.py +0 -0
  817. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0024_job_data_migration.py +0 -0
  818. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0025_add_advanced_ui_boolean_to_customfield_conputedfield_and_relationship.py +0 -0
  819. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0026_job_add_gitrepository_fk.py +0 -0
  820. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0027_job_gitrepository_data_migration.py +0 -0
  821. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0028_job_reduce_source.py +0 -0
  822. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0029_dynamicgroup.py +0 -0
  823. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0030_webhook_alter_unique_together.py +0 -0
  824. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0031_tag_content_types.py +0 -0
  825. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0032_tag_content_types_data_migration.py +0 -0
  826. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0033_add__optimized_indexing.py +0 -0
  827. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0034_alter_fileattachment_mimetype.py +0 -0
  828. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0035_scheduledjob_crontab.py +0 -0
  829. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0036_job_add_has_sensitive_variables.py +0 -0
  830. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0037_configcontextschema__remove_name_unique__create_constraint_unique_name_owner.py +0 -0
  831. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0038_configcontext_locations.py +0 -0
  832. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0039_objectchange__add_change_context.py +0 -0
  833. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0040_dynamicgroup__dynamicgroupmembership.py +0 -0
  834. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0041_jobresult_job_kwargs.py +0 -0
  835. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0042_job__add_is_job_hook_receiver.py +0 -0
  836. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0043_note.py +0 -0
  837. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0044_add_job_hook.py +0 -0
  838. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0045_add_custom_field_slug.py +0 -0
  839. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0046_populate_custom_field_slug_label.py +0 -0
  840. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0047_enforce_custom_field_slug.py +0 -0
  841. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0048_alter_objectchange_change_context_detail.py +0 -0
  842. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0049_alter_tag_slug.py +0 -0
  843. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0050_customfield_grouping.py +0 -0
  844. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0051_add_job_task_queues.py +0 -0
  845. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0052_configcontext_device_redundancy_groups.py +0 -0
  846. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0053_relationship_required_on.py +0 -0
  847. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0054_scheduledjob_kwargs_request_user_change.py +0 -0
  848. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0055_configcontext_dynamic_groups.py +0 -0
  849. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0056_objectchange_add_reverse_time_idx.py +0 -0
  850. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0057_jobbutton.py +0 -0
  851. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0058_jobresult_add_time_status_idxs.py +0 -0
  852. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0059_joblogentry_scheduledjob_webhook_data_migration.py +0 -0
  853. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0060_alter_joblogentry_scheduledjob_webhook_fields.py +0 -0
  854. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0061_role_and_alter_status.py +0 -0
  855. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0062_collect_roles_from_related_apps_roles.py +0 -0
  856. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0063_alter_role_options.py +0 -0
  857. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0064_alter_configcontext_and_add_new_role.py +0 -0
  858. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0065_configcontext_data_migrations.py +0 -0
  859. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0066_rename_configcontext_role.py +0 -0
  860. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0067_migrate_job_result_status.py +0 -0
  861. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0068_jobresult__add_celery_fields.py +0 -0
  862. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0069_created_datetime.py +0 -0
  863. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0070_remove_site_and_region_attributes_from_config_context.py +0 -0
  864. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0071_replace_related_names.py +0 -0
  865. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0072_rename_model_fields.py +0 -0
  866. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0073_job__unique_name_data_migration.py +0 -0
  867. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0074_job__unique_name.py +0 -0
  868. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0075_remove_gitrepository_fields.py +0 -0
  869. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0076_rename_slug_to_key_for_custom_field.py +0 -0
  870. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0077_migrate_custom_field_data.py +0 -0
  871. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0078_remove_name_field_and_make_label_field_non_nullable.py +0 -0
  872. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0079_remove_slug.py +0 -0
  873. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0080_tagsfield.py +0 -0
  874. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0081_rename_relationship_slug_to_key.py +0 -0
  875. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0082_rename_relationship_name_to_label.py +0 -0
  876. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0083_ensure_relationship_keys_are_unique.py +0 -0
  877. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0084_rename_computed_field_slug_to_key.py +0 -0
  878. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0085_taggeditem_cleanup.py +0 -0
  879. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0086_taggeditem_uniqueness.py +0 -0
  880. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0087_job__celery_task_fields__dryrun_support.py +0 -0
  881. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0088_job__commit_default_data_migration.py +0 -0
  882. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0089_joblogentry__log_level_default.py +0 -0
  883. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0090_joblogentry__log_level_data_migration.py +0 -0
  884. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0091_scheduledjob__data_migration.py +0 -0
  885. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0092_uniqueness_data_migration.py +0 -0
  886. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0093_uniqueness_fixup.py +0 -0
  887. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0094_alter_objectchange_unique_together.py +0 -0
  888. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0095_ensure_note_timestamps_are_unique.py +0 -0
  889. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0096_remove_slugs.py +0 -0
  890. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0097_alter_job_result_remove_result.py +0 -0
  891. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0098_rename_data_jobresult_result.py +0 -0
  892. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0099_remove_dangling_note_objects.py +0 -0
  893. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0100_fileproxy_job_result.py +0 -0
  894. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0101_externalintegration.py +0 -0
  895. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0102_set_null_objectchange_contenttype.py +0 -0
  896. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0103_add_db_indexes_to_object_change.py +0 -0
  897. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0104_contact_contactassociation_team.py +0 -0
  898. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0105_update_all_charfields_max_length_to_255.py +0 -0
  899. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0106_populate_default_statuses_and_roles_for_contact_associations.py +0 -0
  900. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0107_laxurlfield.py +0 -0
  901. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0108_jobbutton_enabled.py +0 -0
  902. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0109_dynamicgroup_group_type_dynamicgroup_tags_and_more.py +0 -0
  903. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0110_alter_configcontext_cluster_groups_and_more.py +0 -0
  904. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0111_metadata.py +0 -0
  905. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0112_dynamic_group_group_type_data_migration.py +0 -0
  906. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0113_saved_views.py +0 -0
  907. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0114_computedfield_grouping.py +0 -0
  908. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0115_scheduledjob_time_zone.py +0 -0
  909. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0116_fix_dynamic_group_group_type_data_migration.py +0 -0
  910. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0117_create_job_queue_model.py +0 -0
  911. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0118_task_queue_to_job_queue_migration.py +0 -0
  912. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0119_remove_task_queues_from_job_and_queue_from_scheduled_job.py +0 -0
  913. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0120_job_is_singleton_job_is_singleton_override.py +0 -0
  914. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/0121_alter_team_contacts.py +0 -0
  915. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/migrations/__init__.py +0 -0
  916. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/models/__init__.py +0 -0
  917. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/models/change_logging.py +0 -0
  918. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/models/contacts.py +0 -0
  919. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/models/customfields.py +0 -0
  920. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/models/datasources.py +0 -0
  921. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/models/groups.py +0 -0
  922. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/models/jobs.py +0 -0
  923. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/models/metadata.py +0 -0
  924. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/models/mixins.py +0 -0
  925. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/models/models.py +0 -0
  926. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/models/relationships.py +0 -0
  927. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/models/roles.py +0 -0
  928. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/models/secrets.py +0 -0
  929. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/models/statuses.py +0 -0
  930. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/models/tags.py +0 -0
  931. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/navigation.py +0 -0
  932. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/plugins/__init__.py +0 -0
  933. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/plugins/exceptions.py +0 -0
  934. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/plugins/marketplace_manifest.yml +0 -0
  935. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/plugins/tables.py +0 -0
  936. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/plugins/urls.py +0 -0
  937. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/plugins/utils.py +0 -0
  938. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/plugins/validators.py +0 -0
  939. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/plugins/views.py +0 -0
  940. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/querysets.py +0 -0
  941. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/registry.py +0 -0
  942. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/secrets/__init__.py +0 -0
  943. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/secrets/exceptions.py +0 -0
  944. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/secrets/providers.py +0 -0
  945. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/signals.py +0 -0
  946. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tables.py +0 -0
  947. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tasks.py +0 -0
  948. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/django_ajax_tables/ajax_wrapper.html +0 -0
  949. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/computedfield.html +0 -0
  950. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/computedfield_edit.html +0 -0
  951. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/configcontext.html +0 -0
  952. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/configcontext_edit.html +0 -0
  953. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/configcontextschema.html +0 -0
  954. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/configcontextschema_edit.html +0 -0
  955. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/configcontextschema_validation.html +0 -0
  956. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/contact_retrieve.html +0 -0
  957. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/customfield.html +0 -0
  958. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/customfield_edit.html +0 -0
  959. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/customlink.html +0 -0
  960. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/dynamicgroup.html +0 -0
  961. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/dynamicgroup_edit.html +0 -0
  962. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/exporttemplate.html +0 -0
  963. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/externalintegration_retrieve.html +0 -0
  964. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/externalintegration_update.html +0 -0
  965. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/gitrepository.html +0 -0
  966. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/gitrepository_list.html +0 -0
  967. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/gitrepository_object_edit.html +0 -0
  968. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/gitrepository_result.html +0 -0
  969. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/graphqlquery.html +0 -0
  970. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/inc/bulk_edit_overridable_field.html +0 -0
  971. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/inc/job_label.html +0 -0
  972. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/inc/job_table.html +0 -0
  973. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/inc/job_tiles.html +0 -0
  974. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/inc/jobresult.html +0 -0
  975. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/inc/jobresult_js.html +0 -0
  976. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/inc/json_data.html +0 -0
  977. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/inc/json_format.html +0 -0
  978. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/inc/object_contact_header.html +0 -0
  979. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/inc/overridable_field.html +0 -0
  980. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/inc/panel_changelog.html +0 -0
  981. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/inc/panel_jobhistory.html +0 -0
  982. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/inc/secret_provider_parameters_form.html +0 -0
  983. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/inc/tags_panel.html +0 -0
  984. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/job.html +0 -0
  985. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/job_approval_confirmation.html +0 -0
  986. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/job_approval_request.html +0 -0
  987. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/job_bulk_edit.html +0 -0
  988. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/job_detail.html +0 -0
  989. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/job_edit.html +0 -0
  990. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/job_list.html +0 -0
  991. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/jobbutton_retrieve.html +0 -0
  992. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/jobhook.html +0 -0
  993. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/jobqueue_retrieve.html +0 -0
  994. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/jobresult.html +0 -0
  995. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/marketplace.html +0 -0
  996. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/metadatatype_create.html +0 -0
  997. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/metadatatype_retrieve.html +0 -0
  998. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/note.html +0 -0
  999. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/object_assign_contact_or_team.html +0 -0
  1000. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/object_changelog.html +0 -0
  1001. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/object_configcontext.html +0 -0
  1002. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/object_dynamicgroups.html +0 -0
  1003. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/object_new_contact.html +0 -0
  1004. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/object_new_team.html +0 -0
  1005. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/object_notes.html +0 -0
  1006. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/objectchange.html +0 -0
  1007. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/objectchange_list.html +0 -0
  1008. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/plugin_detail.html +0 -0
  1009. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/plugins_list.html +0 -0
  1010. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/plugins_tiles.html +0 -0
  1011. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/relationship.html +0 -0
  1012. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/relationship_edit.html +0 -0
  1013. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/role_retrieve.html +0 -0
  1014. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/scheduled_jobs_approval_queue_list.html +0 -0
  1015. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/scheduledjob.html +0 -0
  1016. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/secret.html +0 -0
  1017. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/secret_check.js +0 -0
  1018. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/secret_create.html +0 -0
  1019. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/secret_edit.html +0 -0
  1020. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/secretsgroup.html +0 -0
  1021. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/secretsgroup_edit.html +0 -0
  1022. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/staticgroupassociation_retrieve.html +0 -0
  1023. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/status.html +0 -0
  1024. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/tag.html +0 -0
  1025. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/tag_edit.html +0 -0
  1026. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/team_retrieve.html +0 -0
  1027. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/templatetags/log_level.html +0 -0
  1028. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/templatetags/plugin_banners.html +0 -0
  1029. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/templatetags/plugin_object_detail_tabs.html +0 -0
  1030. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templates/extras/webhook.html +0 -0
  1031. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templatetags/__init__.py +0 -0
  1032. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templatetags/computed_fields.py +0 -0
  1033. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templatetags/custom_links.py +0 -0
  1034. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templatetags/log_levels.py +0 -0
  1035. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templatetags/plugins.py +0 -0
  1036. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/templatetags/registry.py +0 -0
  1037. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/test_jobs/__init__.py +0 -0
  1038. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/test_jobs/api_test_job.py +0 -0
  1039. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/test_jobs/atomic_transaction.py +0 -0
  1040. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/test_jobs/dry_run.py +0 -0
  1041. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/test_jobs/duplicate_name.py +0 -0
  1042. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/test_jobs/duplicate_name2.py +0 -0
  1043. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/test_jobs/fail.py +0 -0
  1044. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/test_jobs/field_default.py +0 -0
  1045. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/test_jobs/field_order.py +0 -0
  1046. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/test_jobs/file_output.py +0 -0
  1047. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/test_jobs/file_upload_fail.py +0 -0
  1048. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/test_jobs/file_upload_pass.py +0 -0
  1049. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/test_jobs/has_sensitive_variables.py +0 -0
  1050. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/test_jobs/ipaddress_vars.py +0 -0
  1051. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/test_jobs/job_button_receiver.py +0 -0
  1052. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/test_jobs/job_hook_receiver.py +0 -0
  1053. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/test_jobs/jobs_module/__init__.py +0 -0
  1054. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/test_jobs/jobs_module/jobs_submodule/__init__.py +0 -0
  1055. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/test_jobs/jobs_module/jobs_submodule/jobs.py +0 -0
  1056. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/test_jobs/location_with_custom_field.py +0 -0
  1057. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/test_jobs/log_redaction.py +0 -0
  1058. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/test_jobs/log_skip_db_logging.py +0 -0
  1059. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/test_jobs/modify_db.py +0 -0
  1060. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/test_jobs/no_field_order.py +0 -0
  1061. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/test_jobs/object_var_optional.py +0 -0
  1062. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/test_jobs/object_var_required.py +0 -0
  1063. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/test_jobs/object_vars.py +0 -0
  1064. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/test_jobs/pass.py +0 -0
  1065. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/test_jobs/profiling.py +0 -0
  1066. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/test_jobs/read_only_job.py +0 -0
  1067. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/test_jobs/relative_import.py +0 -0
  1068. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/test_jobs/required_args.py +0 -0
  1069. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/test_jobs/singleton.py +0 -0
  1070. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/test_jobs/soft_time_limit_greater_than_time_limit.py +0 -0
  1071. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/test_jobs/task_queues.py +0 -0
  1072. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/__init__.py +0 -0
  1073. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/constants.py +0 -0
  1074. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/example_app_dependency/__init__.py +0 -0
  1075. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/git_data/01-valid-files/__init__.py +0 -0
  1076. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/git_data/01-valid-files/config_context_schemas/schema-1.yaml +0 -0
  1077. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/git_data/01-valid-files/config_contexts/context.yaml +0 -0
  1078. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/git_data/01-valid-files/config_contexts/devices/test-device.json +0 -0
  1079. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/git_data/01-valid-files/config_contexts/locations/Test Location.json +0 -0
  1080. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/git_data/01-valid-files/export_templates/dcim/device/template.j2 +0 -0
  1081. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/git_data/01-valid-files/export_templates/dcim/device/template2.html +0 -0
  1082. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/git_data/01-valid-files/export_templates/ipam/vlan/template.j2 +0 -0
  1083. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/git_data/01-valid-files/jobs/__init__.py +0 -0
  1084. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/git_data/01-valid-files/jobs/my_job.py +0 -0
  1085. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/git_data/02-invalid-files/__init__.py +0 -0
  1086. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/git_data/02-invalid-files/config_context_schemas/badschema1.json +0 -0
  1087. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/git_data/02-invalid-files/config_context_schemas/badschema2.json +0 -0
  1088. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/git_data/02-invalid-files/config_contexts/badcontext1.json +0 -0
  1089. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/git_data/02-invalid-files/config_contexts/badcontext2.json +0 -0
  1090. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/git_data/02-invalid-files/config_contexts/badcontext3.json +0 -0
  1091. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/git_data/02-invalid-files/config_contexts/devices/nosuchdevice.json +0 -0
  1092. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/git_data/02-invalid-files/dcim/template.j2 +0 -0
  1093. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/git_data/02-invalid-files/devices/template.j2 +0 -0
  1094. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/git_data/02-invalid-files/export_templates/dcim/nosuchmodel/template.j2 +0 -0
  1095. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/git_data/02-invalid-files/export_templates/nosuchapp/device/template.j2 +0 -0
  1096. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/git_data/02-invalid-files/jobs/__init__.py +0 -0
  1097. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/git_data/02-invalid-files/jobs/importerror.py +0 -0
  1098. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/git_data/02-invalid-files/jobs/syntaxerror.py +0 -0
  1099. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/git_helper.py +0 -0
  1100. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/integration/__init__.py +0 -0
  1101. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/integration/test_computedfields.py +0 -0
  1102. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/integration/test_configcontextschema.py +0 -0
  1103. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/integration/test_customfields.py +0 -0
  1104. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/integration/test_dynamicgroups.py +0 -0
  1105. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/integration/test_jobs.py +0 -0
  1106. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/integration/test_notes.py +0 -0
  1107. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/integration/test_plugin_banner.py +0 -0
  1108. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/integration/test_plugins.py +0 -0
  1109. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/integration/test_relationships.py +0 -0
  1110. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/integration/test_tagfilter.py +0 -0
  1111. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/test_api.py +0 -0
  1112. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/test_changelog.py +0 -0
  1113. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/test_context_managers.py +0 -0
  1114. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/test_customfields.py +0 -0
  1115. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/test_datasources.py +0 -0
  1116. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/test_dynamicgroups.py +0 -0
  1117. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/test_filters.py +0 -0
  1118. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/test_job_variables.py +0 -0
  1119. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/test_management.py +0 -0
  1120. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/test_migrations.py +0 -0
  1121. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/test_notes.py +0 -0
  1122. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/test_plugins.py +0 -0
  1123. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/test_registry.py +0 -0
  1124. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/test_relationships.py +0 -0
  1125. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/test_schema.py +0 -0
  1126. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/test_tags.py +0 -0
  1127. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/test_utils.py +0 -0
  1128. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/tests/test_webhooks.py +0 -0
  1129. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/urls.py +0 -0
  1130. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/utils.py +0 -0
  1131. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/views.py +0 -0
  1132. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/extras/webhooks.py +0 -0
  1133. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/generate_secret_key.py +0 -0
  1134. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/__init__.py +0 -0
  1135. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/api/__init__.py +0 -0
  1136. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/api/fields.py +0 -0
  1137. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/api/serializers.py +0 -0
  1138. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/api/urls.py +0 -0
  1139. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/api/views.py +0 -0
  1140. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/apps.py +0 -0
  1141. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/choices.py +0 -0
  1142. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/constants.py +0 -0
  1143. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/factory.py +0 -0
  1144. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/fields.py +0 -0
  1145. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/filters.py +0 -0
  1146. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/formfields.py +0 -0
  1147. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/forms.py +0 -0
  1148. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/graphql/__init__.py +0 -0
  1149. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/graphql/types.py +0 -0
  1150. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/homepage.py +0 -0
  1151. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/lookups.py +0 -0
  1152. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/management/__init__.py +0 -0
  1153. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/management/commands/__init__.py +0 -0
  1154. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/management/commands/fix_prefix_broadcast.py +0 -0
  1155. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0001_initial_part_1.py +0 -0
  1156. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0002_initial_part_2.py +0 -0
  1157. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0003_remove_max_length.py +0 -0
  1158. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0004_fixup_p2p_broadcast.py +0 -0
  1159. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0005_auto_slug.py +0 -0
  1160. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0006_ipaddress_nat_outside_list.py +0 -0
  1161. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0007_add_natural_indexing.py +0 -0
  1162. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0008_prefix_vlan_vlangroup_location.py +0 -0
  1163. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0009_alter_vlan_name.py +0 -0
  1164. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0010_alter_ipam_role_add_new_role.py +0 -0
  1165. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0011_migrate_ipam_role_data.py +0 -0
  1166. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0012_rename_ipam_roles.py +0 -0
  1167. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0013_delete_role.py +0 -0
  1168. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0014_rename_foreign_keys_and_related_names.py +0 -0
  1169. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0015_prefix_add_type.py +0 -0
  1170. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0016_prefix_type_data_migration.py +0 -0
  1171. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0017_prefix_remove_is_pool.py +0 -0
  1172. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0018_remove_site_foreign_key_from_ipam_models.py +0 -0
  1173. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0019_created_datetime.py +0 -0
  1174. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0020_related_name_changes.py +0 -0
  1175. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0021_prefix_add_rir_and_date_allocated.py +0 -0
  1176. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0022_aggregate_to_prefix_data_migration.py +0 -0
  1177. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0023_delete_aggregate.py +0 -0
  1178. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0024_interface_to_ipaddress_m2m.py +0 -0
  1179. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0025_interface_ipaddress_m2m_data_migration.py +0 -0
  1180. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0026_ipaddress_remove_assigned_object.py +0 -0
  1181. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0027_remove_rir_slug.py +0 -0
  1182. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0028_tagsfield.py +0 -0
  1183. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0029_ip_address_to_interface_uniqueness_constraints.py +0 -0
  1184. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0030_ipam__namespaces.py +0 -0
  1185. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0031_ipam___data_migrations.py +0 -0
  1186. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0032_ipam__namespaces_finish.py +0 -0
  1187. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0033_fixup_null_statuses.py +0 -0
  1188. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0034_status_nonnullable.py +0 -0
  1189. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0035_ensure_all_services_fit_uniqueness_constraint.py +0 -0
  1190. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0036_add_uniqueness_constraints_to_service.py +0 -0
  1191. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0037_data_migration_vlan_group_name_uniqueness.py +0 -0
  1192. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0038_vlan_group_name_unique_remove_slug.py +0 -0
  1193. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0039_alter_ipaddresstointerface_ip_address.py +0 -0
  1194. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0040_vlan_prefix_locations.py +0 -0
  1195. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0041_vlan_prefix_locations_data_migration.py +0 -0
  1196. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0042_remove_location_from_vlan_and_prefix.py +0 -0
  1197. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0043_fixup_null_ip_version.py +0 -0
  1198. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0044_ip_version_nonnullable.py +0 -0
  1199. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0045_alter_vlangroup_options.py +0 -0
  1200. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0046_update_all_charfields_max_length_to_255.py +0 -0
  1201. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0047_alter_ipaddress_role_alter_ipaddress_status_and_more.py +0 -0
  1202. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0048_vrf_status.py +0 -0
  1203. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0049_vrf_data_migration.py +0 -0
  1204. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/0050_vlangroup_range.py +0 -0
  1205. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/migrations/__init__.py +0 -0
  1206. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/mixins.py +0 -0
  1207. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/models.py +0 -0
  1208. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/navigation.py +0 -0
  1209. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/querysets.py +0 -0
  1210. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/signals.py +0 -0
  1211. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/tables.py +0 -0
  1212. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/templates/ipam/inc/ipadress_edit_header.html +0 -0
  1213. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/templates/ipam/inc/service.html +0 -0
  1214. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/templates/ipam/inc/toggle_available.html +0 -0
  1215. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/templates/ipam/inc/vlangroup_header.html +0 -0
  1216. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/templates/ipam/ipaddress.html +0 -0
  1217. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/templates/ipam/ipaddress_assign.html +0 -0
  1218. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/templates/ipam/ipaddress_bulk_add.html +0 -0
  1219. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/templates/ipam/ipaddress_edit.html +0 -0
  1220. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/templates/ipam/ipaddress_interfaces.html +0 -0
  1221. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/templates/ipam/ipaddress_list.html +0 -0
  1222. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/templates/ipam/ipaddress_merge.html +0 -0
  1223. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/templates/ipam/ipaddress_vm_interfaces.html +0 -0
  1224. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/templates/ipam/ipaddresstointerface_retrieve.html +0 -0
  1225. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/templates/ipam/namespace_ipaddresses.html +0 -0
  1226. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/templates/ipam/namespace_prefixes.html +0 -0
  1227. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/templates/ipam/namespace_retrieve.html +0 -0
  1228. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/templates/ipam/namespace_vrfs.html +0 -0
  1229. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/templates/ipam/prefix.html +0 -0
  1230. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/templates/ipam/prefix_delete.html +0 -0
  1231. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/templates/ipam/prefix_edit.html +0 -0
  1232. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/templates/ipam/prefix_ipaddresses.html +0 -0
  1233. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/templates/ipam/prefix_list.html +0 -0
  1234. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/templates/ipam/prefix_prefixes.html +0 -0
  1235. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/templates/ipam/rir.html +0 -0
  1236. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/templates/ipam/routetarget.html +0 -0
  1237. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/templates/ipam/service.html +0 -0
  1238. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/templates/ipam/service_edit.html +0 -0
  1239. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/templates/ipam/vlan.html +0 -0
  1240. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/templates/ipam/vlan_edit.html +0 -0
  1241. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/templates/ipam/vlan_interfaces.html +0 -0
  1242. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/templates/ipam/vlan_vminterfaces.html +0 -0
  1243. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/templates/ipam/vlangroup.html +0 -0
  1244. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/templates/ipam/vrf.html +0 -0
  1245. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/templates/ipam/vrf_edit.html +0 -0
  1246. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/tests/__init__.py +0 -0
  1247. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/tests/features/prefixes.feature +0 -0
  1248. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/tests/integration/__init__.py +0 -0
  1249. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/tests/integration/test_prefixes.py +0 -0
  1250. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/tests/test_filters.py +0 -0
  1251. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/tests/test_forms.py +0 -0
  1252. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/tests/test_graphql.py +0 -0
  1253. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/tests/test_migrations.py +0 -0
  1254. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/tests/test_models.py +0 -0
  1255. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/tests/test_ordering.py +0 -0
  1256. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/tests/test_querysets.py +0 -0
  1257. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/tests/test_tables.py +0 -0
  1258. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/tests/test_utils.py +0 -0
  1259. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/tests/test_views.py +0 -0
  1260. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/urls.py +0 -0
  1261. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/utils/__init__.py +0 -0
  1262. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/utils/migrations.py +0 -0
  1263. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/validators.py +0 -0
  1264. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/ipam/views.py +0 -0
  1265. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/bootstrap-3.4.1-dist/css/bootstrap-theme.css +0 -0
  1266. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/bootstrap-3.4.1-dist/css/bootstrap-theme.css.map +0 -0
  1267. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/bootstrap-3.4.1-dist/css/bootstrap-theme.min.css +0 -0
  1268. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/bootstrap-3.4.1-dist/css/bootstrap-theme.min.css.map +0 -0
  1269. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/bootstrap-3.4.1-dist/css/bootstrap.css +0 -0
  1270. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/bootstrap-3.4.1-dist/css/bootstrap.css.map +0 -0
  1271. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/bootstrap-3.4.1-dist/css/bootstrap.min.css +0 -0
  1272. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/bootstrap-3.4.1-dist/css/bootstrap.min.css.map +0 -0
  1273. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/bootstrap-3.4.1-dist/fonts/glyphicons-halflings-regular.eot +0 -0
  1274. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/bootstrap-3.4.1-dist/fonts/glyphicons-halflings-regular.svg +0 -0
  1275. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/bootstrap-3.4.1-dist/fonts/glyphicons-halflings-regular.ttf +0 -0
  1276. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/bootstrap-3.4.1-dist/fonts/glyphicons-halflings-regular.woff +0 -0
  1277. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/bootstrap-3.4.1-dist/fonts/glyphicons-halflings-regular.woff2 +0 -0
  1278. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/bootstrap-3.4.1-dist/js/bootstrap.js +0 -0
  1279. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/bootstrap-3.4.1-dist/js/bootstrap.min.js +0 -0
  1280. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/bootstrap-3.4.1-dist/js/npm.js +0 -0
  1281. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/clipboard.js-2.0.9/clipboard.min.js +0 -0
  1282. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/css/base.css +0 -0
  1283. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/css/dark.css +0 -0
  1284. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/css/rack_elevation.css +0 -0
  1285. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/404.html +0 -0
  1286. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/additional-features/caching.html +0 -0
  1287. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/additional-features/change-logging.html +0 -0
  1288. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/additional-features/config-contexts.html +0 -0
  1289. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/additional-features/healthcheck.html +0 -0
  1290. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/additional-features/jobs.html +0 -0
  1291. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/additional-features/prometheus-metrics.html +0 -0
  1292. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/administration/celery-queues.html +0 -0
  1293. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/administration/nautobot-server.html +0 -0
  1294. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/administration/nautobot-shell.html +0 -0
  1295. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/administration/permissions.html +0 -0
  1296. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/administration/replicating-nautobot.html +0 -0
  1297. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/apps/index.html +0 -0
  1298. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/apps/migrating-jobs-from-nautobot-v1.html +0 -0
  1299. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/apps/nautobot-apps.html +0 -0
  1300. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/_mkdocstrings.css +0 -0
  1301. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/app-icons/icon-CapacityMetrics.svg +0 -0
  1302. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/app-icons/icon-ChatOps.png +0 -0
  1303. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/app-icons/icon-CircuitMaintenance.png +0 -0
  1304. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/app-icons/icon-DataValidationEngine.png +0 -0
  1305. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/app-icons/icon-DeviceLifecycle.png +0 -0
  1306. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/app-icons/icon-DeviceOnboarding.png +0 -0
  1307. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/app-icons/icon-FirewallModels.png +0 -0
  1308. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/app-icons/icon-GoldenConfiguration.png +0 -0
  1309. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/app-icons/icon-NautobotPluginNornir.png +0 -0
  1310. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/app-icons/icon-SSoT.png +0 -0
  1311. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/extra.css +0 -0
  1312. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/favicon.ico +0 -0
  1313. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/images/favicon.png +0 -0
  1314. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/bundle.88dd0f4e.min.js +0 -0
  1315. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/bundle.88dd0f4e.min.js.map +0 -0
  1316. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/glightbox.min.js +0 -0
  1317. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/lunr/min/lunr.ar.min.js +0 -0
  1318. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/lunr/min/lunr.da.min.js +0 -0
  1319. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/lunr/min/lunr.de.min.js +0 -0
  1320. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/lunr/min/lunr.du.min.js +0 -0
  1321. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/lunr/min/lunr.el.min.js +0 -0
  1322. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/lunr/min/lunr.es.min.js +0 -0
  1323. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/lunr/min/lunr.fi.min.js +0 -0
  1324. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/lunr/min/lunr.fr.min.js +0 -0
  1325. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/lunr/min/lunr.he.min.js +0 -0
  1326. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/lunr/min/lunr.hi.min.js +0 -0
  1327. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/lunr/min/lunr.hu.min.js +0 -0
  1328. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/lunr/min/lunr.hy.min.js +0 -0
  1329. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/lunr/min/lunr.it.min.js +0 -0
  1330. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/lunr/min/lunr.ja.min.js +0 -0
  1331. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/lunr/min/lunr.jp.min.js +0 -0
  1332. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/lunr/min/lunr.kn.min.js +0 -0
  1333. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/lunr/min/lunr.ko.min.js +0 -0
  1334. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/lunr/min/lunr.multi.min.js +0 -0
  1335. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/lunr/min/lunr.nl.min.js +0 -0
  1336. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/lunr/min/lunr.no.min.js +0 -0
  1337. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/lunr/min/lunr.pt.min.js +0 -0
  1338. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/lunr/min/lunr.ro.min.js +0 -0
  1339. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/lunr/min/lunr.ru.min.js +0 -0
  1340. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/lunr/min/lunr.sa.min.js +0 -0
  1341. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/lunr/min/lunr.stemmer.support.min.js +0 -0
  1342. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/lunr/min/lunr.sv.min.js +0 -0
  1343. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/lunr/min/lunr.ta.min.js +0 -0
  1344. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/lunr/min/lunr.te.min.js +0 -0
  1345. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/lunr/min/lunr.th.min.js +0 -0
  1346. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/lunr/min/lunr.tr.min.js +0 -0
  1347. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/lunr/min/lunr.vi.min.js +0 -0
  1348. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/lunr/min/lunr.zh.min.js +0 -0
  1349. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/lunr/tinyseg.js +0 -0
  1350. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/lunr/wordcut.js +0 -0
  1351. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/workers/search.6ce7567c.min.js +0 -0
  1352. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/javascripts/workers/search.6ce7567c.min.js.map +0 -0
  1353. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/nautobot_logo.png +0 -0
  1354. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/nautobot_logo.svg +0 -0
  1355. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/networktocode_bw.png +0 -0
  1356. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/overrides/partials/copyright.html +0 -0
  1357. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/stylesheets/glightbox.min.css +0 -0
  1358. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/stylesheets/main.6f8fc17f.min.css +0 -0
  1359. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/stylesheets/main.6f8fc17f.min.css.map +0 -0
  1360. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/stylesheets/palette.06af60db.min.css +0 -0
  1361. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/assets/stylesheets/palette.06af60db.min.css.map +0 -0
  1362. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/code-reference/nautobot/apps/__init__.html +0 -0
  1363. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/code-reference/nautobot/apps/admin.html +0 -0
  1364. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/code-reference/nautobot/apps/api.html +0 -0
  1365. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/code-reference/nautobot/apps/change_logging.html +0 -0
  1366. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/code-reference/nautobot/apps/choices.html +0 -0
  1367. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/code-reference/nautobot/apps/config.html +0 -0
  1368. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/code-reference/nautobot/apps/constants.html +0 -0
  1369. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/code-reference/nautobot/apps/datasources.html +0 -0
  1370. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/code-reference/nautobot/apps/events.html +0 -0
  1371. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/code-reference/nautobot/apps/exceptions.html +0 -0
  1372. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/code-reference/nautobot/apps/factory.html +0 -0
  1373. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/code-reference/nautobot/apps/filters.html +0 -0
  1374. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/code-reference/nautobot/apps/forms.html +0 -0
  1375. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/code-reference/nautobot/apps/graphql.html +0 -0
  1376. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/code-reference/nautobot/apps/jobs.html +0 -0
  1377. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/code-reference/nautobot/apps/models.html +0 -0
  1378. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/code-reference/nautobot/apps/querysets.html +0 -0
  1379. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/code-reference/nautobot/apps/secrets.html +0 -0
  1380. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/code-reference/nautobot/apps/tables.html +0 -0
  1381. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/code-reference/nautobot/apps/ui.html +0 -0
  1382. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/code-reference/nautobot/apps/urls.html +0 -0
  1383. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/code-reference/nautobot/apps/utils.html +0 -0
  1384. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/code-reference/nautobot/apps/views.html +0 -0
  1385. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/configuration/authentication/ldap.html +0 -0
  1386. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/configuration/authentication/remote.html +0 -0
  1387. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/configuration/authentication/sso.html +0 -0
  1388. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/configuration/index.html +0 -0
  1389. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/configuration/optional-settings.html +0 -0
  1390. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/configuration/required-settings.html +0 -0
  1391. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/core-functionality/circuits.html +0 -0
  1392. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/core-functionality/device-types.html +0 -0
  1393. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/core-functionality/devices.html +0 -0
  1394. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/core-functionality/ipam.html +0 -0
  1395. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/core-functionality/power.html +0 -0
  1396. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/core-functionality/secrets.html +0 -0
  1397. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/core-functionality/services.html +0 -0
  1398. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/core-functionality/sites-and-racks.html +0 -0
  1399. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/core-functionality/tenancy.html +0 -0
  1400. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/core-functionality/virtualization.html +0 -0
  1401. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/core-functionality/vlans.html +0 -0
  1402. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/application-registry.html +0 -0
  1403. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/configuration-view.html +0 -0
  1404. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/database-backend-config.html +0 -0
  1405. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/models/django-admin.html +0 -0
  1406. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/models/global-search.html +0 -0
  1407. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/models/graphql.html +0 -0
  1408. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/models/index.html +0 -0
  1409. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/nautobot-app-config.html +0 -0
  1410. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/platform-features/custom-validators.html +0 -0
  1411. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/platform-features/filter-extensions.html +0 -0
  1412. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/platform-features/git-repository-content.html +0 -0
  1413. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/platform-features/index.html +0 -0
  1414. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/platform-features/jinja2-filters.html +0 -0
  1415. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/platform-features/jobs.html +0 -0
  1416. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/platform-features/populating-extensibility-features.html +0 -0
  1417. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/platform-features/secrets-providers.html +0 -0
  1418. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/platform-features/table-extensions.html +0 -0
  1419. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/platform-features/uniquely-identify-objects.html +0 -0
  1420. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/prometheus.html +0 -0
  1421. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/setup.html +0 -0
  1422. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/testing.html +0 -0
  1423. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/ui-extensions/banners.html +0 -0
  1424. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/ui-extensions/home-page.html +0 -0
  1425. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/ui-extensions/index.html +0 -0
  1426. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/ui-extensions/navigation.html +0 -0
  1427. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/ui-extensions/object-detail-views.html +0 -0
  1428. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/ui-extensions/object-views.html +0 -0
  1429. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/ui-extensions/tabs.html +0 -0
  1430. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/views/base-template.html +0 -0
  1431. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/views/core-view-overrides.html +0 -0
  1432. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/views/django-generic-views.html +0 -0
  1433. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/views/help-documentation.html +0 -0
  1434. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/views/index.html +0 -0
  1435. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/views/nautobot-generic-views.html +0 -0
  1436. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/views/nautobotuiviewset.html +0 -0
  1437. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/views/nautobotuiviewsetrouter.html +0 -0
  1438. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/views/notes.html +0 -0
  1439. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/views/rest-api.html +0 -0
  1440. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/views/urls.html +0 -0
  1441. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/api/views/view-overrides.html +0 -0
  1442. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/index.html +0 -0
  1443. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/migration/code-updates.html +0 -0
  1444. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/migration/dependency-updates.html +0 -0
  1445. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/migration/from-v1.html +0 -0
  1446. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/migration/model-updates/dcim.html +0 -0
  1447. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/migration/model-updates/extras.html +0 -0
  1448. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/migration/model-updates/global.html +0 -0
  1449. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/migration/model-updates/ipam.html +0 -0
  1450. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/migration/ui-component-framework/best-practices.html +0 -0
  1451. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/migration/ui-component-framework/custom-content.html +0 -0
  1452. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/migration/ui-component-framework/index.html +0 -0
  1453. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/migration/ui-component-framework/migration-steps.html +0 -0
  1454. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/apps/porting-from-netbox.html +0 -0
  1455. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/best-practices.html +0 -0
  1456. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/core/application-registry.html +0 -0
  1457. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/core/best-practices.html +0 -0
  1458. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/core/bootstrap-ui.html +0 -0
  1459. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/core/caching.html +0 -0
  1460. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/core/controllers.html +0 -0
  1461. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/core/docker-compose-advanced-use-cases.html +0 -0
  1462. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/core/extending-models.html +0 -0
  1463. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/core/generic-views.html +0 -0
  1464. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/core/getting-started.html +0 -0
  1465. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/core/homepage.html +0 -0
  1466. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/core/index.html +0 -0
  1467. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/core/minikube-dev-environment-for-k8s-jobs.html +0 -0
  1468. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/core/model-checklist.html +0 -0
  1469. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/core/model-features.html +0 -0
  1470. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/core/natural-keys.html +0 -0
  1471. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/core/navigation-menu.html +0 -0
  1472. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/core/react-ui.html +0 -0
  1473. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/core/release-checklist.html +0 -0
  1474. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/core/role-internals.html +0 -0
  1475. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/core/settings.html +0 -0
  1476. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/core/style-guide.html +0 -0
  1477. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/core/templates.html +0 -0
  1478. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/core/testing.html +0 -0
  1479. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/core/ui-component-framework.html +0 -0
  1480. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/core/user-preferences.html +0 -0
  1481. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/docker-compose-advanced-use-cases.html +0 -0
  1482. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/extending-models.html +0 -0
  1483. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/generic-views.html +0 -0
  1484. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/getting-started.html +0 -0
  1485. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/homepage.html +0 -0
  1486. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/index.html +0 -0
  1487. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/jobs/index.html +0 -0
  1488. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/jobs/migration/from-v1.html +0 -0
  1489. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/model-features.html +0 -0
  1490. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/natural-keys.html +0 -0
  1491. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/navigation-menu.html +0 -0
  1492. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/react-ui.html +0 -0
  1493. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/release-checklist.html +0 -0
  1494. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/role-internals.html +0 -0
  1495. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/style-guide.html +0 -0
  1496. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/templates.html +0 -0
  1497. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/testing.html +0 -0
  1498. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/development/user-preferences.html +0 -0
  1499. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/docker/index.html +0 -0
  1500. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/generate_code_reference_pages.py +0 -0
  1501. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/img/edge_dev_circuit_relationship.png +0 -0
  1502. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/img/leaf_dev_no_circuit_relationship.png +0 -0
  1503. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/img/relationship_w_json_filter.png +0 -0
  1504. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/index.html +0 -0
  1505. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/installation/centos.html +0 -0
  1506. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/installation/external-authentication.html +0 -0
  1507. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/installation/http-server.html +0 -0
  1508. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/installation/index.html +0 -0
  1509. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/installation/migrating-from-netbox.html +0 -0
  1510. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/installation/migrating-from-postgresql.html +0 -0
  1511. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/installation/nautobot.html +0 -0
  1512. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/installation/region-and-site-data-migration-guide.html +0 -0
  1513. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/installation/selinux-troubleshooting.html +0 -0
  1514. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/installation/services.html +0 -0
  1515. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/installation/ubuntu.html +0 -0
  1516. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/installation/upgrading-from-nautobot-v1.html +0 -0
  1517. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/installation/upgrading.html +0 -0
  1518. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/macros.py +0 -0
  1519. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/admin_ui_run_permission.png +0 -0
  1520. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/apps/app_admin_config.png +0 -0
  1521. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/apps/app_admin_ui.png +0 -0
  1522. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/apps/app_rest_api_endpoint.png +0 -0
  1523. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/development/core/kubernetes/k8s_job_edit.png +0 -0
  1524. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/development/core/kubernetes/k8s_job_edit_button.png +0 -0
  1525. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/development/core/kubernetes/k8s_job_list_nav.png +0 -0
  1526. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/development/core/kubernetes/k8s_job_list_view.png +0 -0
  1527. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/development/core/kubernetes/k8s_job_queue.png +0 -0
  1528. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/development/core/kubernetes/k8s_job_queue_add.png +0 -0
  1529. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/development/core/kubernetes/k8s_job_queue_config.png +0 -0
  1530. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/development/core/kubernetes/k8s_job_result_completed.png +0 -0
  1531. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/development/core/kubernetes/k8s_job_result_nav.png +0 -0
  1532. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/development/core/kubernetes/k8s_job_result_pending.png +0 -0
  1533. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/development/core/kubernetes/k8s_job_run_form.png +0 -0
  1534. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/development/core/kubernetes/k8s_nautobot_login.png +0 -0
  1535. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/development/core/kubernetes/k8s_run_job.png +0 -0
  1536. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/development/core/kubernetes/k8s_run_scheduled_job_form.png +0 -0
  1537. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/development/core/kubernetes/k8s_scheduled_job_result.png +0 -0
  1538. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/development/core/ui-component-framework/basic-panel-layout.png +0 -0
  1539. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/development/core/ui-component-framework/button-example.png +0 -0
  1540. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/development/core/ui-component-framework/buttons-example.png +0 -0
  1541. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/development/core/ui-component-framework/cluster-type-before-after-example.png +0 -0
  1542. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/development/core/ui-component-framework/dropdown-button-example.png +0 -0
  1543. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/development/core/ui-component-framework/grouped-key-value-table-panel-example-1.png +0 -0
  1544. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/development/core/ui-component-framework/grouped-key-value-table-panel-example-2.png +0 -0
  1545. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/development/core/ui-component-framework/object-fields-panel-example.png +0 -0
  1546. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/development/core/ui-component-framework/object-fields-panel-example_2.png +0 -0
  1547. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/development/core/ui-component-framework/stats-panel-example-code.png +0 -0
  1548. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/development/core/ui-component-framework/stats-panel-example.png +0 -0
  1549. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/development/core/ui-component-framework/table-panels-family.png +0 -0
  1550. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/development/core/ui-component-framework/text-panels-family.png +0 -0
  1551. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/development/core/ui-component-framework/ui-framework-example.png +0 -0
  1552. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/development/homepage_changelog_panel.png +0 -0
  1553. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/development/homepage_dcim_panel.png +0 -0
  1554. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/development/index_bug_wf.jpg +0 -0
  1555. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/development/index_feature_request_wf.jpg +0 -0
  1556. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/development/index_release_cadence.drawio +0 -0
  1557. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/development/index_release_cadence.jpg +0 -0
  1558. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/installation/nautobot_ui_admin.png +0 -0
  1559. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/installation/nautobot_ui_login.png +0 -0
  1560. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/models/cloud_aws_direct_connect_dark.png +0 -0
  1561. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/models/cloud_aws_direct_connect_light.png +0 -0
  1562. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/models/dcim_cable_trace.png +0 -0
  1563. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/models/dcim_cable_trace_circuit.png +0 -0
  1564. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/models/dynamicgroup_filtering_01.png +0 -0
  1565. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/models/dynamicgroup_workflow_advanced_1_01.png +0 -0
  1566. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/models/dynamicgroup_workflow_advanced_1_02.png +0 -0
  1567. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/models/dynamicgroup_workflow_advanced_1_03.png +0 -0
  1568. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/models/dynamicgroup_workflow_advanced_1_04.png +0 -0
  1569. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/models/dynamicgroup_workflow_advanced_1_05.png +0 -0
  1570. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/models/dynamicgroup_workflow_advanced_2_01.png +0 -0
  1571. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/models/dynamicgroup_workflow_advanced_2_02.png +0 -0
  1572. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/models/dynamicgroup_workflow_advanced_2_03.png +0 -0
  1573. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/models/dynamicgroup_workflow_advanced_2_04.png +0 -0
  1574. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/models/dynamicgroup_workflow_advanced_2_05.png +0 -0
  1575. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/models/dynamicgroup_workflow_advanced_2_06.png +0 -0
  1576. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/models/dynamicgroup_workflow_advanced_2_07.png +0 -0
  1577. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/models/dynamicgroup_workflow_basic_01.png +0 -0
  1578. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/models/dynamicgroup_workflow_basic_02.png +0 -0
  1579. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/models/dynamicgroup_workflow_basic_03.png +0 -0
  1580. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/models/jobbutton_form.png +0 -0
  1581. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/models/model_simple.drawio +0 -0
  1582. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/models/model_simple.png +0 -0
  1583. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/models/model_uml.erd +0 -0
  1584. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/models/model_uml.png +0 -0
  1585. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/models/site_jobbuttons.png +0 -0
  1586. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/models/virtual_device_context_overview.drawio +0 -0
  1587. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/models/virtual_device_context_overview.png +0 -0
  1588. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/nautobot_application_stack_high_level.drawio +0 -0
  1589. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/nautobot_application_stack_high_level.png +0 -0
  1590. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/nautobot_application_stack_low_level.png +0 -0
  1591. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/nautobot_application_stack_low_level.txt +0 -0
  1592. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/power_distribution.png +0 -0
  1593. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/ss_app_chatops.png +0 -0
  1594. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/ss_app_golden_config.png +0 -0
  1595. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/ss_config_contexts.png +0 -0
  1596. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/ss_graphiql.png +0 -0
  1597. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/ss_main_page.png +0 -0
  1598. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/ss_prefix_hierarchy.png +0 -0
  1599. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/user-guide/administration/guides/request-profiling/advanced-settings.png +0 -0
  1600. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/user-guide/administration/guides/request-profiling/silk-ui.png +0 -0
  1601. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/user-guide/administration/guides/s3-django-storage/user-guide-s3-1.png +0 -0
  1602. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/user-guide/administration/guides/s3-django-storage/user-guide-s3-2.png +0 -0
  1603. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/media/user-guide/administration/upgrading/from-v1/ipam/tenant-affinity.png +0 -0
  1604. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/circuits/circuit.html +0 -0
  1605. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/circuits/circuittermination.html +0 -0
  1606. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/circuits/circuittype.html +0 -0
  1607. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/circuits/provider.html +0 -0
  1608. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/circuits/providernetwork.html +0 -0
  1609. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/cloud/cloudaccount.html +0 -0
  1610. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/cloud/cloudnetwork.html +0 -0
  1611. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/cloud/cloudnetworkprefixassignment.html +0 -0
  1612. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/cloud/cloudresourcetype.html +0 -0
  1613. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/cloud/cloudservice.html +0 -0
  1614. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/cloud/cloudservicenetworkassignment.html +0 -0
  1615. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/cable.html +0 -0
  1616. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/consoleport.html +0 -0
  1617. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/consoleporttemplate.html +0 -0
  1618. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/consoleserverport.html +0 -0
  1619. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/consoleserverporttemplate.html +0 -0
  1620. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/controller.html +0 -0
  1621. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/controllermanageddevicegroup.html +0 -0
  1622. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/device.html +0 -0
  1623. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/devicebay.html +0 -0
  1624. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/devicebaytemplate.html +0 -0
  1625. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/devicefamily.html +0 -0
  1626. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/deviceredundancygroup.html +0 -0
  1627. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/devicetype.html +0 -0
  1628. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/frontport.html +0 -0
  1629. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/frontporttemplate.html +0 -0
  1630. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/interface.html +0 -0
  1631. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/interfacetemplate.html +0 -0
  1632. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/inventoryitem.html +0 -0
  1633. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/location.html +0 -0
  1634. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/locationtype.html +0 -0
  1635. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/manufacturer.html +0 -0
  1636. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/module.html +0 -0
  1637. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/modulebay.html +0 -0
  1638. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/modulebaytemplate.html +0 -0
  1639. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/moduletype.html +0 -0
  1640. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/platform.html +0 -0
  1641. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/powerfeed.html +0 -0
  1642. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/poweroutlet.html +0 -0
  1643. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/poweroutlettemplate.html +0 -0
  1644. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/powerpanel.html +0 -0
  1645. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/powerport.html +0 -0
  1646. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/powerporttemplate.html +0 -0
  1647. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/rack.html +0 -0
  1648. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/rackgroup.html +0 -0
  1649. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/rackreservation.html +0 -0
  1650. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/rearport.html +0 -0
  1651. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/rearporttemplate.html +0 -0
  1652. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/softwareimagefile.html +0 -0
  1653. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/softwareversion.html +0 -0
  1654. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/virtualchassis.html +0 -0
  1655. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/dcim/virtualdevicecontext.html +0 -0
  1656. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/extras/computedfield.html +0 -0
  1657. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/extras/configcontext.html +0 -0
  1658. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/extras/configcontextschema.html +0 -0
  1659. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/extras/contact.html +0 -0
  1660. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/extras/customfield.html +0 -0
  1661. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/extras/customlink.html +0 -0
  1662. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/extras/dynamicgroup.html +0 -0
  1663. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/extras/exporttemplate.html +0 -0
  1664. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/extras/gitrepository.html +0 -0
  1665. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/extras/jobhook.html +0 -0
  1666. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/extras/joblogentry.html +0 -0
  1667. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/extras/jobqueue.html +0 -0
  1668. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/extras/jobresult.html +0 -0
  1669. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/extras/metadatachoice.html +0 -0
  1670. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/extras/metadatatype.html +0 -0
  1671. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/extras/objectmetadata.html +0 -0
  1672. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/extras/role.html +0 -0
  1673. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/extras/savedview.html +0 -0
  1674. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/extras/secret.html +0 -0
  1675. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/extras/secretsgroup.html +0 -0
  1676. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/extras/staticgroupassociation.html +0 -0
  1677. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/extras/status.html +0 -0
  1678. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/extras/team.html +0 -0
  1679. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/ipam/ipaddress.html +0 -0
  1680. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/ipam/prefix.html +0 -0
  1681. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/ipam/rir.html +0 -0
  1682. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/ipam/routetarget.html +0 -0
  1683. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/ipam/service.html +0 -0
  1684. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/ipam/vlan.html +0 -0
  1685. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/ipam/vlangroup.html +0 -0
  1686. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/ipam/vrf.html +0 -0
  1687. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/tenancy/tenant.html +0 -0
  1688. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/tenancy/tenantgroup.html +0 -0
  1689. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/virtualization/cluster.html +0 -0
  1690. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/virtualization/clustergroup.html +0 -0
  1691. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/virtualization/clustertype.html +0 -0
  1692. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/virtualization/virtualmachine.html +0 -0
  1693. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/virtualization/vminterface.html +0 -0
  1694. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/wireless/radioprofile.html +0 -0
  1695. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/wireless/supporteddatarate.html +0 -0
  1696. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/models/wireless/wirelessnetwork.html +0 -0
  1697. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/nautobot_logo.png +0 -0
  1698. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/nautobot_logo.svg +0 -0
  1699. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/overview/application_stack.html +0 -0
  1700. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/overview/design_philosophy.html +0 -0
  1701. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/overview/index.html +0 -0
  1702. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/plugins/development.html +0 -0
  1703. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/plugins/index.html +0 -0
  1704. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/plugins/porting-from-netbox.html +0 -0
  1705. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/release-notes/index.html +0 -0
  1706. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/release-notes/version-1.0.html +0 -0
  1707. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/release-notes/version-1.1.html +0 -0
  1708. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/release-notes/version-1.2.html +0 -0
  1709. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/release-notes/version-1.3.html +0 -0
  1710. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/release-notes/version-1.4.html +0 -0
  1711. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/release-notes/version-1.5.html +0 -0
  1712. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/release-notes/version-1.6.html +0 -0
  1713. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/release-notes/version-2.0.html +0 -0
  1714. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/release-notes/version-2.1.html +0 -0
  1715. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/release-notes/version-2.2.html +0 -0
  1716. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/release-notes/version-2.3.html +0 -0
  1717. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/requirements.txt +0 -0
  1718. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/rest-api/overview.html +0 -0
  1719. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/configuration/authentication/ldap.html +0 -0
  1720. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/configuration/authentication/remote.html +0 -0
  1721. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/configuration/authentication/sso.html +0 -0
  1722. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/configuration/index.html +0 -0
  1723. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/configuration/node-configuration.html +0 -0
  1724. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/configuration/optional-settings.html +0 -0
  1725. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/configuration/redis.html +0 -0
  1726. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/configuration/required-settings.html +0 -0
  1727. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/configuration/settings.html +0 -0
  1728. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/configuration/time-zones.html +0 -0
  1729. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/guides/caching.html +0 -0
  1730. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/guides/celery-queues.html +0 -0
  1731. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/guides/docker.html +0 -0
  1732. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/guides/health-checks.html +0 -0
  1733. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/guides/healthcheck.html +0 -0
  1734. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/guides/permissions.html +0 -0
  1735. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/guides/prometheus-metrics.html +0 -0
  1736. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/guides/replicating-nautobot.html +0 -0
  1737. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/guides/request-profiling.html +0 -0
  1738. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/guides/s3-django-storage.html +0 -0
  1739. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/guides/selinux-troubleshooting.html +0 -0
  1740. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/installation/app-install.html +0 -0
  1741. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/installation/docker.html +0 -0
  1742. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/installation/external-authentication.html +0 -0
  1743. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/installation/health-checks.html +0 -0
  1744. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/installation/http-server.html +0 -0
  1745. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/installation/index.html +0 -0
  1746. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/installation/install_system.html +0 -0
  1747. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/installation/nautobot.html +0 -0
  1748. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/installation/selinux-troubleshooting.html +0 -0
  1749. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/installation/services.html +0 -0
  1750. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/installation-extras/docker.html +0 -0
  1751. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/installation-extras/health-checks.html +0 -0
  1752. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/installation-extras/selinux-troubleshooting.html +0 -0
  1753. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/migration/migrating-from-netbox.html +0 -0
  1754. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/migration/migrating-from-postgresql.html +0 -0
  1755. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/tools/nautobot-server.html +0 -0
  1756. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/tools/nautobot-shell.html +0 -0
  1757. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/upgrading/database-backup.html +0 -0
  1758. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/after-you-upgrade.html +0 -0
  1759. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/before-you-upgrade.html +0 -0
  1760. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/for-developers.html +0 -0
  1761. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/index.html +0 -0
  1762. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/whats-changed.html +0 -0
  1763. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/region-and-site-data-migration-guide.html +0 -0
  1764. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/tables/v2-api-behavior-changes.yaml +0 -0
  1765. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/tables/v2-api-removed-fields.yaml +0 -0
  1766. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/tables/v2-api-renamed-fields.yaml +0 -0
  1767. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/tables/v2-code-location-changes.yaml +0 -0
  1768. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/tables/v2-code-nautobot-app-location.yaml +0 -0
  1769. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/tables/v2-code-removals.yaml +0 -0
  1770. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/tables/v2-code-renames.yaml +0 -0
  1771. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/tables/v2-database-behavior-changes.yaml +0 -0
  1772. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/tables/v2-database-removed-fields.yaml +0 -0
  1773. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/tables/v2-database-renamed-fields.yaml +0 -0
  1774. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/tables/v2-filters-corrected-fields.yaml +0 -0
  1775. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/tables/v2-filters-enhanced-fields.yaml +0 -0
  1776. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/tables/v2-filters-removed-fields.yaml +0 -0
  1777. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/tables/v2-filters-renamed-fields.yaml +0 -0
  1778. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/tables/v2-logging-renamed-loggers.yaml +0 -0
  1779. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/upgrading-from-nautobot-v1.html +0 -0
  1780. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/administration/upgrading/upgrading.html +0 -0
  1781. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/circuits/circuit.html +0 -0
  1782. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/circuits/circuittermination.html +0 -0
  1783. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/circuits/circuittype.html +0 -0
  1784. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/circuits/provider.html +0 -0
  1785. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/circuits/providernetwork.html +0 -0
  1786. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/cloud/cloud.html +0 -0
  1787. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudaccount.html +0 -0
  1788. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudnetwork.html +0 -0
  1789. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudnetworkprefixassignment.html +0 -0
  1790. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudresourcetype.html +0 -0
  1791. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudservice.html +0 -0
  1792. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudservicenetworkassignment.html +0 -0
  1793. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/cable.html +0 -0
  1794. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleport.html +0 -0
  1795. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleporttemplate.html +0 -0
  1796. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleserverport.html +0 -0
  1797. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleserverporttemplate.html +0 -0
  1798. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/controller.html +0 -0
  1799. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/controllermanageddevicegroup.html +0 -0
  1800. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/device.html +0 -0
  1801. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/devicebay.html +0 -0
  1802. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/devicebaytemplate.html +0 -0
  1803. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/devicefamily.html +0 -0
  1804. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/deviceredundancygroup.html +0 -0
  1805. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/devicetype.html +0 -0
  1806. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/frontport.html +0 -0
  1807. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/frontporttemplate.html +0 -0
  1808. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/interface.html +0 -0
  1809. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/interfaceredundancygroup.html +0 -0
  1810. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/interfacetemplate.html +0 -0
  1811. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/inventoryitem.html +0 -0
  1812. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/location.html +0 -0
  1813. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/locationtype.html +0 -0
  1814. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/manufacturer.html +0 -0
  1815. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/module.html +0 -0
  1816. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/modulebay.html +0 -0
  1817. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/modulebaytemplate.html +0 -0
  1818. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/moduletype.html +0 -0
  1819. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/platform.html +0 -0
  1820. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/powerfeed.html +0 -0
  1821. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/poweroutlet.html +0 -0
  1822. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/poweroutlettemplate.html +0 -0
  1823. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/powerpanel.html +0 -0
  1824. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/powerport.html +0 -0
  1825. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/powerporttemplate.html +0 -0
  1826. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/rack.html +0 -0
  1827. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/rackgroup.html +0 -0
  1828. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/rackreservation.html +0 -0
  1829. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/rearport.html +0 -0
  1830. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/rearporttemplate.html +0 -0
  1831. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/softwareimagefile.html +0 -0
  1832. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/softwareversion.html +0 -0
  1833. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/virtualchassis.html +0 -0
  1834. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/dcim/virtualdevicecontext.html +0 -0
  1835. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/extras/configcontext.html +0 -0
  1836. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/extras/configcontextschema.html +0 -0
  1837. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/extras/contact.html +0 -0
  1838. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/extras/team.html +0 -0
  1839. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/ipam/ipaddress.html +0 -0
  1840. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/ipam/media/ipam_namespace_documentation.drawio +0 -0
  1841. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/ipam/media/ipam_namespace_documentation.drawio.png +0 -0
  1842. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/ipam/namespace.html +0 -0
  1843. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/ipam/prefix.html +0 -0
  1844. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/ipam/rir.html +0 -0
  1845. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/ipam/routetarget.html +0 -0
  1846. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/ipam/service.html +0 -0
  1847. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/ipam/vlan.html +0 -0
  1848. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/ipam/vlangroup.html +0 -0
  1849. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/ipam/vrf.html +0 -0
  1850. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/overview/introduction.html +0 -0
  1851. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/tenancy/tenant.html +0 -0
  1852. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/tenancy/tenantgroup.html +0 -0
  1853. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/virtualization/cluster.html +0 -0
  1854. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/virtualization/clustergroup.html +0 -0
  1855. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/virtualization/clustertype.html +0 -0
  1856. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/virtualization/virtualmachine.html +0 -0
  1857. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/virtualization/vminterface.html +0 -0
  1858. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/wireless/index.html +0 -0
  1859. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/wireless/radioprofile.html +0 -0
  1860. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/wireless/supporteddatarate.html +0 -0
  1861. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/core-data-model/wireless/wirelessnetwork.html +0 -0
  1862. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/contacts-and-teams.html +0 -0
  1863. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/custom-fields.html +0 -0
  1864. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/getting-started/creating-devices.html +0 -0
  1865. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/getting-started/creating-location-types-and-locations.html +0 -0
  1866. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/getting-started/index.html +0 -0
  1867. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/getting-started/interfaces.html +0 -0
  1868. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/getting-started/ipam.html +0 -0
  1869. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/getting-started/platforms.html +0 -0
  1870. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/getting-started/search-bar.html +0 -0
  1871. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/getting-started/tenants.html +0 -0
  1872. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/getting-started/vlans-and-vlan-groups.html +0 -0
  1873. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/git-data-source.html +0 -0
  1874. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/graphql.html +0 -0
  1875. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/contact-and-team/circuit.png +0 -0
  1876. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/contact-and-team/circuit_button.png +0 -0
  1877. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/contact-and-team/contact_form_tabs.png +0 -0
  1878. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/contact-and-team/contact_forms.png +0 -0
  1879. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/contact-and-team/existing_contact_association.png +0 -0
  1880. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/contact-and-team/existing_contact_form.png +0 -0
  1881. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/contact-and-team/existing_contact_selected.png +0 -0
  1882. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/contact-and-team/existing_contact_table.png +0 -0
  1883. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/contact-and-team/new_contact_association_info.png +0 -0
  1884. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/contact-and-team/new_contact_info.png +0 -0
  1885. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/contact-and-team/new_contact_table.png +0 -0
  1886. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/custom-fields/custom_field_choices.png +0 -0
  1887. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/custom-fields/custom_field_detail_grouped.png +0 -0
  1888. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/custom-fields/custom_field_detail_label.png +0 -0
  1889. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/custom-fields/custom_field_edit.png +0 -0
  1890. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/custom-fields/custom_field_select.png +0 -0
  1891. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/1-create-location-type.png +0 -0
  1892. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/10-add-platform.png +0 -0
  1893. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/11-platforms-page.png +0 -0
  1894. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/12-add-tenant.png +0 -0
  1895. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/13-assign-tenant-to-device.png +0 -0
  1896. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/14-assign-tenant-to-device-2.png +0 -0
  1897. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/15-create-device-type.png +0 -0
  1898. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/16-interface-templates.png +0 -0
  1899. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/17-templated-interfaces.png +0 -0
  1900. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/18-assign-device-type.png +0 -0
  1901. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/19-edit-ints-for-lag.png +0 -0
  1902. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/2-create-manufacturer.png +0 -0
  1903. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/20-ints-int-lag.png +0 -0
  1904. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/21-device-type.png +0 -0
  1905. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/22-create-vlans.png +0 -0
  1906. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/23-create-vlans-2.png +0 -0
  1907. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/24-vlan-main-page.png +0 -0
  1908. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/25-add-vlan-to-interface.png +0 -0
  1909. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/26-add-vlan-to-interface-2.png +0 -0
  1910. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/27-add-rir.png +0 -0
  1911. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/3-create-role.png +0 -0
  1912. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/30-add-prefix.png +0 -0
  1913. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/32-add-ip-addr.png +0 -0
  1914. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/33-assign-address.png +0 -0
  1915. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/34-assign-address-2.png +0 -0
  1916. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/35-assign-address-3.png +0 -0
  1917. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/36-verify-address.png +0 -0
  1918. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/37-verify-prefix.png +0 -0
  1919. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/38-verify-prefix2.png +0 -0
  1920. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/4-create-device-type.png +0 -0
  1921. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/41-device-search-results.png +0 -0
  1922. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/42-address-search-v2.png +0 -0
  1923. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/43-get-to-device-main-page.png +0 -0
  1924. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/44-add-platform.png +0 -0
  1925. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/5-create-device.png +0 -0
  1926. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/6-create-location.png +0 -0
  1927. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/7-location-type-page.png +0 -0
  1928. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/getting-started-nautobot-ui/8-location-page.png +0 -0
  1929. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/git-as-data-source/01-git-data-source.png +0 -0
  1930. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/git-as-data-source/02-git-data-source.png +0 -0
  1931. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/git-as-data-source/03-git-data-source.png +0 -0
  1932. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/git-as-data-source/04-git-data-source.png +0 -0
  1933. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/git-as-data-source/05-git-data-source.png +0 -0
  1934. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/git-as-data-source/06-git-data-source.png +0 -0
  1935. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/git-as-data-source/07-git-data-source.png +0 -0
  1936. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/git-as-data-source/08-git-data-source.png +0 -0
  1937. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/git-as-data-source/09-git-data-source.png +0 -0
  1938. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/git-as-data-source/10-git-data-source.png +0 -0
  1939. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/git-as-data-source/11-git-data-source.png +0 -0
  1940. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/git-as-data-source/12-git-data-source.png +0 -0
  1941. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/git-as-data-source/13-git-data-source.png +0 -0
  1942. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/git-as-data-source/14-git-data-source.png +0 -0
  1943. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/git-as-data-source/15-git-data-source.png +0 -0
  1944. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/git-as-data-source/16-git-data-source.png +0 -0
  1945. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/git-as-data-source/17-git-data-source.png +0 -0
  1946. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/graphql/00-graphiql.png +0 -0
  1947. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/graphql/01-graphiql-explorer.png +0 -0
  1948. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/graphql/02-graphiql-explorer-device-query.png +0 -0
  1949. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/graphql/03-graphiql-explorer-device-attributes.png +0 -0
  1950. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/graphql/04-graphql-query-01.png +0 -0
  1951. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/graphql/05-graphiql-autocomplete.png +0 -0
  1952. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/graphql/06-graphql-query-02.png +0 -0
  1953. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/graphql/07-graphql-query-03.png +0 -0
  1954. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/graphql/08-graphql-query-04.png +0 -0
  1955. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/graphql/09-graphql-query-05.png +0 -0
  1956. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/graphql/10-graphql-swagger.png +0 -0
  1957. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/graphql/11-graphql-query-06.png +0 -0
  1958. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/ip-address-merge-tool/ip_merge_button.png +0 -0
  1959. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/ip-address-merge-tool/merge_button.png +0 -0
  1960. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/ip-address-merge-tool/merge_view.png +0 -0
  1961. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/ip-address-merge-tool/no_more_dup_ips.png +0 -0
  1962. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/ip-address-merge-tool/skip_button.png +0 -0
  1963. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/ip-address-merge-tool/unselect_ips.png +0 -0
  1964. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/relationships/01-relationships.png +0 -0
  1965. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/relationships/02-relationships.png +0 -0
  1966. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/relationships/03-relationships.png +0 -0
  1967. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/relationships/04-relationships.png +0 -0
  1968. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/relationships/05-relationships.png +0 -0
  1969. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/relationships/06-relationships.png +0 -0
  1970. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/relationships/07-relationships.png +0 -0
  1971. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/relationships/08-relationships.png +0 -0
  1972. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/relationships/09-relationships.png +0 -0
  1973. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/relationships/10-relationships.png +0 -0
  1974. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/relationships/11-relationships.png +0 -0
  1975. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/saved-views/clear-view-button.png +0 -0
  1976. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/saved-views/cleared-view.png +0 -0
  1977. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/saved-views/config-table-columns-to-locations.png +0 -0
  1978. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/saved-views/configure-button.png +0 -0
  1979. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/saved-views/create-saved-view-success.png +0 -0
  1980. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/saved-views/current-saved-view-drop-down-menu.png +0 -0
  1981. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/saved-views/default-location-list-view.png +0 -0
  1982. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/saved-views/dropdown-button-after-new-saved-view.png +0 -0
  1983. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/saved-views/filter-application-to-locations.png +0 -0
  1984. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/saved-views/filter-button.png +0 -0
  1985. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/saved-views/global-default-location-list-view.png +0 -0
  1986. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/saved-views/location-list-view-with-saved-views.png +0 -0
  1987. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/saved-views/navigation-menu.png +0 -0
  1988. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/saved-views/save-as-new-view-drop-down.png +0 -0
  1989. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/saved-views/save-view-modal.png +0 -0
  1990. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/saved-views/saved-view-admin-edit-buttons.png +0 -0
  1991. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/saved-views/saved-view-admin-edit-success.png +0 -0
  1992. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/saved-views/saved-view-admin-edit-view-unchecked.png +0 -0
  1993. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/saved-views/saved-view-admin-edit-view.png +0 -0
  1994. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/saved-views/saved-view-different-user.png +0 -0
  1995. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/saved-views/saved-view-modal-unchecked.png +0 -0
  1996. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/saved-views/set-as-my-default-button.png +0 -0
  1997. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/saved-views/set-as-my-default-success.png +0 -0
  1998. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/saved-views/unsaved-saved-view.png +0 -0
  1999. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/saved-views/updated-saved-view.png +0 -0
  2000. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/software-image-files-and-versions/assign-software-version-to-device.png +0 -0
  2001. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/software-image-files-and-versions/software-image-file-create.png +0 -0
  2002. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/software-image-files-and-versions/software-version-create.png +0 -0
  2003. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/wireless/central-mode.png +0 -0
  2004. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/wireless/device-group-add.png +0 -0
  2005. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/wireless/device-group-create-1.png +0 -0
  2006. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/wireless/device-group-create-2.png +0 -0
  2007. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/wireless/radio-profile-add.png +0 -0
  2008. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/wireless/radio-profile-create.png +0 -0
  2009. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/wireless/supported-data-rate-add.png +0 -0
  2010. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/wireless/supported-data-rate-create.png +0 -0
  2011. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/wireless/wireless-controller-add.png +0 -0
  2012. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/wireless/wireless-controller-create-1.png +0 -0
  2013. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/wireless/wireless-controller-create-2.png +0 -0
  2014. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/wireless/wireless-network-add.png +0 -0
  2015. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/images/wireless/wireless-network-create.png +0 -0
  2016. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/ip-address-merge-tool.html +0 -0
  2017. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/relationships.html +0 -0
  2018. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/software-image-files-and-versions.html +0 -0
  2019. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/feature-guides/wireless-networks-and-controllers.html +0 -0
  2020. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/index.html +0 -0
  2021. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/platform-functionality/change-logging.html +0 -0
  2022. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/platform-functionality/computedfield.html +0 -0
  2023. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/platform-functionality/customfield.html +0 -0
  2024. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/platform-functionality/customlink.html +0 -0
  2025. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/platform-functionality/dynamicgroup.html +0 -0
  2026. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/platform-functionality/events.html +0 -0
  2027. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/platform-functionality/exporttemplate.html +0 -0
  2028. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/platform-functionality/externalintegration.html +0 -0
  2029. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/platform-functionality/gitrepository.html +0 -0
  2030. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/platform-functionality/graphql.html +0 -0
  2031. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/platform-functionality/graphqlquery.html +0 -0
  2032. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/platform-functionality/imageattachment.html +0 -0
  2033. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/platform-functionality/jobs/index.html +0 -0
  2034. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/platform-functionality/jobs/job-scheduling-and-approvals.html +0 -0
  2035. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/platform-functionality/jobs/jobbutton.html +0 -0
  2036. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/platform-functionality/jobs/jobhook.html +0 -0
  2037. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/platform-functionality/jobs/jobqueue.html +0 -0
  2038. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/platform-functionality/jobs/kubernetes-job-support.html +0 -0
  2039. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/platform-functionality/jobs/models.html +0 -0
  2040. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/platform-functionality/napalm.html +0 -0
  2041. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/platform-functionality/note.html +0 -0
  2042. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/platform-functionality/objectmetadata.html +0 -0
  2043. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/platform-functionality/relationship.html +0 -0
  2044. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/platform-functionality/rendering-jinja-templates.html +0 -0
  2045. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/platform-functionality/rest-api/authentication.html +0 -0
  2046. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/platform-functionality/rest-api/filtering.html +0 -0
  2047. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/platform-functionality/rest-api/overview.html +0 -0
  2048. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/platform-functionality/rest-api/ui-related-endpoints.html +0 -0
  2049. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/platform-functionality/role.html +0 -0
  2050. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/platform-functionality/savedview.html +0 -0
  2051. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/platform-functionality/secret.html +0 -0
  2052. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/platform-functionality/staticgroupassociation.html +0 -0
  2053. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/platform-functionality/status.html +0 -0
  2054. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/platform-functionality/tag.html +0 -0
  2055. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/platform-functionality/template-filters.html +0 -0
  2056. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/platform-functionality/users/objectpermission.html +0 -0
  2057. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/platform-functionality/users/token.html +0 -0
  2058. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guide/platform-functionality/webhook.html +0 -0
  2059. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guides/custom-fields.html +0 -0
  2060. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guides/getting-started/creating-devices.html +0 -0
  2061. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guides/getting-started/index.html +0 -0
  2062. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guides/getting-started/interfaces.html +0 -0
  2063. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guides/getting-started/ipam.html +0 -0
  2064. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guides/getting-started/platforms.html +0 -0
  2065. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guides/getting-started/search-bar.html +0 -0
  2066. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guides/getting-started/tenants.html +0 -0
  2067. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guides/getting-started/vlans-and-vlan-groups.html +0 -0
  2068. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guides/git-data-source.html +0 -0
  2069. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guides/graphql.html +0 -0
  2070. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guides/ip-address-merge-tool.html +0 -0
  2071. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guides/relationships.html +0 -0
  2072. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/docs/user-guides/s3-django-storage.html +0 -0
  2073. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/flatpickr-4.6.9/flatpickr.min.js +0 -0
  2074. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/flatpickr-4.6.9/themes/light.min.css +0 -0
  2075. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/fonts/UFL.txt +0 -0
  2076. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/fonts/Ubuntu-Bold.woff2 +0 -0
  2077. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/fonts/Ubuntu-BoldItalic.woff2 +0 -0
  2078. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/fonts/Ubuntu-Italic.woff2 +0 -0
  2079. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/fonts/Ubuntu-Medium.woff2 +0 -0
  2080. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/fonts/Ubuntu-MediumItalic.woff2 +0 -0
  2081. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/fonts/Ubuntu-Regular.woff2 +0 -0
  2082. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/fonts/UbuntuMono-Bold.woff2 +0 -0
  2083. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/fonts/UbuntuMono-BoldItalic.woff2 +0 -0
  2084. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/fonts/UbuntuMono-Italic.woff2 +0 -0
  2085. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/fonts/UbuntuMono-Regular.woff2 +0 -0
  2086. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/graphiql-1.5.16/graphiql.min.css +0 -0
  2087. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/graphiql-1.5.16/graphiql.min.js +0 -0
  2088. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/highlight.js-11.9.0/github-dark.min.css +0 -0
  2089. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/highlight.js-11.9.0/github.min.css +0 -0
  2090. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/highlight.js-11.9.0/highlight.min.js +0 -0
  2091. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/img/ajax-loader.gif +0 -0
  2092. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/img/dark-theme.png +0 -0
  2093. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/img/favicon.ico +0 -0
  2094. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/img/jinja_logo.svg +0 -0
  2095. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/img/light-theme.png +0 -0
  2096. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/img/nautobot_chevron.svg +0 -0
  2097. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/img/nautobot_chevron_header.svg +0 -0
  2098. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/img/nautobot_icon.svg +0 -0
  2099. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/img/nautobot_icon_16x16.png +0 -0
  2100. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/img/nautobot_icon_180x180.png +0 -0
  2101. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/img/nautobot_icon_192x192.png +0 -0
  2102. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/img/nautobot_icon_270x270.png +0 -0
  2103. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/img/nautobot_icon_32x32.png +0 -0
  2104. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/img/nautobot_icon_384x384.png +0 -0
  2105. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/img/nautobot_icon_monochrome.svg +0 -0
  2106. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/img/nautobot_logo.png +0 -0
  2107. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/img/nautobot_logo.svg +0 -0
  2108. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/img/system-theme.png +0 -0
  2109. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/img/tint_20.png +0 -0
  2110. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/jquery/jquery-3.7.1.min.js +0 -0
  2111. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/jquery/jquery.formset.js +0 -0
  2112. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/jquery-ui-1.13.2/images/ui-icons_444444_256x240.png +0 -0
  2113. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/jquery-ui-1.13.2/images/ui-icons_555555_256x240.png +0 -0
  2114. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/jquery-ui-1.13.2/images/ui-icons_777620_256x240.png +0 -0
  2115. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/jquery-ui-1.13.2/images/ui-icons_777777_256x240.png +0 -0
  2116. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/jquery-ui-1.13.2/images/ui-icons_cc0000_256x240.png +0 -0
  2117. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/jquery-ui-1.13.2/images/ui-icons_ffffff_256x240.png +0 -0
  2118. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/jquery-ui-1.13.2/jquery-ui.min.css +0 -0
  2119. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/jquery-ui-1.13.2/jquery-ui.min.js +0 -0
  2120. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/jquery-ui-1.13.2/jquery-ui.structure.min.css +0 -0
  2121. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/jquery-ui-1.13.2/jquery-ui.theme.min.css +0 -0
  2122. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/js/cabletrace.js +0 -0
  2123. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/js/connection_toggles.js +0 -0
  2124. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/js/forms.js +0 -0
  2125. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/js/homepage_layout.js +0 -0
  2126. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/js/interface_filtering.js +0 -0
  2127. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/js/job_result.js +0 -0
  2128. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/js/log_level_filtering.js +0 -0
  2129. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/js/nav_menu.js +0 -0
  2130. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/js/rack_elevations.js +0 -0
  2131. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/js/table_sorting_indicator.js +0 -0
  2132. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/js/tableconfig.js +0 -0
  2133. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/js/theme.js +0 -0
  2134. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/materialdesignicons-7.4.47/LICENSE +0 -0
  2135. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/materialdesignicons-7.4.47/css/materialdesignicons.min.css +0 -0
  2136. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/materialdesignicons-7.4.47/fonts/materialdesignicons-webfont.eot +0 -0
  2137. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/materialdesignicons-7.4.47/fonts/materialdesignicons-webfont.ttf +0 -0
  2138. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/materialdesignicons-7.4.47/fonts/materialdesignicons-webfont.woff +0 -0
  2139. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/materialdesignicons-7.4.47/fonts/materialdesignicons-webfont.woff2 +0 -0
  2140. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/react-16.14.0/react.production.min.js +0 -0
  2141. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/react-dom-16.14.0/react-dom.production.min.js +0 -0
  2142. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/af.js +0 -0
  2143. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/ar.js +0 -0
  2144. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/az.js +0 -0
  2145. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/bg.js +0 -0
  2146. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/bn.js +0 -0
  2147. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/bs.js +0 -0
  2148. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/ca.js +0 -0
  2149. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/cs.js +0 -0
  2150. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/da.js +0 -0
  2151. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/de.js +0 -0
  2152. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/dsb.js +0 -0
  2153. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/el.js +0 -0
  2154. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/en.js +0 -0
  2155. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/es.js +0 -0
  2156. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/et.js +0 -0
  2157. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/eu.js +0 -0
  2158. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/fa.js +0 -0
  2159. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/fi.js +0 -0
  2160. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/fr.js +0 -0
  2161. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/gl.js +0 -0
  2162. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/he.js +0 -0
  2163. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/hi.js +0 -0
  2164. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/hr.js +0 -0
  2165. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/hsb.js +0 -0
  2166. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/hu.js +0 -0
  2167. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/hy.js +0 -0
  2168. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/id.js +0 -0
  2169. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/is.js +0 -0
  2170. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/it.js +0 -0
  2171. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/ja.js +0 -0
  2172. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/ka.js +0 -0
  2173. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/km.js +0 -0
  2174. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/ko.js +0 -0
  2175. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/lt.js +0 -0
  2176. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/lv.js +0 -0
  2177. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/mk.js +0 -0
  2178. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/ms.js +0 -0
  2179. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/nb.js +0 -0
  2180. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/ne.js +0 -0
  2181. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/nl.js +0 -0
  2182. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/pl.js +0 -0
  2183. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/ps.js +0 -0
  2184. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/pt-BR.js +0 -0
  2185. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/pt.js +0 -0
  2186. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/ro.js +0 -0
  2187. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/ru.js +0 -0
  2188. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/sk.js +0 -0
  2189. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/sl.js +0 -0
  2190. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/sq.js +0 -0
  2191. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/sr-Cyrl.js +0 -0
  2192. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/sr.js +0 -0
  2193. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/sv.js +0 -0
  2194. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/th.js +0 -0
  2195. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/tk.js +0 -0
  2196. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/tr.js +0 -0
  2197. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/uk.js +0 -0
  2198. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/vi.js +0 -0
  2199. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/zh-CN.js +0 -0
  2200. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/i18n/zh-TW.js +0 -0
  2201. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/select2.min.css +0 -0
  2202. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-4.0.13/select2.min.js +0 -0
  2203. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/select2-bootstrap-0.1.0-beta.10/select2-bootstrap.min.css +0 -0
  2204. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/subscriptions-transport-ws-0.9.18/client.min.js +0 -0
  2205. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/project-static/whatwg-fetch-3.6.2/fetch.umd.min.js +0 -0
  2206. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/tenancy/__init__.py +0 -0
  2207. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/tenancy/api/__init__.py +0 -0
  2208. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/tenancy/api/serializers.py +0 -0
  2209. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/tenancy/api/urls.py +0 -0
  2210. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/tenancy/api/views.py +0 -0
  2211. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/tenancy/apps.py +0 -0
  2212. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/tenancy/factory.py +0 -0
  2213. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/tenancy/filters/__init__.py +0 -0
  2214. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/tenancy/filters/mixins.py +0 -0
  2215. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/tenancy/forms.py +0 -0
  2216. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/tenancy/homepage.py +0 -0
  2217. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/tenancy/migrations/0001_initial.py +0 -0
  2218. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/tenancy/migrations/0002_auto_slug.py +0 -0
  2219. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/tenancy/migrations/0003_mptt_to_tree_queries.py +0 -0
  2220. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/tenancy/migrations/0004_change_tree_manager_on_tree_models.py +0 -0
  2221. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/tenancy/migrations/0005_rename_foreign_keys_and_related_names.py +0 -0
  2222. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/tenancy/migrations/0006_created_datetime.py +0 -0
  2223. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/tenancy/migrations/0007_remove_tenant_tenantgroup_slug.py +0 -0
  2224. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/tenancy/migrations/0008_tagsfield.py +0 -0
  2225. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/tenancy/migrations/0009_update_all_charfields_max_length_to_255.py +0 -0
  2226. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/tenancy/migrations/__init__.py +0 -0
  2227. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/tenancy/models.py +0 -0
  2228. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/tenancy/navigation.py +0 -0
  2229. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/tenancy/tables.py +0 -0
  2230. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/tenancy/templates/tenancy/tenant.html +0 -0
  2231. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/tenancy/templates/tenancy/tenant_edit.html +0 -0
  2232. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/tenancy/templates/tenancy/tenantgroup.html +0 -0
  2233. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/tenancy/tests/__init__.py +0 -0
  2234. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/tenancy/tests/test_api.py +0 -0
  2235. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/tenancy/tests/test_filters.py +0 -0
  2236. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/tenancy/tests/test_views.py +0 -0
  2237. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/tenancy/urls.py +0 -0
  2238. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/tenancy/views.py +0 -0
  2239. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/users/__init__.py +0 -0
  2240. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/users/admin.py +0 -0
  2241. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/users/api/__init__.py +0 -0
  2242. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/users/api/serializers.py +0 -0
  2243. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/users/api/urls.py +0 -0
  2244. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/users/api/views.py +0 -0
  2245. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/users/apps.py +0 -0
  2246. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/users/factory.py +0 -0
  2247. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/users/filters.py +0 -0
  2248. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/users/forms.py +0 -0
  2249. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/users/migrations/0001_initial.py +0 -0
  2250. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/users/migrations/0002_token_ordering_by_created.py +0 -0
  2251. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/users/migrations/0003_alter_user_options.py +0 -0
  2252. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/users/migrations/0004_alter_user_managers.py +0 -0
  2253. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/users/migrations/0005_ensure_object_permission_names_are_unique.py +0 -0
  2254. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/users/migrations/0006_make_object_permission_name_globally_unique.py +0 -0
  2255. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/users/migrations/0007_alter_objectpermission_object_types.py +0 -0
  2256. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/users/migrations/0008_make_object_permission_a_changelogged_model.py +0 -0
  2257. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/users/migrations/0009_update_all_charfields_max_length_to_255.py +0 -0
  2258. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/users/migrations/0010_user_default_saved_views.py +0 -0
  2259. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/users/migrations/__init__.py +0 -0
  2260. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/users/models.py +0 -0
  2261. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/users/templates/users/advanced_settings_edit.html +0 -0
  2262. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/users/templates/users/api_tokens.html +0 -0
  2263. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/users/templates/users/base.html +0 -0
  2264. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/users/templates/users/change_password.html +0 -0
  2265. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/users/templates/users/preferences.html +0 -0
  2266. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/users/templates/users/profile.html +0 -0
  2267. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/users/templates/users/sessionkey_delete.html +0 -0
  2268. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/users/tests/__init__.py +0 -0
  2269. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/users/tests/test_api.py +0 -0
  2270. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/users/tests/test_filters.py +0 -0
  2271. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/users/tests/test_models.py +0 -0
  2272. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/users/tests/test_views.py +0 -0
  2273. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/users/urls.py +0 -0
  2274. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/users/utils.py +0 -0
  2275. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/users/views.py +0 -0
  2276. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/__init__.py +0 -0
  2277. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/api/__init__.py +0 -0
  2278. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/api/serializers.py +0 -0
  2279. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/api/urls.py +0 -0
  2280. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/api/views.py +0 -0
  2281. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/apps.py +0 -0
  2282. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/choices.py +0 -0
  2283. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/factory.py +0 -0
  2284. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/filters.py +0 -0
  2285. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/forms.py +0 -0
  2286. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/graphql/__init__.py +0 -0
  2287. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/graphql/types.py +0 -0
  2288. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/homepage.py +0 -0
  2289. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/migrations/0001_initial.py +0 -0
  2290. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/migrations/0002_virtualmachine_local_context_schema.py +0 -0
  2291. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/migrations/0003_vminterface_verbose_name.py +0 -0
  2292. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/migrations/0004_auto_slug.py +0 -0
  2293. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/migrations/0005_add_natural_indexing.py +0 -0
  2294. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/migrations/0006_vminterface_status.py +0 -0
  2295. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/migrations/0007_vminterface_status_data_migration.py +0 -0
  2296. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/migrations/0008_vminterface_parent.py +0 -0
  2297. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/migrations/0009_cluster_location.py +0 -0
  2298. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/migrations/0010_vminterface_mac_address_data_migration.py +0 -0
  2299. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/migrations/0011_alter_vminterface_mac_address.py +0 -0
  2300. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/migrations/0012_alter_virtualmachine_role_add_new_role.py +0 -0
  2301. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/migrations/0013_migrate_virtualmachine_role_data.py +0 -0
  2302. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/migrations/0014_rename_virtualmachine_roles.py +0 -0
  2303. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/migrations/0015_rename_foreignkey_fields.py +0 -0
  2304. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/migrations/0016_remove_site_foreign_key_from_cluster_class.py +0 -0
  2305. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/migrations/0017_created_datetime.py +0 -0
  2306. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/migrations/0018_related_name_changes.py +0 -0
  2307. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/migrations/0019_vminterface_ip_addresses_m2m.py +0 -0
  2308. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/migrations/0020_remove_clustergroup_clustertype_slug.py +0 -0
  2309. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/migrations/0021_tagsfield_and_vminterface_to_primarymodel.py +0 -0
  2310. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/migrations/0022_vminterface_timestamps_data_migration.py +0 -0
  2311. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/migrations/0023_ipam__namespaces.py +0 -0
  2312. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/migrations/0024_fixup_null_statuses.py +0 -0
  2313. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/migrations/0025_status_nonnullable.py +0 -0
  2314. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/migrations/0026_change_virtualmachine_primary_ip_fields.py +0 -0
  2315. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/migrations/0027_virtualmachine_software_image.py +0 -0
  2316. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/migrations/0028_update_all_charfields_max_length_to_255.py +0 -0
  2317. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/migrations/0029_add_role_field_to_interface_models.py +0 -0
  2318. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/migrations/0030_alter_virtualmachine_local_config_context_data_owner_content_type_and_more.py +0 -0
  2319. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/migrations/__init__.py +0 -0
  2320. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/models.py +0 -0
  2321. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/navigation.py +0 -0
  2322. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/signals.py +0 -0
  2323. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/tables.py +0 -0
  2324. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/templates/virtualization/cluster.html +0 -0
  2325. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/templates/virtualization/cluster_add_devices.html +0 -0
  2326. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/templates/virtualization/cluster_edit.html +0 -0
  2327. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/templates/virtualization/clustergroup.html +0 -0
  2328. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/templates/virtualization/clustertype.html +0 -0
  2329. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/templates/virtualization/virtual_machine_vminterface_delete.html +0 -0
  2330. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/templates/virtualization/virtualmachine.html +0 -0
  2331. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/templates/virtualization/virtualmachine_component_add.html +0 -0
  2332. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/templates/virtualization/virtualmachine_edit.html +0 -0
  2333. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/templates/virtualization/virtualmachine_list.html +0 -0
  2334. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/templates/virtualization/vminterface.html +0 -0
  2335. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/templates/virtualization/vminterface_bulk_delete.html +0 -0
  2336. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/templates/virtualization/vminterface_edit.html +0 -0
  2337. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/tests/__init__.py +0 -0
  2338. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/tests/test_api.py +0 -0
  2339. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/tests/test_filters.py +0 -0
  2340. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/tests/test_models.py +0 -0
  2341. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/tests/test_views.py +0 -0
  2342. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/urls.py +0 -0
  2343. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/virtualization/views.py +0 -0
  2344. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/wireless/__init__.py +0 -0
  2345. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/wireless/api/__init__.py +0 -0
  2346. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/wireless/api/serializers.py +0 -0
  2347. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/wireless/api/urls.py +0 -0
  2348. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/wireless/api/views.py +0 -0
  2349. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/wireless/apps.py +0 -0
  2350. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/wireless/choices.py +0 -0
  2351. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/wireless/factory.py +0 -0
  2352. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/wireless/filters.py +0 -0
  2353. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/wireless/forms.py +0 -0
  2354. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/wireless/homepage.py +0 -0
  2355. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/wireless/migrations/0001_initial.py +0 -0
  2356. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/wireless/migrations/__init__.py +0 -0
  2357. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/wireless/models.py +0 -0
  2358. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/wireless/navigation.py +0 -0
  2359. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/wireless/tables.py +0 -0
  2360. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/wireless/templates/wireless/radioprofile_retrieve.html +0 -0
  2361. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/wireless/templates/wireless/supporteddatarate_retrieve.html +0 -0
  2362. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/wireless/templates/wireless/wirelessnetwork_create.html +0 -0
  2363. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/wireless/templates/wireless/wirelessnetwork_retrieve.html +0 -0
  2364. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/wireless/tests/__init__.py +0 -0
  2365. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/wireless/tests/integration/__init__.py +0 -0
  2366. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/wireless/tests/integration/test_radio_profile.py +0 -0
  2367. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/wireless/tests/test_api.py +0 -0
  2368. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/wireless/tests/test_filters.py +0 -0
  2369. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/wireless/tests/test_models.py +0 -0
  2370. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/wireless/urls.py +0 -0
  2371. {nautobot-2.4.0 → nautobot-2.4.1}/nautobot/wireless/views.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nautobot
3
- Version: 2.4.0
3
+ Version: 2.4.1
4
4
  Summary: Source of truth and network automation platform.
5
5
  Home-page: https://nautobot.com
6
6
  License: Apache-2.0
@@ -22,7 +22,7 @@ Provides-Extra: mysql
22
22
  Provides-Extra: napalm
23
23
  Provides-Extra: remote-storage
24
24
  Provides-Extra: sso
25
- Requires-Dist: Django (>=4.2.17,<4.3.0)
25
+ Requires-Dist: Django (>=4.2.18,<4.3.0)
26
26
  Requires-Dist: GitPython (>=3.1.43,<3.2.0)
27
27
  Requires-Dist: Jinja2 (>=3.1.5,<3.2.0)
28
28
  Requires-Dist: Markdown (>=3.6,<3.7)
@@ -128,7 +128,7 @@ class NautobotDatabaseScheduler(DatabaseScheduler):
128
128
  scheduled_job = entry.model
129
129
  job_queue = scheduled_job.job_queue
130
130
  # Distinguish between Celery and Kubernetes job queues
131
- if job_queue.queue_type == JobQueueTypeChoices.TYPE_KUBERNETES:
131
+ if job_queue is not None and job_queue.queue_type == JobQueueTypeChoices.TYPE_KUBERNETES:
132
132
  job_result = JobResult.objects.create(
133
133
  name=scheduled_job.job_model.name,
134
134
  job_model=scheduled_job.job_model,
@@ -13,6 +13,7 @@ from django_filters.constants import EMPTY_VALUES
13
13
  from django_filters.utils import get_model_field, label_for_filter, resolve_field, verbose_lookup_expr
14
14
  from drf_spectacular.types import OpenApiTypes
15
15
  from drf_spectacular.utils import extend_schema_field
16
+ import timezone_field
16
17
 
17
18
  from nautobot.core import constants, forms
18
19
  from nautobot.core.forms import widgets
@@ -612,9 +613,12 @@ class BaseFilterSet(django_filters.FilterSet):
612
613
  models.UUIDField: {"filter_class": MultiValueUUIDFilter},
613
614
  core_fields.MACAddressCharField: {"filter_class": MultiValueMACAddressFilter},
614
615
  core_fields.TagsField: {"filter_class": TagFilter},
616
+ timezone_field.TimeZoneField: {"filter_class": MultiValueCharFilter},
615
617
  }
616
618
  )
617
619
 
620
+ USE_CHAR_FILTER_FOR_LOOKUPS = [django_filters.MultipleChoiceFilter]
621
+
618
622
  @staticmethod
619
623
  def _get_filter_lookup_dict(existing_filter):
620
624
  # Choose the lookup expression map based on the filter type
@@ -678,8 +682,7 @@ class BaseFilterSet(django_filters.FilterSet):
678
682
  return magic_filters
679
683
 
680
684
  # Get properties of the existing filter for later use
681
- field_name = filter_field.field_name
682
- field = get_model_field(cls._meta.model, field_name) # pylint: disable=no-member
685
+ field = get_model_field(cls._meta.model, filter_field.field_name) # pylint: disable=no-member
683
686
 
684
687
  # If there isn't a model field, return.
685
688
  if field is None:
@@ -696,25 +699,7 @@ class BaseFilterSet(django_filters.FilterSet):
696
699
  new_filter_name = f"{filter_name}__{lookup_name}"
697
700
 
698
701
  try:
699
- if filter_name in cls.declared_filters and lookup_expr not in {"isnull"}: # pylint: disable=no-member
700
- # The filter field has been explicitly defined on the filterset class so we must manually
701
- # create the new filter with the same type because there is no guarantee the defined type
702
- # is the same as the default type for the field. This does not apply if the filter
703
- # should retain the original lookup_expr type, such as `isnull` using a boolean field on a
704
- # char or date object.
705
- resolve_field(field, lookup_expr) # Will raise FieldLookupError if the lookup is invalid
706
- new_filter = type(filter_field)(
707
- field_name=field_name,
708
- lookup_expr=lookup_expr,
709
- label=filter_field.label,
710
- exclude=filter_field.exclude,
711
- distinct=filter_field.distinct,
712
- **filter_field.extra,
713
- )
714
- else:
715
- # The filter field is listed in Meta.fields so we can safely rely on default behavior
716
- # Will raise FieldLookupError if the lookup is invalid
717
- new_filter = cls.filter_for_field(field, field_name, lookup_expr)
702
+ new_filter = cls._get_new_filter(filter_field, field, filter_name, lookup_expr)
718
703
  except django_filters.exceptions.FieldLookupError:
719
704
  # The filter could not be created because the lookup expression is not supported on the field
720
705
  continue
@@ -743,6 +728,45 @@ class BaseFilterSet(django_filters.FilterSet):
743
728
 
744
729
  return magic_filters
745
730
 
731
+ @classmethod
732
+ def _should_use_char_filter_for_lookups(cls, filter_field):
733
+ return type(filter_field) in cls.USE_CHAR_FILTER_FOR_LOOKUPS
734
+
735
+ @classmethod
736
+ def _get_new_filter(cls, filter_field, field, filter_name, lookup_expr):
737
+ if cls._should_use_char_filter_for_lookups(filter_field):
738
+ # For some cases like `MultiValueChoiceFilter(django_filters.MultipleChoiceFilter)`
739
+ # we want to have choices field with no lookups and standard char field for lookups filtering.
740
+ # Using a `choice` field for lookups blocks us from using `__re`, `__iew` or other "partial" filters.
741
+ resolve_field(field, lookup_expr) # Will raise FieldLookupError if the lookup is invalid
742
+ return MultiValueCharFilter(
743
+ field_name=filter_field.field_name,
744
+ lookup_expr=lookup_expr,
745
+ label=filter_field.label,
746
+ exclude=filter_field.exclude,
747
+ distinct=filter_field.distinct,
748
+ )
749
+
750
+ if filter_name in cls.declared_filters and lookup_expr not in {"isnull"}: # pylint: disable=no-member
751
+ # The filter field has been explicitly defined on the filterset class so we must manually
752
+ # create the new filter with the same type because there is no guarantee the defined type
753
+ # is the same as the default type for the field. This does not apply if the filter
754
+ # should retain the original lookup_expr type, such as `isnull` using a boolean field on a
755
+ # char or date object.
756
+ resolve_field(field, lookup_expr) # Will raise FieldLookupError if the lookup is invalid
757
+ return type(filter_field)(
758
+ field_name=filter_field.field_name,
759
+ lookup_expr=lookup_expr,
760
+ label=filter_field.label,
761
+ exclude=filter_field.exclude,
762
+ distinct=filter_field.distinct,
763
+ **filter_field.extra,
764
+ )
765
+
766
+ # The filter field is listed in Meta.fields so we can safely rely on default behavior
767
+ # Will raise FieldLookupError if the lookup is invalid
768
+ return cls.filter_for_field(field, filter_field.field_name, lookup_expr)
769
+
746
770
  @classmethod
747
771
  def add_filter(cls, new_filter_name, new_filter_field):
748
772
  """
@@ -850,7 +874,10 @@ class BaseFilterSet(django_filters.FilterSet):
850
874
  Note: Any CharField or IntegerField with choices set is a ChoiceField.
851
875
  """
852
876
  if lookup_type == "exact" and getattr(field, "choices", None):
877
+ if isinstance(field, timezone_field.TimeZoneField):
878
+ return django_filters.MultipleChoiceFilter, {"choices": ((str(v), n) for v, n in field.choices)}
853
879
  return django_filters.MultipleChoiceFilter, {"choices": field.choices}
880
+
854
881
  return super().filter_for_lookup(field, lookup_type)
855
882
 
856
883
  def __init__(self, data=None, queryset=None, *, request=None, prefix=None):
@@ -7,7 +7,9 @@ from django.core.exceptions import (
7
7
  )
8
8
  from django.db.models import ManyToManyField, ProtectedError
9
9
 
10
+ from nautobot.core import exceptions
10
11
  from nautobot.core.forms.utils import restrict_form_fields
12
+ from nautobot.core.utils.filtering import get_filterset_field
11
13
  from nautobot.core.utils.lookup import get_filterset_for_model, get_form_for_model
12
14
  from nautobot.extras.context_managers import deferred_change_logging_for_bulk_operation
13
15
  from nautobot.extras.jobs import (
@@ -42,15 +44,33 @@ class BulkEditObjects(Job):
42
44
 
43
45
  def _update_objects(self, model, form, filter_query_params, edit_all, nullified_fields):
44
46
  with deferred_change_logging_for_bulk_operation():
47
+ base_queryset = model.objects.restrict(self.user, "change")
45
48
  updated_objects_pk = []
46
49
  filterset_cls = get_filterset_for_model(model)
47
50
 
48
- if filter_query_params and not filterset_cls:
49
- self.logger.error(f"Filterset not found for {model}")
50
- raise RunJobTaskFailed(f"Filter query provided but {model} do not have a filterset.")
51
+ if filter_query_params:
52
+ if not filterset_cls:
53
+ self.logger.error(f"Filterset not found for {model._meta.verbose_name}")
54
+ raise RunJobTaskFailed(
55
+ f"Filter query provided but {model._meta.verbose_name} does not have a filterset."
56
+ )
57
+
58
+ # Discarding non-filter query params
59
+ new_filter_query_params = {}
60
+
61
+ for key, value in filter_query_params.items():
62
+ try:
63
+ get_filterset_field(filterset_cls(), key)
64
+ new_filter_query_params[key] = value
65
+ except exceptions.FilterSetFieldNotFound:
66
+ self.logger.debug(
67
+ f"Query parameter `{key}` not found in filterset for `{filterset_cls}`, discarding it"
68
+ )
69
+
70
+ filter_query_params = new_filter_query_params
51
71
 
52
72
  if edit_all:
53
- if filterset_cls and filter_query_params:
73
+ if filter_query_params:
54
74
  queryset = filterset_cls(filter_query_params).qs.restrict(self.user, "change")
55
75
  else:
56
76
  queryset = model.objects.restrict(self.user, "change")
@@ -93,7 +113,7 @@ class BulkEditObjects(Job):
93
113
 
94
114
  # Update custom fields
95
115
  for field_name in form_custom_fields:
96
- if field_name in form.nullable_fields and field_name in nullified_fields:
116
+ if field_name in form.nullable_fields and nullified_fields and field_name in nullified_fields:
97
117
  obj.cf[remove_prefix_from_cf_key(field_name)] = None
98
118
  elif form.cleaned_data.get(field_name) not in (None, "", []):
99
119
  obj.cf[remove_prefix_from_cf_key(field_name)] = form.cleaned_data[field_name]
@@ -111,7 +131,7 @@ class BulkEditObjects(Job):
111
131
  form.save_note(instance=obj, user=self.user)
112
132
  total_updated_objs = len(updated_objects_pk)
113
133
  # Enforce object-level permissions
114
- if queryset.filter(pk__in=updated_objects_pk).count() != total_updated_objs:
134
+ if base_queryset.filter(pk__in=updated_objects_pk).count() != total_updated_objs:
115
135
  raise ObjectDoesNotExist
116
136
  return total_updated_objs
117
137
 
@@ -201,33 +221,49 @@ class BulkDeleteObjects(Job):
201
221
  )
202
222
  raise RunJobTaskFailed("Model not found")
203
223
 
204
- if pk_list and (delete_all or filter_query_params):
205
- self.logger.error(
206
- "You can either delete objs within `pk_list` provided or `delete_all` with `filter_query_params` if needed."
207
- )
208
- raise RunJobTaskFailed("Both `pk_list` and `delete_all` can not both be set.")
209
-
210
224
  filterset_cls = get_filterset_for_model(model)
211
225
 
212
- if filter_query_params and not filterset_cls:
213
- self.logger.error(f"Filterset not found for {model}")
214
- raise RunJobTaskFailed(f"Filter query provided but {model} do not have a filterset.")
226
+ if filter_query_params:
227
+ if not filterset_cls:
228
+ self.logger.error(f"Filterset not found for {model._meta.verbose_name}")
229
+ raise RunJobTaskFailed(
230
+ f"Filter query provided but {model._meta.verbose_name} does not have a filterset."
231
+ )
232
+
233
+ # Discarding non-filter query params
234
+ new_filter_query_params = {}
235
+
236
+ for key, value in filter_query_params.items():
237
+ try:
238
+ get_filterset_field(filterset_cls(), key)
239
+ new_filter_query_params[key] = value
240
+ except exceptions.FilterSetFieldNotFound:
241
+ self.logger.debug(f"Query parameter `{key}` not found in `{filterset_cls}`, discarding it")
242
+
243
+ filter_query_params = new_filter_query_params
215
244
 
216
245
  if delete_all:
217
- if filterset_cls and filter_query_params:
246
+ # Case for selecting all objects (or all filtered objects) to delete
247
+ if filter_query_params:
248
+ # If there is filter query params, we need to apply it to the queryset
218
249
  queryset = filterset_cls(filter_query_params).qs.restrict(self.user, "delete")
219
250
  # We take this approach because filterset.qs has already applied .distinct(),
220
251
  # and performing a .delete directly on a queryset with .distinct applied is not allowed.
221
252
  queryset = model.objects.filter(pk__in=queryset)
222
253
  else:
254
+ # If there is not, we can just restrict the queryset to the user's permissions
223
255
  queryset = model.objects.restrict(self.user, "delete")
224
- else:
256
+ elif pk_list:
257
+ # Case for selecting specific objects to delete, delete_all overrides this option
225
258
  queryset = model.objects.restrict(self.user, "delete").filter(pk__in=pk_list)
226
259
  if queryset.count() < len(pk_list):
227
260
  # We do not check ObjectPermission error for `delete_all` case because user is trying to
228
261
  # delete all objs they have permission to which would not raise any issue.
229
262
  self.logger.error("You do not have permissions to delete some of the objects provided in `pk_list`.")
230
263
  raise RunJobTaskFailed("Caught ObjectPermission error while attempting to delete objects")
264
+ elif not pk_list and not delete_all:
265
+ self.logger.error("You must select at least one object instance to delete.")
266
+ raise RunJobTaskFailed("Either `pk_list` or `delete_all` is required.")
231
267
 
232
268
  verbose_name_plural = model._meta.verbose_name_plural
233
269
 
@@ -240,9 +276,10 @@ class BulkDeleteObjects(Job):
240
276
  try:
241
277
  self.logger.info(f"Deleting {queryset.count()} {verbose_name_plural}...")
242
278
  _, deleted_info = bulk_delete_with_bulk_change_logging(queryset)
243
- deleted_count = deleted_info[model._meta.label]
279
+ deleted_count = deleted_info.get(model._meta.label, 0)
244
280
  except ProtectedError as err:
245
- self.logger.error(f"Caught ProtectedError while attempting to delete objects: {err}")
281
+ # TODO this error message needs to be cleaner, ideally using a variant of handle_protectederror
282
+ self.logger.error(f"Caught ProtectedError while attempting to delete objects: `{err}`")
246
283
  raise RunJobTaskFailed("Caught ProtectedError while attempting to delete objects")
247
284
  msg = f"Deleted {deleted_count} {model._meta.verbose_name_plural}"
248
285
  self.logger.info(msg)
@@ -248,6 +248,8 @@ class BaseModel(models.Model):
248
248
  Unlike `get_natural_key_def()`, this doesn't auto-exclude all AutoField and BigAutoField fields,
249
249
  but instead explicitly discounts the `id` field (only) as a candidate.
250
250
  """
251
+ if cls != cls._meta.concrete_model:
252
+ return cls._meta.concrete_model.natural_key_field_lookups
251
253
  # First, figure out which local fields comprise the natural key:
252
254
  natural_key_field_names = []
253
255
  if hasattr(cls, "natural_key_field_names"):
@@ -1,6 +1,7 @@
1
1
  import contextlib
2
2
  import logging
3
3
 
4
+ from django.conf import settings
4
5
  from django.contrib.auth.models import AnonymousUser
5
6
  from django.contrib.contenttypes.fields import GenericForeignKey
6
7
  from django.core.exceptions import FieldDoesNotExist, FieldError
@@ -557,7 +558,10 @@ class LinkedCountColumn(django_tables2.Column):
557
558
  related_record = related_records[0]
558
559
  url = reverse(self.viewname, kwargs=self.view_kwargs)
559
560
  if self.url_params:
560
- url += "?" + urlencode({k: getattr(record, v) for k, v in self.url_params.items()})
561
+ url += "?" + urlencode(
562
+ # Replace None values with `FILTERS_NULL_CHOICE_VALUE` to handle URL parameters correctly
563
+ {k: (getattr(record, v) or settings.FILTERS_NULL_CHOICE_VALUE) for k, v in self.url_params.items()}
564
+ )
561
565
  if value > 1:
562
566
  return format_html('<a href="{}" class="badge">{}</a>', url, value)
563
567
  if related_record is not None:
@@ -1,6 +1,6 @@
1
1
  import random
2
2
  import string
3
- from typing import ClassVar, Iterable
3
+ from typing import ClassVar, Iterable, Optional
4
4
 
5
5
  from django.contrib.contenttypes.models import ContentType
6
6
  from django.db.models import Count, Q, QuerySet
@@ -30,7 +30,7 @@ class FilterTestCases:
30
30
  class BaseFilterTestCase(views.TestCase):
31
31
  """Base class for testing of FilterSets."""
32
32
 
33
- queryset: ClassVar[QuerySet]
33
+ queryset: ClassVar[Optional[QuerySet]] = None # TODO: declared as Optional only to avoid a breaking change
34
34
 
35
35
  def get_filterset_test_values(self, field_name, queryset=None):
36
36
  """Returns a list of distinct values from the requested queryset field to use in filterset tests.
@@ -73,7 +73,7 @@ class FilterTestCases:
73
73
  class FilterTestCase(BaseFilterTestCase):
74
74
  """Add common tests for all FilterSets."""
75
75
 
76
- filterset: ClassVar[type[FilterSet]]
76
+ filterset: ClassVar[Optional[type[FilterSet]]] = None # TODO: declared Optional only to avoid breaking change
77
77
 
78
78
  # filter predicate fields that should be excluded from q test case
79
79
  exclude_q_filter_predicates = []
@@ -85,7 +85,7 @@ class FilterTestCases:
85
85
  # ["filter1"],
86
86
  # ["filter2", "field2__name"],
87
87
  # ]
88
- generic_filter_tests: ClassVar[Iterable]
88
+ generic_filter_tests: ClassVar[Iterable] = ()
89
89
 
90
90
  def setUp(self):
91
91
  for attr in ["queryset", "filterset", "generic_filter_tests"]:
@@ -95,34 +95,38 @@ class FilterTestCases:
95
95
 
96
96
  def get_q_filter(self):
97
97
  """Helper method to return q filter."""
98
+ self.assertIsNotNone(self.filterset)
98
99
  return self.filterset.declared_filters["q"].filter_predicates
99
100
 
100
101
  def test_id(self):
101
102
  """Verify that the filterset supports filtering by id with only lookup `__n`."""
103
+ self.assertIsNotNone(self.filterset)
104
+
102
105
  with self.subTest("Assert `id`"):
103
106
  params = {"id": list(self.queryset.values_list("pk", flat=True)[:2])}
104
107
  expected_queryset = self.queryset.filter(id__in=params["id"])
105
- filterset = self.filterset(params, self.queryset)
108
+ filterset = self.filterset(params, self.queryset) # pylint: disable=not-callable # see assertion above
106
109
  self.assertTrue(filterset.is_valid())
107
110
  self.assertQuerysetEqualAndNotEmpty(filterset.qs.order_by("id"), expected_queryset.order_by("id"))
108
111
 
109
112
  with self.subTest("Assert negate lookup"):
110
113
  params = {"id__n": list(self.queryset.values_list("pk", flat=True)[:2])}
111
114
  expected_queryset = self.queryset.exclude(id__in=params["id__n"])
112
- filterset = self.filterset(params, self.queryset)
115
+ filterset = self.filterset(params, self.queryset) # pylint: disable=not-callable # see assertion above
113
116
  self.assertTrue(filterset.is_valid())
114
117
  self.assertQuerysetEqualAndNotEmpty(filterset.qs.order_by("id"), expected_queryset.order_by("id"))
115
118
 
116
119
  with self.subTest("Assert invalid lookup"):
117
120
  params = {"id__in": list(self.queryset.values_list("pk", flat=True)[:2])}
118
- filterset = self.filterset(params, self.queryset)
121
+ filterset = self.filterset(params, self.queryset) # pylint: disable=not-callable # see assertion above
119
122
  self.assertFalse(filterset.is_valid())
120
123
  self.assertIn("Unknown filter field", filterset.errors.as_text())
121
124
 
122
125
  def test_invalid_filter(self):
123
126
  """Verify that the filterset reports as invalid when initialized with an unsupported filter parameter."""
124
127
  params = {"ice_cream_flavor": ["chocolate"]}
125
- self.assertFalse(self.filterset(params, self.queryset).is_valid())
128
+ self.assertIsNotNone(self.filterset)
129
+ self.assertFalse(self.filterset(params, self.queryset).is_valid()) # pylint: disable=not-callable
126
130
 
127
131
  def test_filters_generic(self):
128
132
  """Test all multiple choice filters declared in `self.generic_filter_tests`.
@@ -190,13 +194,16 @@ class FilterTestCases:
190
194
  status=Status.objects.get_for_model(ContactAssociation).last(),
191
195
  )
192
196
 
197
+ if self.generic_filter_tests:
198
+ self.assertIsNotNone(self.filterset)
199
+
193
200
  for test in self.generic_filter_tests:
194
201
  filter_name = test[0]
195
202
  field_name = test[-1] # default to filter_name if a second list item was not supplied
196
203
  with self.subTest(f"{self.filterset.__name__} filter {filter_name} ({field_name})"):
197
204
  test_data = self.get_filterset_test_values(field_name)
198
205
  params = {filter_name: test_data}
199
- filterset_result = self.filterset(params, self.queryset).qs
206
+ filterset_result = self.filterset(params, self.queryset).qs # pylint: disable=not-callable
200
207
  qs_result = self.queryset.filter(**{f"{field_name}__in": test_data}).distinct()
201
208
  self.assertQuerysetEqualAndNotEmpty(filterset_result, qs_result, ordered=False)
202
209
 
@@ -207,6 +214,7 @@ class FilterTestCases:
207
214
  This test asserts that `filter=True` matches `self.queryset.filter(field__isnull=False)` and
208
215
  that `filter=False` matches `self.queryset.filter(field__isnull=True)`.
209
216
  """
217
+ self.assertIsNotNone(self.filterset)
210
218
  for filter_name, filter_object in self.filterset.get_filters().items():
211
219
  if not isinstance(filter_object, RelatedMembershipBooleanFilter):
212
220
  continue
@@ -214,11 +222,11 @@ class FilterTestCases:
214
222
  continue
215
223
  field_name = filter_object.field_name
216
224
  with self.subTest(f"{self.filterset.__name__} RelatedMembershipBooleanFilter {filter_name} (True)"):
217
- filterset_result = self.filterset({filter_name: True}, self.queryset).qs
225
+ filterset_result = self.filterset({filter_name: True}, self.queryset).qs # pylint: disable=not-callable
218
226
  qs_result = self.queryset.filter(**{f"{field_name}__isnull": filter_object.exclude}).distinct()
219
227
  self.assertQuerysetEqualAndNotEmpty(filterset_result, qs_result)
220
228
  with self.subTest(f"{self.filterset.__name__} RelatedMembershipBooleanFilter {filter_name} (False)"):
221
- filterset_result = self.filterset({filter_name: False}, self.queryset).qs
229
+ filterset_result = self.filterset({filter_name: False}, self.queryset).qs # pylint: disable=not-callable
222
230
  qs_result = self.queryset.exclude(**{f"{field_name}__isnull": filter_object.exclude}).distinct()
223
231
  self.assertQuerysetEqualAndNotEmpty(filterset_result, qs_result)
224
232
 
@@ -227,6 +235,8 @@ class FilterTestCases:
227
235
  if not issubclass(self.queryset.model, PrimaryModel):
228
236
  self.skipTest("Not a PrimaryModel")
229
237
 
238
+ self.assertIsNotNone(self.filterset)
239
+
230
240
  # Find an instance with at least two tags (should be common given our factory design)
231
241
  for instance in list(self.queryset):
232
242
  if len(instance.tags.all()) >= 2:
@@ -243,7 +253,7 @@ class FilterTestCases:
243
253
  self.queryset.first().tags.add(test_tags_filter_a, test_tags_filter_b)
244
254
  tags = [test_tags_filter_a, test_tags_filter_b]
245
255
  params = {"tags": [tags[0].name, tags[1].pk]}
246
- filterset_result = self.filterset(params, self.queryset).qs
256
+ filterset_result = self.filterset(params, self.queryset).qs # pylint: disable=not-callable
247
257
  # Tags is an AND filter not an OR filter
248
258
  qs_result = self.queryset.filter(tags=tags[0]).filter(tags=tags[1]).distinct()
249
259
  self.assertQuerysetEqualAndNotEmpty(filterset_result, qs_result)
@@ -294,6 +304,8 @@ class FilterTestCases:
294
304
  """
295
305
  self._assert_valid_filter_predicates(obj, obj_field_name)
296
306
 
307
+ self.assertIsNotNone(self.filterset)
308
+
297
309
  # Generic test only supports CharField or TextFields, skip all other types
298
310
  obj_field = obj._meta.get_field(obj_field_name)
299
311
  if not isinstance(obj_field, (CharField, TextField)):
@@ -313,7 +325,7 @@ class FilterTestCases:
313
325
  lookup = randomized_attr_value[1:].upper()
314
326
  model_queryset = self.queryset.filter(**{f"{filter_field_name}__icontains": lookup})
315
327
  params = {"q": lookup}
316
- filterset_result = self.filterset(params, self.queryset)
328
+ filterset_result = self.filterset(params, self.queryset) # pylint: disable=not-callable
317
329
 
318
330
  self.assertTrue(filterset_result.is_valid())
319
331
  self.assertQuerysetEqualAndNotEmpty(
@@ -6,7 +6,9 @@ from django.test import override_settings, tag
6
6
  from django.urls import reverse
7
7
  from django.utils.functional import classproperty
8
8
  from selenium.webdriver.common.keys import Keys
9
+ from selenium.webdriver.support.wait import WebDriverWait
9
10
  from splinter.browser import Browser
11
+ from splinter.exceptions import ElementDoesNotExist
10
12
 
11
13
  from nautobot.core import testing
12
14
 
@@ -20,6 +22,71 @@ SELENIUM_HOST = os.getenv("NAUTOBOT_SELENIUM_HOST", "host.docker.internal")
20
22
  LOGIN_URL = reverse(settings.LOGIN_URL)
21
23
 
22
24
 
25
+ class ObjectsListMixin:
26
+ """
27
+ Helper class for easier testing and navigating on standard Nautobot objects list page.
28
+ """
29
+
30
+ def select_all_items(self):
31
+ self.browser.find_by_xpath('//*[@id="object_list_form"]//input[@class="toggle"]').click()
32
+
33
+ def select_one_item(self):
34
+ self.browser.find_by_xpath('//*[@id="object_list_form"]//input[@name="pk"]').click()
35
+
36
+ def click_bulk_delete(self):
37
+ self.browser.find_by_xpath(
38
+ '//*[@id="object_list_form"]//button[@type="submit"]/following-sibling::button[1]'
39
+ ).click()
40
+ self.browser.find_by_xpath('//*[@id="object_list_form"]//button[@name="_delete"]').click()
41
+
42
+ def click_bulk_edit(self):
43
+ self.browser.find_by_xpath('//*[@id="object_list_form"]//button[@type="submit"]').click()
44
+
45
+ @property
46
+ def objects_list_visible_items(self):
47
+ objects_table_container = self.browser.find_by_xpath('//*[@id="object_list_form"]/div[1]/div')
48
+ try:
49
+ objects_table = objects_table_container.find_by_tag("tbody")
50
+ return len(objects_table.find_by_tag("tr"))
51
+ except ElementDoesNotExist:
52
+ return 0
53
+
54
+ def apply_filter(self, field, value):
55
+ self.browser.find_by_xpath('//*[@id="id__filterbtn"]').click()
56
+ self.fill_filters_select2_field(field, value)
57
+ self.browser.find_by_xpath('//*[@id="default-filter"]//button[@type="submit"]').click()
58
+
59
+
60
+ class BulkOperationsMixin:
61
+ def confirm_bulk_delete_operation(self):
62
+ self.browser.find_by_xpath('//button[@name="_confirm" and @type="submit"]').click()
63
+
64
+ def submit_bulk_edit_operation(self):
65
+ self.browser.find_by_xpath("//button[@name='_apply']", wait_time=5).click()
66
+
67
+ def wait_for_job_result(self):
68
+ end_statuses = ["Completed", "Failed"]
69
+ WebDriverWait(self.browser, 30).until(
70
+ lambda driver: driver.find_by_id("pending-result-label").text in end_statuses
71
+ )
72
+
73
+ return self.browser.find_by_id("pending-result-label").text
74
+
75
+ def verify_job_description(self, expected_job_description):
76
+ job_description = self.browser.find_by_xpath('//td[text()="Job Description"]/following-sibling::td[1]').text
77
+ self.assertEqual(job_description, expected_job_description)
78
+
79
+ def assertIsBulkDeleteJob(self):
80
+ self.verify_job_description("Bulk delete objects.")
81
+
82
+ def assertIsBulkEditJob(self):
83
+ self.verify_job_description("Bulk edit objects.")
84
+
85
+ def assertJobStatusIsCompleted(self):
86
+ job_status = self.wait_for_job_result()
87
+ self.assertEqual(job_status, "Completed")
88
+
89
+
23
90
  # In CI, sometimes the FQDN of SELENIUM_HOST gets used, other times it seems to be just the hostname?
24
91
  @override_settings(ALLOWED_HOSTS=["nautobot.example.com", SELENIUM_HOST, SELENIUM_HOST.split(".")[0]])
25
92
  @tag("integration")
@@ -112,21 +179,36 @@ class SeleniumTestCase(StaticLiveServerTestCase, testing.NautobotTestCaseMixin):
112
179
  # Wait for body element to appear
113
180
  self.assertTrue(self.browser.is_element_present_by_tag("body", wait_time=5), "Page failed to load")
114
181
 
115
- def fill_select2_field(self, field_name, value):
182
+ def _fill_select2_field(self, field_name, value, search_box_class=None):
116
183
  """
117
184
  Helper function to fill a Select2 single selection field.
118
185
  """
186
+ if search_box_class is None:
187
+ search_box_class = "select2-search select2-search--dropdown"
188
+
119
189
  self.browser.find_by_xpath(f"//select[@id='id_{field_name}']//following-sibling::span").click()
120
- search_box = self.browser.find_by_xpath(
121
- "//*[@class='select2-search select2-search--dropdown']//input", wait_time=5
122
- )
190
+ search_box = self.browser.find_by_xpath(f"//*[@class='{search_box_class}']//input", wait_time=5)
123
191
  for _ in search_box.first.type(value, slowly=True):
124
192
  pass
125
193
 
126
194
  # wait for "searching" to disappear
127
195
  self.browser.is_element_not_present_by_css(".loading-results", wait_time=5)
196
+ return search_box
197
+
198
+ def fill_select2_field(self, field_name, value):
199
+ """
200
+ Helper function to fill a Select2 single selection field on add/edit forms.
201
+ """
202
+ search_box = self._fill_select2_field(field_name, value)
128
203
  search_box.first.type(Keys.ENTER)
129
204
 
205
+ def fill_filters_select2_field(self, field_name, value):
206
+ """
207
+ Helper function to fill a Select2 single selection field on filters modals.
208
+ """
209
+ self._fill_select2_field(field_name, value, search_box_class="select2-search select2-search--inline")
210
+ self.browser.find_by_xpath(f"//li[@class='select2-results__option' and text()='{value}']").click()
211
+
130
212
  def fill_select2_multiselect_field(self, field_name, value):
131
213
  """
132
214
  Helper function to fill a Select2 multi-selection field.