nautobot 2.3.0__py3-none-any.whl → 2.3.0b1__py3-none-any.whl

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 (366) hide show
  1. nautobot/cloud/factory.py +0 -2
  2. nautobot/cloud/filters.py +0 -3
  3. nautobot/cloud/forms.py +1 -7
  4. nautobot/cloud/migrations/0001_initial.py +1 -1
  5. nautobot/cloud/models.py +2 -1
  6. nautobot/cloud/tables.py +17 -1
  7. nautobot/cloud/templates/cloud/cloudnetwork_retrieve.html +7 -1
  8. nautobot/cloud/templates/cloud/cloudresourcetype_retrieve.html +0 -11
  9. nautobot/cloud/templates/cloud/cloudservice_retrieve.html +0 -4
  10. nautobot/cloud/tests/test_filters.py +0 -12
  11. nautobot/core/filters.py +1 -15
  12. nautobot/core/forms/forms.py +2 -10
  13. nautobot/core/graphql/generators.py +2 -2
  14. nautobot/core/graphql/schema.py +14 -6
  15. nautobot/core/jobs/__init__.py +1 -4
  16. nautobot/core/management/commands/generate_test_data.py +2 -2
  17. nautobot/core/models/__init__.py +2 -2
  18. nautobot/core/settings.py +2 -13
  19. nautobot/core/settings.yaml +2 -16
  20. nautobot/core/tables.py +0 -3
  21. nautobot/core/templates/generic/object_retrieve.html +5 -5
  22. nautobot/core/templates/nautobot_config.py.j2 +0 -15
  23. nautobot/core/testing/filters.py +1 -12
  24. nautobot/core/tests/integration/test_general_functionality.py +1 -1
  25. nautobot/core/tests/test_jobs.py +1 -74
  26. nautobot/core/views/generic.py +1 -1
  27. nautobot/core/views/mixins.py +1 -1
  28. nautobot/core/views/utils.py +6 -8
  29. nautobot/dcim/factory.py +1 -4
  30. nautobot/dcim/filters/__init__.py +0 -4
  31. nautobot/dcim/forms.py +0 -5
  32. nautobot/dcim/migrations/0061_module_models.py +0 -1
  33. nautobot/dcim/models/device_components.py +0 -7
  34. nautobot/dcim/models/devices.py +4 -6
  35. nautobot/dcim/models/racks.py +1 -0
  36. nautobot/dcim/tables/devices.py +3 -17
  37. nautobot/dcim/tables/devicetypes.py +1 -1
  38. nautobot/dcim/templates/dcim/device/base.html +1 -1
  39. nautobot/dcim/templates/dcim/device.html +2 -2
  40. nautobot/dcim/templates/dcim/deviceredundancygroup_retrieve.html +0 -6
  41. nautobot/dcim/templates/dcim/moduletype_retrieve.html +0 -17
  42. nautobot/dcim/templates/dcim/softwareimagefile_retrieve.html +2 -2
  43. nautobot/dcim/tests/test_api.py +0 -2
  44. nautobot/dcim/tests/test_filters.py +7 -14
  45. nautobot/dcim/tests/test_models.py +0 -31
  46. nautobot/dcim/tests/test_views.py +0 -39
  47. nautobot/dcim/views.py +1 -4
  48. nautobot/extras/api/views.py +59 -7
  49. nautobot/extras/factory.py +12 -50
  50. nautobot/extras/forms/base.py +4 -10
  51. nautobot/extras/homepage.py +2 -12
  52. nautobot/extras/jobs.py +2 -2
  53. nautobot/extras/migrations/0111_metadata.py +4 -4
  54. nautobot/extras/models/jobs.py +0 -83
  55. nautobot/extras/models/metadata.py +18 -18
  56. nautobot/extras/models/models.py +0 -2
  57. nautobot/extras/signals.py +1 -14
  58. nautobot/extras/tables.py +14 -43
  59. nautobot/extras/templates/extras/job_detail.html +0 -11
  60. nautobot/extras/tests/test_api.py +9 -16
  61. nautobot/extras/tests/test_jobs.py +2 -2
  62. nautobot/extras/tests/test_models.py +18 -20
  63. nautobot/extras/tests/test_views.py +3 -23
  64. nautobot/extras/utils.py +6 -35
  65. nautobot/extras/views.py +50 -27
  66. nautobot/ipam/filters.py +1 -1
  67. nautobot/ipam/forms.py +1 -1
  68. nautobot/ipam/models.py +20 -9
  69. nautobot/ipam/tables.py +0 -4
  70. nautobot/ipam/tests/test_models.py +2 -3
  71. nautobot/ipam/views.py +11 -6
  72. nautobot/project-static/css/base.css +0 -1
  73. nautobot/project-static/docs/404.html +18 -18
  74. nautobot/project-static/docs/apps/index.html +18 -18
  75. nautobot/project-static/docs/apps/nautobot-apps.html +18 -18
  76. nautobot/project-static/docs/assets/stylesheets/main.76a95c52.min.css +1 -0
  77. nautobot/project-static/docs/assets/stylesheets/main.76a95c52.min.css.map +1 -0
  78. nautobot/project-static/docs/code-reference/nautobot/apps/__init__.html +18 -18
  79. nautobot/project-static/docs/code-reference/nautobot/apps/admin.html +18 -18
  80. nautobot/project-static/docs/code-reference/nautobot/apps/api.html +18 -66
  81. nautobot/project-static/docs/code-reference/nautobot/apps/change_logging.html +18 -18
  82. nautobot/project-static/docs/code-reference/nautobot/apps/choices.html +18 -18
  83. nautobot/project-static/docs/code-reference/nautobot/apps/config.html +18 -18
  84. nautobot/project-static/docs/code-reference/nautobot/apps/constants.html +18 -18
  85. nautobot/project-static/docs/code-reference/nautobot/apps/datasources.html +18 -18
  86. nautobot/project-static/docs/code-reference/nautobot/apps/exceptions.html +18 -66
  87. nautobot/project-static/docs/code-reference/nautobot/apps/factory.html +18 -34
  88. nautobot/project-static/docs/code-reference/nautobot/apps/filters.html +18 -82
  89. nautobot/project-static/docs/code-reference/nautobot/apps/forms.html +21 -75
  90. nautobot/project-static/docs/code-reference/nautobot/apps/graphql.html +18 -18
  91. nautobot/project-static/docs/code-reference/nautobot/apps/jobs.html +18 -34
  92. nautobot/project-static/docs/code-reference/nautobot/apps/models.html +18 -34
  93. nautobot/project-static/docs/code-reference/nautobot/apps/querysets.html +18 -18
  94. nautobot/project-static/docs/code-reference/nautobot/apps/secrets.html +18 -18
  95. nautobot/project-static/docs/code-reference/nautobot/apps/tables.html +18 -18
  96. nautobot/project-static/docs/code-reference/nautobot/apps/testing.html +18 -18
  97. nautobot/project-static/docs/code-reference/nautobot/apps/ui.html +18 -18
  98. nautobot/project-static/docs/code-reference/nautobot/apps/urls.html +18 -18
  99. nautobot/project-static/docs/code-reference/nautobot/apps/utils.html +19 -21
  100. nautobot/project-static/docs/code-reference/nautobot/apps/views.html +18 -34
  101. nautobot/project-static/docs/development/apps/api/configuration-view.html +18 -18
  102. nautobot/project-static/docs/development/apps/api/database-backend-config.html +18 -18
  103. nautobot/project-static/docs/development/apps/api/models/django-admin.html +18 -18
  104. nautobot/project-static/docs/development/apps/api/models/global-search.html +18 -18
  105. nautobot/project-static/docs/development/apps/api/models/graphql.html +18 -18
  106. nautobot/project-static/docs/development/apps/api/models/index.html +22 -33
  107. nautobot/project-static/docs/development/apps/api/nautobot-app-config.html +18 -18
  108. nautobot/project-static/docs/development/apps/api/platform-features/custom-validators.html +18 -18
  109. nautobot/project-static/docs/development/apps/api/platform-features/filter-extensions.html +18 -18
  110. nautobot/project-static/docs/development/apps/api/platform-features/git-repository-content.html +18 -18
  111. nautobot/project-static/docs/development/apps/api/platform-features/index.html +18 -18
  112. nautobot/project-static/docs/development/apps/api/platform-features/jinja2-filters.html +18 -18
  113. nautobot/project-static/docs/development/apps/api/platform-features/jobs.html +18 -18
  114. nautobot/project-static/docs/development/apps/api/platform-features/populating-extensibility-features.html +18 -18
  115. nautobot/project-static/docs/development/apps/api/platform-features/secrets-providers.html +18 -18
  116. nautobot/project-static/docs/development/apps/api/platform-features/uniquely-identify-objects.html +18 -18
  117. nautobot/project-static/docs/development/apps/api/prometheus.html +18 -18
  118. nautobot/project-static/docs/development/apps/api/setup.html +18 -18
  119. nautobot/project-static/docs/development/apps/api/testing.html +18 -18
  120. nautobot/project-static/docs/development/apps/api/ui-extensions/banners.html +18 -18
  121. nautobot/project-static/docs/development/apps/api/ui-extensions/home-page.html +18 -18
  122. nautobot/project-static/docs/development/apps/api/ui-extensions/index.html +18 -18
  123. nautobot/project-static/docs/development/apps/api/ui-extensions/navigation.html +18 -18
  124. nautobot/project-static/docs/development/apps/api/ui-extensions/object-views.html +18 -18
  125. nautobot/project-static/docs/development/apps/api/views/base-template.html +18 -18
  126. nautobot/project-static/docs/development/apps/api/views/core-view-overrides.html +18 -18
  127. nautobot/project-static/docs/development/apps/api/views/django-generic-views.html +18 -18
  128. nautobot/project-static/docs/development/apps/api/views/help-documentation.html +18 -18
  129. nautobot/project-static/docs/development/apps/api/views/index.html +18 -18
  130. nautobot/project-static/docs/development/apps/api/views/nautobot-generic-views.html +18 -18
  131. nautobot/project-static/docs/development/apps/api/views/nautobotuiviewset.html +18 -18
  132. nautobot/project-static/docs/development/apps/api/views/nautobotuiviewsetrouter.html +18 -18
  133. nautobot/project-static/docs/development/apps/api/views/notes.html +18 -18
  134. nautobot/project-static/docs/development/apps/api/views/rest-api.html +18 -18
  135. nautobot/project-static/docs/development/apps/api/views/urls.html +18 -18
  136. nautobot/project-static/docs/development/apps/index.html +18 -18
  137. nautobot/project-static/docs/development/apps/migration/code-updates.html +18 -18
  138. nautobot/project-static/docs/development/apps/migration/dependency-updates.html +18 -18
  139. nautobot/project-static/docs/development/apps/migration/from-v1.html +18 -18
  140. nautobot/project-static/docs/development/apps/migration/model-updates/dcim.html +18 -18
  141. nautobot/project-static/docs/development/apps/migration/model-updates/extras.html +18 -18
  142. nautobot/project-static/docs/development/apps/migration/model-updates/global.html +18 -18
  143. nautobot/project-static/docs/development/apps/migration/model-updates/ipam.html +18 -18
  144. nautobot/project-static/docs/development/apps/porting-from-netbox.html +18 -18
  145. nautobot/project-static/docs/development/core/application-registry.html +18 -18
  146. nautobot/project-static/docs/development/core/best-practices.html +18 -18
  147. nautobot/project-static/docs/development/core/bootstrap-ui.html +18 -18
  148. nautobot/project-static/docs/development/core/caching.html +18 -18
  149. nautobot/project-static/docs/development/core/controllers.html +18 -18
  150. nautobot/project-static/docs/development/core/docker-compose-advanced-use-cases.html +18 -18
  151. nautobot/project-static/docs/development/core/generic-views.html +18 -18
  152. nautobot/project-static/docs/development/core/getting-started.html +18 -18
  153. nautobot/project-static/docs/development/core/homepage.html +18 -18
  154. nautobot/project-static/docs/development/core/index.html +18 -29
  155. nautobot/project-static/docs/development/core/model-checklist.html +20 -26
  156. nautobot/project-static/docs/development/core/model-features.html +18 -18
  157. nautobot/project-static/docs/development/core/natural-keys.html +18 -18
  158. nautobot/project-static/docs/development/core/navigation-menu.html +18 -18
  159. nautobot/project-static/docs/development/core/release-checklist.html +18 -18
  160. nautobot/project-static/docs/development/core/role-internals.html +18 -18
  161. nautobot/project-static/docs/development/core/settings.html +18 -18
  162. nautobot/project-static/docs/development/core/style-guide.html +19 -19
  163. nautobot/project-static/docs/development/core/templates.html +18 -18
  164. nautobot/project-static/docs/development/core/testing.html +18 -18
  165. nautobot/project-static/docs/development/core/user-preferences.html +18 -18
  166. nautobot/project-static/docs/development/index.html +18 -18
  167. nautobot/project-static/docs/development/jobs/index.html +379 -393
  168. nautobot/project-static/docs/development/jobs/migration/from-v1.html +18 -18
  169. nautobot/project-static/docs/index.html +13 -9032
  170. nautobot/project-static/docs/models/extras/metadatachoice.html +3 -3
  171. nautobot/project-static/docs/models/extras/metadatatype.html +3 -3
  172. nautobot/project-static/docs/models/extras/objectmetadata.html +3 -3
  173. nautobot/project-static/docs/objects.inv +0 -0
  174. nautobot/project-static/docs/overview/application_stack.html +18 -18
  175. nautobot/project-static/docs/overview/design_philosophy.html +20 -20
  176. nautobot/project-static/docs/overview/index.html +9032 -13
  177. nautobot/project-static/docs/release-notes/index.html +19 -252
  178. nautobot/project-static/docs/release-notes/version-1.0.html +18 -18
  179. nautobot/project-static/docs/release-notes/version-1.1.html +18 -18
  180. nautobot/project-static/docs/release-notes/version-1.2.html +18 -18
  181. nautobot/project-static/docs/release-notes/version-1.3.html +18 -18
  182. nautobot/project-static/docs/release-notes/version-1.4.html +18 -18
  183. nautobot/project-static/docs/release-notes/version-1.5.html +18 -18
  184. nautobot/project-static/docs/release-notes/version-1.6.html +18 -18
  185. nautobot/project-static/docs/release-notes/version-2.0.html +18 -18
  186. nautobot/project-static/docs/release-notes/version-2.1.html +18 -18
  187. nautobot/project-static/docs/release-notes/version-2.2.html +111 -248
  188. nautobot/project-static/docs/release-notes/version-2.3.html +90 -520
  189. nautobot/project-static/docs/requirements.txt +3 -3
  190. nautobot/project-static/docs/search/search_index.json +1 -1
  191. nautobot/project-static/docs/sitemap.xml +278 -278
  192. nautobot/project-static/docs/sitemap.xml.gz +0 -0
  193. nautobot/project-static/docs/user-guide/administration/configuration/authentication/ldap.html +18 -18
  194. nautobot/project-static/docs/user-guide/administration/configuration/authentication/remote.html +18 -18
  195. nautobot/project-static/docs/user-guide/administration/configuration/authentication/sso.html +18 -18
  196. nautobot/project-static/docs/user-guide/administration/configuration/index.html +18 -18
  197. nautobot/project-static/docs/user-guide/administration/configuration/optional-settings.html +20 -52
  198. nautobot/project-static/docs/user-guide/administration/configuration/required-settings.html +18 -18
  199. nautobot/project-static/docs/user-guide/administration/configuration/time-zones.html +18 -18
  200. nautobot/project-static/docs/user-guide/administration/guides/caching.html +18 -18
  201. nautobot/project-static/docs/user-guide/administration/guides/celery-queues.html +18 -22
  202. nautobot/project-static/docs/user-guide/administration/guides/healthcheck.html +18 -18
  203. nautobot/project-static/docs/user-guide/administration/guides/permissions.html +18 -18
  204. nautobot/project-static/docs/user-guide/administration/guides/prometheus-metrics.html +18 -18
  205. nautobot/project-static/docs/user-guide/administration/guides/replicating-nautobot.html +18 -18
  206. nautobot/project-static/docs/user-guide/administration/guides/request-profiling.html +18 -18
  207. nautobot/project-static/docs/user-guide/administration/guides/s3-django-storage.html +18 -18
  208. nautobot/project-static/docs/user-guide/administration/installation/app-install.html +18 -18
  209. nautobot/project-static/docs/user-guide/administration/installation/external-authentication.html +18 -18
  210. nautobot/project-static/docs/user-guide/administration/installation/http-server.html +82 -69
  211. nautobot/project-static/docs/user-guide/administration/installation/index.html +24 -24
  212. nautobot/project-static/docs/user-guide/administration/installation/install_system.html +52 -60
  213. nautobot/project-static/docs/user-guide/administration/installation/nautobot.html +87 -80
  214. nautobot/project-static/docs/user-guide/administration/installation/services.html +44 -37
  215. nautobot/project-static/docs/user-guide/administration/installation-extras/docker.html +18 -18
  216. nautobot/project-static/docs/user-guide/administration/installation-extras/health-checks.html +18 -18
  217. nautobot/project-static/docs/user-guide/administration/installation-extras/selinux-troubleshooting.html +18 -18
  218. nautobot/project-static/docs/user-guide/administration/migration/migrating-from-netbox.html +18 -18
  219. nautobot/project-static/docs/user-guide/administration/migration/migrating-from-postgresql.html +18 -18
  220. nautobot/project-static/docs/user-guide/administration/tools/nautobot-server.html +24 -76
  221. nautobot/project-static/docs/user-guide/administration/tools/nautobot-shell.html +18 -18
  222. nautobot/project-static/docs/user-guide/administration/upgrading/database-backup.html +18 -18
  223. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/after-you-upgrade.html +18 -18
  224. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/before-you-upgrade.html +18 -18
  225. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/for-developers.html +18 -18
  226. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/index.html +18 -18
  227. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/whats-changed.html +18 -18
  228. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/region-and-site-data-migration-guide.html +18 -18
  229. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/upgrading-from-nautobot-v1.html +18 -18
  230. nautobot/project-static/docs/user-guide/administration/upgrading/upgrading.html +18 -18
  231. nautobot/project-static/docs/user-guide/core-data-model/circuits/circuit.html +18 -18
  232. nautobot/project-static/docs/user-guide/core-data-model/circuits/circuittermination.html +18 -18
  233. nautobot/project-static/docs/user-guide/core-data-model/circuits/circuittype.html +18 -18
  234. nautobot/project-static/docs/user-guide/core-data-model/circuits/provider.html +18 -18
  235. nautobot/project-static/docs/user-guide/core-data-model/circuits/providernetwork.html +18 -18
  236. nautobot/project-static/docs/user-guide/core-data-model/cloud/cloud.html +18 -18
  237. nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudaccount.html +18 -18
  238. nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudnetwork.html +18 -18
  239. nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudnetworkprefixassignment.html +18 -18
  240. nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudresourcetype.html +18 -18
  241. nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudservice.html +18 -18
  242. nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudservicenetworkassignment.html +18 -18
  243. nautobot/project-static/docs/user-guide/core-data-model/dcim/cable.html +18 -18
  244. nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleport.html +18 -18
  245. nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleporttemplate.html +18 -18
  246. nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleserverport.html +18 -18
  247. nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleserverporttemplate.html +18 -18
  248. nautobot/project-static/docs/user-guide/core-data-model/dcim/controller.html +18 -18
  249. nautobot/project-static/docs/user-guide/core-data-model/dcim/controllermanageddevicegroup.html +18 -18
  250. nautobot/project-static/docs/user-guide/core-data-model/dcim/device.html +19 -19
  251. nautobot/project-static/docs/user-guide/core-data-model/dcim/devicebay.html +18 -18
  252. nautobot/project-static/docs/user-guide/core-data-model/dcim/devicebaytemplate.html +18 -18
  253. nautobot/project-static/docs/user-guide/core-data-model/dcim/devicefamily.html +18 -18
  254. nautobot/project-static/docs/user-guide/core-data-model/dcim/deviceredundancygroup.html +18 -18
  255. nautobot/project-static/docs/user-guide/core-data-model/dcim/devicetype.html +18 -18
  256. nautobot/project-static/docs/user-guide/core-data-model/dcim/frontport.html +18 -18
  257. nautobot/project-static/docs/user-guide/core-data-model/dcim/frontporttemplate.html +18 -18
  258. nautobot/project-static/docs/user-guide/core-data-model/dcim/interface.html +18 -18
  259. nautobot/project-static/docs/user-guide/core-data-model/dcim/interfaceredundancygroup.html +18 -18
  260. nautobot/project-static/docs/user-guide/core-data-model/dcim/interfacetemplate.html +18 -18
  261. nautobot/project-static/docs/user-guide/core-data-model/dcim/inventoryitem.html +18 -18
  262. nautobot/project-static/docs/user-guide/core-data-model/dcim/location.html +18 -18
  263. nautobot/project-static/docs/user-guide/core-data-model/dcim/locationtype.html +18 -18
  264. nautobot/project-static/docs/user-guide/core-data-model/dcim/manufacturer.html +19 -19
  265. nautobot/project-static/docs/user-guide/core-data-model/dcim/module.html +18 -18
  266. nautobot/project-static/docs/user-guide/core-data-model/dcim/modulebay.html +18 -18
  267. nautobot/project-static/docs/user-guide/core-data-model/dcim/modulebaytemplate.html +18 -18
  268. nautobot/project-static/docs/user-guide/core-data-model/dcim/moduletype.html +18 -18
  269. nautobot/project-static/docs/user-guide/core-data-model/dcim/platform.html +18 -18
  270. nautobot/project-static/docs/user-guide/core-data-model/dcim/powerfeed.html +18 -18
  271. nautobot/project-static/docs/user-guide/core-data-model/dcim/poweroutlet.html +18 -18
  272. nautobot/project-static/docs/user-guide/core-data-model/dcim/poweroutlettemplate.html +18 -18
  273. nautobot/project-static/docs/user-guide/core-data-model/dcim/powerpanel.html +18 -18
  274. nautobot/project-static/docs/user-guide/core-data-model/dcim/powerport.html +18 -18
  275. nautobot/project-static/docs/user-guide/core-data-model/dcim/powerporttemplate.html +18 -18
  276. nautobot/project-static/docs/user-guide/core-data-model/dcim/rack.html +18 -18
  277. nautobot/project-static/docs/user-guide/core-data-model/dcim/rackgroup.html +18 -18
  278. nautobot/project-static/docs/user-guide/core-data-model/dcim/rackreservation.html +18 -18
  279. nautobot/project-static/docs/user-guide/core-data-model/dcim/rearport.html +18 -18
  280. nautobot/project-static/docs/user-guide/core-data-model/dcim/rearporttemplate.html +18 -18
  281. nautobot/project-static/docs/user-guide/core-data-model/dcim/softwareimagefile.html +18 -18
  282. nautobot/project-static/docs/user-guide/core-data-model/dcim/softwareversion.html +18 -18
  283. nautobot/project-static/docs/user-guide/core-data-model/dcim/virtualchassis.html +18 -18
  284. nautobot/project-static/docs/user-guide/core-data-model/extras/configcontext.html +18 -62
  285. nautobot/project-static/docs/user-guide/core-data-model/extras/configcontextschema.html +18 -18
  286. nautobot/project-static/docs/user-guide/core-data-model/extras/contact.html +18 -18
  287. nautobot/project-static/docs/user-guide/core-data-model/extras/team.html +18 -18
  288. nautobot/project-static/docs/user-guide/core-data-model/ipam/ipaddress.html +18 -18
  289. nautobot/project-static/docs/user-guide/core-data-model/ipam/namespace.html +18 -18
  290. nautobot/project-static/docs/user-guide/core-data-model/ipam/prefix.html +18 -18
  291. nautobot/project-static/docs/user-guide/core-data-model/ipam/rir.html +18 -18
  292. nautobot/project-static/docs/user-guide/core-data-model/ipam/routetarget.html +18 -18
  293. nautobot/project-static/docs/user-guide/core-data-model/ipam/service.html +18 -18
  294. nautobot/project-static/docs/user-guide/core-data-model/ipam/vlan.html +18 -18
  295. nautobot/project-static/docs/user-guide/core-data-model/ipam/vlangroup.html +18 -18
  296. nautobot/project-static/docs/user-guide/core-data-model/ipam/vrf.html +18 -18
  297. nautobot/project-static/docs/user-guide/core-data-model/overview/introduction.html +18 -18
  298. nautobot/project-static/docs/user-guide/core-data-model/tenancy/tenant.html +18 -18
  299. nautobot/project-static/docs/user-guide/core-data-model/tenancy/tenantgroup.html +18 -18
  300. nautobot/project-static/docs/user-guide/core-data-model/virtualization/cluster.html +18 -18
  301. nautobot/project-static/docs/user-guide/core-data-model/virtualization/clustergroup.html +18 -18
  302. nautobot/project-static/docs/user-guide/core-data-model/virtualization/clustertype.html +18 -18
  303. nautobot/project-static/docs/user-guide/core-data-model/virtualization/virtualmachine.html +18 -18
  304. nautobot/project-static/docs/user-guide/core-data-model/virtualization/vminterface.html +18 -18
  305. nautobot/project-static/docs/user-guide/feature-guides/contacts-and-teams.html +18 -18
  306. nautobot/project-static/docs/user-guide/feature-guides/custom-fields.html +18 -18
  307. nautobot/project-static/docs/user-guide/feature-guides/getting-started/creating-devices.html +18 -18
  308. nautobot/project-static/docs/user-guide/feature-guides/getting-started/creating-location-types-and-locations.html +18 -18
  309. nautobot/project-static/docs/user-guide/feature-guides/getting-started/index.html +18 -18
  310. nautobot/project-static/docs/user-guide/feature-guides/getting-started/interfaces.html +18 -18
  311. nautobot/project-static/docs/user-guide/feature-guides/getting-started/ipam.html +18 -18
  312. nautobot/project-static/docs/user-guide/feature-guides/getting-started/platforms.html +18 -18
  313. nautobot/project-static/docs/user-guide/feature-guides/getting-started/search-bar.html +18 -18
  314. nautobot/project-static/docs/user-guide/feature-guides/getting-started/tenants.html +18 -18
  315. nautobot/project-static/docs/user-guide/feature-guides/getting-started/vlans-and-vlan-groups.html +18 -18
  316. nautobot/project-static/docs/user-guide/feature-guides/git-data-source.html +18 -18
  317. nautobot/project-static/docs/user-guide/feature-guides/graphql.html +18 -18
  318. nautobot/project-static/docs/user-guide/feature-guides/ip-address-merge-tool.html +18 -18
  319. nautobot/project-static/docs/user-guide/feature-guides/relationships.html +18 -18
  320. nautobot/project-static/docs/user-guide/feature-guides/software-image-files-and-versions.html +18 -18
  321. nautobot/project-static/docs/user-guide/index.html +18 -18
  322. nautobot/project-static/docs/user-guide/platform-functionality/change-logging.html +18 -18
  323. nautobot/project-static/docs/user-guide/platform-functionality/computedfield.html +18 -18
  324. nautobot/project-static/docs/user-guide/platform-functionality/customfield.html +18 -18
  325. nautobot/project-static/docs/user-guide/platform-functionality/customlink.html +18 -18
  326. nautobot/project-static/docs/user-guide/platform-functionality/dynamicgroup.html +18 -18
  327. nautobot/project-static/docs/user-guide/platform-functionality/exporttemplate.html +18 -18
  328. nautobot/project-static/docs/user-guide/platform-functionality/externalintegration.html +18 -18
  329. nautobot/project-static/docs/user-guide/platform-functionality/gitrepository.html +18 -18
  330. nautobot/project-static/docs/user-guide/platform-functionality/graphql.html +18 -18
  331. nautobot/project-static/docs/user-guide/platform-functionality/graphqlquery.html +18 -18
  332. nautobot/project-static/docs/user-guide/platform-functionality/imageattachment.html +18 -18
  333. nautobot/project-static/docs/user-guide/platform-functionality/jobs/index.html +18 -18
  334. nautobot/project-static/docs/user-guide/platform-functionality/jobs/job-scheduling-and-approvals.html +21 -21
  335. nautobot/project-static/docs/user-guide/platform-functionality/jobs/jobbutton.html +18 -18
  336. nautobot/project-static/docs/user-guide/platform-functionality/jobs/jobhook.html +18 -18
  337. nautobot/project-static/docs/user-guide/platform-functionality/jobs/models.html +18 -18
  338. nautobot/project-static/docs/user-guide/platform-functionality/{objectmetadata.html → metadata.html} +84 -197
  339. nautobot/project-static/docs/user-guide/platform-functionality/napalm.html +36 -36
  340. nautobot/project-static/docs/user-guide/platform-functionality/note.html +33 -33
  341. nautobot/project-static/docs/user-guide/platform-functionality/relationship.html +21 -21
  342. nautobot/project-static/docs/user-guide/platform-functionality/rest-api/authentication.html +18 -18
  343. nautobot/project-static/docs/user-guide/platform-functionality/rest-api/filtering.html +18 -18
  344. nautobot/project-static/docs/user-guide/platform-functionality/rest-api/overview.html +18 -18
  345. nautobot/project-static/docs/user-guide/platform-functionality/rest-api/ui-related-endpoints.html +18 -18
  346. nautobot/project-static/docs/user-guide/platform-functionality/role.html +18 -18
  347. nautobot/project-static/docs/user-guide/platform-functionality/savedview.html +18 -18
  348. nautobot/project-static/docs/user-guide/platform-functionality/secret.html +18 -18
  349. nautobot/project-static/docs/user-guide/platform-functionality/staticgroupassociation.html +18 -18
  350. nautobot/project-static/docs/user-guide/platform-functionality/status.html +18 -18
  351. nautobot/project-static/docs/user-guide/platform-functionality/tag.html +18 -18
  352. nautobot/project-static/docs/user-guide/platform-functionality/template-filters.html +18 -18
  353. nautobot/project-static/docs/user-guide/platform-functionality/users/objectpermission.html +18 -18
  354. nautobot/project-static/docs/user-guide/platform-functionality/users/token.html +18 -18
  355. nautobot/project-static/docs/user-guide/platform-functionality/webhook.html +18 -18
  356. nautobot/tenancy/templates/tenancy/tenant.html +4 -4
  357. nautobot/virtualization/models.py +2 -0
  358. nautobot/virtualization/tables.py +5 -2
  359. {nautobot-2.3.0.dist-info → nautobot-2.3.0b1.dist-info}/METADATA +3 -3
  360. {nautobot-2.3.0.dist-info → nautobot-2.3.0b1.dist-info}/RECORD +364 -364
  361. nautobot/project-static/docs/assets/stylesheets/main.3cba04c6.min.css +0 -1
  362. nautobot/project-static/docs/assets/stylesheets/main.3cba04c6.min.css.map +0 -1
  363. {nautobot-2.3.0.dist-info → nautobot-2.3.0b1.dist-info}/LICENSE.txt +0 -0
  364. {nautobot-2.3.0.dist-info → nautobot-2.3.0b1.dist-info}/NOTICE +0 -0
  365. {nautobot-2.3.0.dist-info → nautobot-2.3.0b1.dist-info}/WHEEL +0 -0
  366. {nautobot-2.3.0.dist-info → nautobot-2.3.0b1.dist-info}/entry_points.txt +0 -0
@@ -18,7 +18,7 @@
18
18
 
19
19
 
20
20
  <link rel="icon" href="../assets/favicon.ico">
21
- <meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.31">
21
+ <meta name="generator" content="mkdocs-1.6.0, mkdocs-material-9.5.29">
22
22
 
23
23
 
24
24
 
@@ -26,7 +26,7 @@
26
26
 
27
27
 
28
28
 
29
- <link rel="stylesheet" href="../assets/stylesheets/main.3cba04c6.min.css">
29
+ <link rel="stylesheet" href="../assets/stylesheets/main.76a95c52.min.css">
30
30
 
31
31
 
32
32
  <link rel="stylesheet" href="../assets/stylesheets/palette.06af60db.min.css">
@@ -38,7 +38,7 @@
38
38
 
39
39
 
40
40
 
41
- <style>:root{--md-admonition-icon--example:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 0H128c-17.7 0-32 14.3-32 32s14.3 32 32 32v132.8c0 11.8-3.3 23.5-9.5 33.5L10.3 406.2C3.6 417.2 0 429.7 0 442.6 0 480.9 31.1 512 69.4 512h309.2c38.3 0 69.4-31.1 69.4-69.4 0-12.8-3.6-25.4-10.3-36.4L329.5 230.4c-6.2-10.1-9.5-21.7-9.5-33.5V64c17.7 0 32-14.3 32-32S337.7 0 320 0h-32zm-96 196.8V64h64v132.8c0 23.7 6.6 46.9 19 67.1l34.5 56.1h-171l34.5-56.1c12.4-20.2 19-43.4 19-67.1z"/></svg>');}</style>
41
+ <style>:root{--md-admonition-icon--example:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M288 0H128c-17.7 0-32 14.3-32 32s14.3 32 32 32v132.8c0 11.8-3.3 23.5-9.5 33.5L10.3 406.2C3.6 417.2 0 429.7 0 442.6 0 480.9 31.1 512 69.4 512h309.2c38.3 0 69.4-31.1 69.4-69.4 0-12.8-3.6-25.4-10.3-36.4L329.5 230.4c-6.2-10.1-9.5-21.7-9.5-33.5V64c17.7 0 32-14.3 32-32S337.7 0 320 0h-32zm-96 196.8V64h64v132.8c0 23.7 6.6 46.9 19 67.1l34.5 56.1h-171l34.5-56.1c12.4-20.2 19-43.4 19-67.1z"/></svg>');}</style>
42
42
 
43
43
 
44
44
 
@@ -217,7 +217,7 @@
217
217
  <a href="https://github.com/nautobot/nautobot" title="Go to repository" class="md-source" data-md-component="source">
218
218
  <div class="md-source__icon md-icon">
219
219
 
220
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"/></svg>
220
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"/></svg>
221
221
  </div>
222
222
  <div class="md-source__repository">
223
223
  GitHub
@@ -238,7 +238,7 @@
238
238
 
239
239
 
240
240
  <li class="md-tabs__item">
241
- <a href="../index.html" class="md-tabs__link">
241
+ <a href="../overview/index.html" class="md-tabs__link">
242
242
 
243
243
 
244
244
 
@@ -377,7 +377,7 @@
377
377
  <a href="https://github.com/nautobot/nautobot" title="Go to repository" class="md-source" data-md-component="source">
378
378
  <div class="md-source__icon md-icon">
379
379
 
380
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"/></svg>
380
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M439.55 236.05 244 40.45a28.87 28.87 0 0 0-40.81 0l-40.66 40.63 51.52 51.52c27.06-9.14 52.68 16.77 43.39 43.68l49.66 49.66c34.23-11.8 61.18 31 35.47 56.69-26.49 26.49-70.21-2.87-56-37.34L240.22 199v121.85c25.3 12.54 22.26 41.85 9.08 55a34.34 34.34 0 0 1-48.55 0c-17.57-17.6-11.07-46.91 11.25-56v-123c-20.8-8.51-24.6-30.74-18.64-45L142.57 101 8.45 235.14a28.86 28.86 0 0 0 0 40.81l195.61 195.6a28.86 28.86 0 0 0 40.8 0l194.69-194.69a28.86 28.86 0 0 0 0-40.81z"/></svg>
381
381
  </div>
382
382
  <div class="md-source__repository">
383
383
  GitHub
@@ -409,7 +409,7 @@
409
409
 
410
410
 
411
411
  <div class="md-nav__link md-nav__container">
412
- <a href="../index.html" class="md-nav__link ">
412
+ <a href="../overview/index.html" class="md-nav__link ">
413
413
 
414
414
 
415
415
  <span class="md-ellipsis">
@@ -5153,11 +5153,11 @@
5153
5153
 
5154
5154
 
5155
5155
  <li class="md-nav__item">
5156
- <a href="../user-guide/platform-functionality/napalm.html" class="md-nav__link">
5156
+ <a href="../user-guide/platform-functionality/metadata.html" class="md-nav__link">
5157
5157
 
5158
5158
 
5159
5159
  <span class="md-ellipsis">
5160
- NAPALM
5160
+ Metadata
5161
5161
  </span>
5162
5162
 
5163
5163
 
@@ -5174,11 +5174,11 @@
5174
5174
 
5175
5175
 
5176
5176
  <li class="md-nav__item">
5177
- <a href="../user-guide/platform-functionality/note.html" class="md-nav__link">
5177
+ <a href="../user-guide/platform-functionality/napalm.html" class="md-nav__link">
5178
5178
 
5179
5179
 
5180
5180
  <span class="md-ellipsis">
5181
- Notes
5181
+ NAPALM
5182
5182
  </span>
5183
5183
 
5184
5184
 
@@ -5195,11 +5195,11 @@
5195
5195
 
5196
5196
 
5197
5197
  <li class="md-nav__item">
5198
- <a href="../user-guide/platform-functionality/objectmetadata.html" class="md-nav__link">
5198
+ <a href="../user-guide/platform-functionality/note.html" class="md-nav__link">
5199
5199
 
5200
5200
 
5201
5201
  <span class="md-ellipsis">
5202
- Object Metadata
5202
+ Notes
5203
5203
  </span>
5204
5204
 
5205
5205
 
@@ -8104,39 +8104,6 @@
8104
8104
  </label>
8105
8105
  <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
8106
8106
 
8107
- <li class="md-nav__item">
8108
- <a href="#upgrade-actions" class="md-nav__link">
8109
- <span class="md-ellipsis">
8110
- Upgrade Actions
8111
- </span>
8112
- </a>
8113
-
8114
- <nav class="md-nav" aria-label="Upgrade Actions">
8115
- <ul class="md-nav__list">
8116
-
8117
- <li class="md-nav__item">
8118
- <a href="#administrators" class="md-nav__link">
8119
- <span class="md-ellipsis">
8120
- Administrators
8121
- </span>
8122
- </a>
8123
-
8124
- </li>
8125
-
8126
- <li class="md-nav__item">
8127
- <a href="#job-authors-app-developers" class="md-nav__link">
8128
- <span class="md-ellipsis">
8129
- Job Authors &amp; App Developers
8130
- </span>
8131
- </a>
8132
-
8133
- </li>
8134
-
8135
- </ul>
8136
- </nav>
8137
-
8138
- </li>
8139
-
8140
8107
  <li class="md-nav__item">
8141
8108
  <a href="#release-overview" class="md-nav__link">
8142
8109
  <span class="md-ellipsis">
@@ -8158,36 +8125,27 @@
8158
8125
  <ul class="md-nav__list">
8159
8126
 
8160
8127
  <li class="md-nav__item">
8161
- <a href="#cloud-models-5716-5719-5721-5872" class="md-nav__link">
8162
- <span class="md-ellipsis">
8163
- Cloud Models (#5716, #5719, #5721, #5872)
8164
- </span>
8165
- </a>
8166
-
8167
- </li>
8168
-
8169
- <li class="md-nav__item">
8170
- <a href="#device-modules-2101" class="md-nav__link">
8128
+ <a href="#added-an-optional-role-field-to-interface-and-vminterface-models-4406" class="md-nav__link">
8171
8129
  <span class="md-ellipsis">
8172
- Device Modules (#2101)
8130
+ Added an Optional role field to Interface and VMInterface models (#4406)
8173
8131
  </span>
8174
8132
  </a>
8175
8133
 
8176
8134
  </li>
8177
8135
 
8178
8136
  <li class="md-nav__item">
8179
- <a href="#dynamic-group-enhancements-5472-5786" class="md-nav__link">
8137
+ <a href="#cloud-models-5716-5719-5721-5872" class="md-nav__link">
8180
8138
  <span class="md-ellipsis">
8181
- Dynamic Group Enhancements (#5472, #5786)
8139
+ Cloud Models (#5716, #5719, #5721, #5872)
8182
8140
  </span>
8183
8141
  </a>
8184
8142
 
8185
8143
  </li>
8186
8144
 
8187
8145
  <li class="md-nav__item">
8188
- <a href="#interface-and-vminterface-roles-4406" class="md-nav__link">
8146
+ <a href="#dynamic-group-enhancements" class="md-nav__link">
8189
8147
  <span class="md-ellipsis">
8190
- Interface and VMInterface Roles (#4406)
8148
+ Dynamic Group Enhancements
8191
8149
  </span>
8192
8150
  </a>
8193
8151
 
@@ -8203,27 +8161,18 @@
8203
8161
  </li>
8204
8162
 
8205
8163
  <li class="md-nav__item">
8206
- <a href="#python-312-support-5429" class="md-nav__link">
8207
- <span class="md-ellipsis">
8208
- Python 3.12 Support (#5429)
8209
- </span>
8210
- </a>
8211
-
8212
- </li>
8213
-
8214
- <li class="md-nav__item">
8215
- <a href="#saved-views-1758" class="md-nav__link">
8164
+ <a href="#saved-views" class="md-nav__link">
8216
8165
  <span class="md-ellipsis">
8217
- Saved Views (#1758)
8166
+ Saved Views
8218
8167
  </span>
8219
8168
  </a>
8220
8169
 
8221
8170
  </li>
8222
8171
 
8223
8172
  <li class="md-nav__item">
8224
- <a href="#worker-status-page-5873" class="md-nav__link">
8173
+ <a href="#device-modules-2101" class="md-nav__link">
8225
8174
  <span class="md-ellipsis">
8226
- Worker Status Page (#5873)
8175
+ Device Modules (#2101)
8227
8176
  </span>
8228
8177
  </a>
8229
8178
 
@@ -8245,18 +8194,18 @@
8245
8194
  <ul class="md-nav__list">
8246
8195
 
8247
8196
  <li class="md-nav__item">
8248
- <a href="#changed-treemanager-default-behavior-5786" class="md-nav__link">
8197
+ <a href="#dynamic-group-cache-changes" class="md-nav__link">
8249
8198
  <span class="md-ellipsis">
8250
- Changed TreeManager Default Behavior (#5786)
8199
+ Dynamic Group Cache Changes
8251
8200
  </span>
8252
8201
  </a>
8253
8202
 
8254
8203
  </li>
8255
8204
 
8256
8205
  <li class="md-nav__item">
8257
- <a href="#dynamic-group-cache-changes-5473" class="md-nav__link">
8206
+ <a href="#updated-to-django-42" class="md-nav__link">
8258
8207
  <span class="md-ellipsis">
8259
- Dynamic Group Cache Changes (#5473)
8208
+ Updated to Django 4.2
8260
8209
  </span>
8261
8210
  </a>
8262
8211
 
@@ -8269,39 +8218,6 @@
8269
8218
  </span>
8270
8219
  </a>
8271
8220
 
8272
- </li>
8273
-
8274
- <li class="md-nav__item">
8275
- <a href="#ui-button-consolidation-5869-5870-5871" class="md-nav__link">
8276
- <span class="md-ellipsis">
8277
- UI Button Consolidation (#5869, #5870, #5871)
8278
- </span>
8279
- </a>
8280
-
8281
- </li>
8282
-
8283
- </ul>
8284
- </nav>
8285
-
8286
- </li>
8287
-
8288
- <li class="md-nav__item">
8289
- <a href="#dependencies" class="md-nav__link">
8290
- <span class="md-ellipsis">
8291
- Dependencies
8292
- </span>
8293
- </a>
8294
-
8295
- <nav class="md-nav" aria-label="Dependencies">
8296
- <ul class="md-nav__list">
8297
-
8298
- <li class="md-nav__item">
8299
- <a href="#updated-to-django-42-3581" class="md-nav__link">
8300
- <span class="md-ellipsis">
8301
- Updated to Django 4.2 (#3581)
8302
- </span>
8303
- </a>
8304
-
8305
8221
  </li>
8306
8222
 
8307
8223
  </ul>
@@ -8312,84 +8228,6 @@
8312
8228
  </ul>
8313
8229
  </nav>
8314
8230
 
8315
- </li>
8316
-
8317
- <li class="md-nav__item">
8318
- <a href="#v230-2024-08-08" class="md-nav__link">
8319
- <span class="md-ellipsis">
8320
- v2.3.0 (2024-08-08)
8321
- </span>
8322
- </a>
8323
-
8324
- <nav class="md-nav" aria-label="v2.3.0 (2024-08-08)">
8325
- <ul class="md-nav__list">
8326
-
8327
- <li class="md-nav__item">
8328
- <a href="#security" class="md-nav__link">
8329
- <span class="md-ellipsis">
8330
- Security
8331
- </span>
8332
- </a>
8333
-
8334
- </li>
8335
-
8336
- <li class="md-nav__item">
8337
- <a href="#added_1" class="md-nav__link">
8338
- <span class="md-ellipsis">
8339
- Added
8340
- </span>
8341
- </a>
8342
-
8343
- </li>
8344
-
8345
- <li class="md-nav__item">
8346
- <a href="#changed_1" class="md-nav__link">
8347
- <span class="md-ellipsis">
8348
- Changed
8349
- </span>
8350
- </a>
8351
-
8352
- </li>
8353
-
8354
- <li class="md-nav__item">
8355
- <a href="#removed" class="md-nav__link">
8356
- <span class="md-ellipsis">
8357
- Removed
8358
- </span>
8359
- </a>
8360
-
8361
- </li>
8362
-
8363
- <li class="md-nav__item">
8364
- <a href="#fixed" class="md-nav__link">
8365
- <span class="md-ellipsis">
8366
- Fixed
8367
- </span>
8368
- </a>
8369
-
8370
- </li>
8371
-
8372
- <li class="md-nav__item">
8373
- <a href="#documentation" class="md-nav__link">
8374
- <span class="md-ellipsis">
8375
- Documentation
8376
- </span>
8377
- </a>
8378
-
8379
- </li>
8380
-
8381
- <li class="md-nav__item">
8382
- <a href="#housekeeping" class="md-nav__link">
8383
- <span class="md-ellipsis">
8384
- Housekeeping
8385
- </span>
8386
- </a>
8387
-
8388
- </li>
8389
-
8390
- </ul>
8391
- </nav>
8392
-
8393
8231
  </li>
8394
8232
 
8395
8233
  <li class="md-nav__item">
@@ -8403,7 +8241,7 @@
8403
8241
  <ul class="md-nav__list">
8404
8242
 
8405
8243
  <li class="md-nav__item">
8406
- <a href="#security_1" class="md-nav__link">
8244
+ <a href="#security" class="md-nav__link">
8407
8245
  <span class="md-ellipsis">
8408
8246
  Security
8409
8247
  </span>
@@ -8412,7 +8250,7 @@
8412
8250
  </li>
8413
8251
 
8414
8252
  <li class="md-nav__item">
8415
- <a href="#added_2" class="md-nav__link">
8253
+ <a href="#added_1" class="md-nav__link">
8416
8254
  <span class="md-ellipsis">
8417
8255
  Added
8418
8256
  </span>
@@ -8421,7 +8259,7 @@
8421
8259
  </li>
8422
8260
 
8423
8261
  <li class="md-nav__item">
8424
- <a href="#changed_2" class="md-nav__link">
8262
+ <a href="#changed_1" class="md-nav__link">
8425
8263
  <span class="md-ellipsis">
8426
8264
  Changed
8427
8265
  </span>
@@ -8439,7 +8277,7 @@
8439
8277
  </li>
8440
8278
 
8441
8279
  <li class="md-nav__item">
8442
- <a href="#removed_1" class="md-nav__link">
8280
+ <a href="#removed" class="md-nav__link">
8443
8281
  <span class="md-ellipsis">
8444
8282
  Removed
8445
8283
  </span>
@@ -8448,7 +8286,7 @@
8448
8286
  </li>
8449
8287
 
8450
8288
  <li class="md-nav__item">
8451
- <a href="#fixed_1" class="md-nav__link">
8289
+ <a href="#fixed" class="md-nav__link">
8452
8290
  <span class="md-ellipsis">
8453
8291
  Fixed
8454
8292
  </span>
@@ -8457,7 +8295,7 @@
8457
8295
  </li>
8458
8296
 
8459
8297
  <li class="md-nav__item">
8460
- <a href="#dependencies_1" class="md-nav__link">
8298
+ <a href="#dependencies" class="md-nav__link">
8461
8299
  <span class="md-ellipsis">
8462
8300
  Dependencies
8463
8301
  </span>
@@ -8466,7 +8304,7 @@
8466
8304
  </li>
8467
8305
 
8468
8306
  <li class="md-nav__item">
8469
- <a href="#documentation_1" class="md-nav__link">
8307
+ <a href="#documentation" class="md-nav__link">
8470
8308
  <span class="md-ellipsis">
8471
8309
  Documentation
8472
8310
  </span>
@@ -8475,7 +8313,7 @@
8475
8313
  </li>
8476
8314
 
8477
8315
  <li class="md-nav__item">
8478
- <a href="#housekeeping_1" class="md-nav__link">
8316
+ <a href="#housekeeping" class="md-nav__link">
8479
8317
  <span class="md-ellipsis">
8480
8318
  Housekeeping
8481
8319
  </span>
@@ -9069,39 +8907,6 @@
9069
8907
  </label>
9070
8908
  <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
9071
8909
 
9072
- <li class="md-nav__item">
9073
- <a href="#upgrade-actions" class="md-nav__link">
9074
- <span class="md-ellipsis">
9075
- Upgrade Actions
9076
- </span>
9077
- </a>
9078
-
9079
- <nav class="md-nav" aria-label="Upgrade Actions">
9080
- <ul class="md-nav__list">
9081
-
9082
- <li class="md-nav__item">
9083
- <a href="#administrators" class="md-nav__link">
9084
- <span class="md-ellipsis">
9085
- Administrators
9086
- </span>
9087
- </a>
9088
-
9089
- </li>
9090
-
9091
- <li class="md-nav__item">
9092
- <a href="#job-authors-app-developers" class="md-nav__link">
9093
- <span class="md-ellipsis">
9094
- Job Authors &amp; App Developers
9095
- </span>
9096
- </a>
9097
-
9098
- </li>
9099
-
9100
- </ul>
9101
- </nav>
9102
-
9103
- </li>
9104
-
9105
8910
  <li class="md-nav__item">
9106
8911
  <a href="#release-overview" class="md-nav__link">
9107
8912
  <span class="md-ellipsis">
@@ -9123,36 +8928,27 @@
9123
8928
  <ul class="md-nav__list">
9124
8929
 
9125
8930
  <li class="md-nav__item">
9126
- <a href="#cloud-models-5716-5719-5721-5872" class="md-nav__link">
9127
- <span class="md-ellipsis">
9128
- Cloud Models (#5716, #5719, #5721, #5872)
9129
- </span>
9130
- </a>
9131
-
9132
- </li>
9133
-
9134
- <li class="md-nav__item">
9135
- <a href="#device-modules-2101" class="md-nav__link">
8931
+ <a href="#added-an-optional-role-field-to-interface-and-vminterface-models-4406" class="md-nav__link">
9136
8932
  <span class="md-ellipsis">
9137
- Device Modules (#2101)
8933
+ Added an Optional role field to Interface and VMInterface models (#4406)
9138
8934
  </span>
9139
8935
  </a>
9140
8936
 
9141
8937
  </li>
9142
8938
 
9143
8939
  <li class="md-nav__item">
9144
- <a href="#dynamic-group-enhancements-5472-5786" class="md-nav__link">
8940
+ <a href="#cloud-models-5716-5719-5721-5872" class="md-nav__link">
9145
8941
  <span class="md-ellipsis">
9146
- Dynamic Group Enhancements (#5472, #5786)
8942
+ Cloud Models (#5716, #5719, #5721, #5872)
9147
8943
  </span>
9148
8944
  </a>
9149
8945
 
9150
8946
  </li>
9151
8947
 
9152
8948
  <li class="md-nav__item">
9153
- <a href="#interface-and-vminterface-roles-4406" class="md-nav__link">
8949
+ <a href="#dynamic-group-enhancements" class="md-nav__link">
9154
8950
  <span class="md-ellipsis">
9155
- Interface and VMInterface Roles (#4406)
8951
+ Dynamic Group Enhancements
9156
8952
  </span>
9157
8953
  </a>
9158
8954
 
@@ -9168,27 +8964,18 @@
9168
8964
  </li>
9169
8965
 
9170
8966
  <li class="md-nav__item">
9171
- <a href="#python-312-support-5429" class="md-nav__link">
9172
- <span class="md-ellipsis">
9173
- Python 3.12 Support (#5429)
9174
- </span>
9175
- </a>
9176
-
9177
- </li>
9178
-
9179
- <li class="md-nav__item">
9180
- <a href="#saved-views-1758" class="md-nav__link">
8967
+ <a href="#saved-views" class="md-nav__link">
9181
8968
  <span class="md-ellipsis">
9182
- Saved Views (#1758)
8969
+ Saved Views
9183
8970
  </span>
9184
8971
  </a>
9185
8972
 
9186
8973
  </li>
9187
8974
 
9188
8975
  <li class="md-nav__item">
9189
- <a href="#worker-status-page-5873" class="md-nav__link">
8976
+ <a href="#device-modules-2101" class="md-nav__link">
9190
8977
  <span class="md-ellipsis">
9191
- Worker Status Page (#5873)
8978
+ Device Modules (#2101)
9192
8979
  </span>
9193
8980
  </a>
9194
8981
 
@@ -9210,18 +8997,18 @@
9210
8997
  <ul class="md-nav__list">
9211
8998
 
9212
8999
  <li class="md-nav__item">
9213
- <a href="#changed-treemanager-default-behavior-5786" class="md-nav__link">
9000
+ <a href="#dynamic-group-cache-changes" class="md-nav__link">
9214
9001
  <span class="md-ellipsis">
9215
- Changed TreeManager Default Behavior (#5786)
9002
+ Dynamic Group Cache Changes
9216
9003
  </span>
9217
9004
  </a>
9218
9005
 
9219
9006
  </li>
9220
9007
 
9221
9008
  <li class="md-nav__item">
9222
- <a href="#dynamic-group-cache-changes-5473" class="md-nav__link">
9009
+ <a href="#updated-to-django-42" class="md-nav__link">
9223
9010
  <span class="md-ellipsis">
9224
- Dynamic Group Cache Changes (#5473)
9011
+ Updated to Django 4.2
9225
9012
  </span>
9226
9013
  </a>
9227
9014
 
@@ -9234,122 +9021,11 @@
9234
9021
  </span>
9235
9022
  </a>
9236
9023
 
9237
- </li>
9238
-
9239
- <li class="md-nav__item">
9240
- <a href="#ui-button-consolidation-5869-5870-5871" class="md-nav__link">
9241
- <span class="md-ellipsis">
9242
- UI Button Consolidation (#5869, #5870, #5871)
9243
- </span>
9244
- </a>
9245
-
9246
9024
  </li>
9247
9025
 
9248
9026
  </ul>
9249
9027
  </nav>
9250
9028
 
9251
- </li>
9252
-
9253
- <li class="md-nav__item">
9254
- <a href="#dependencies" class="md-nav__link">
9255
- <span class="md-ellipsis">
9256
- Dependencies
9257
- </span>
9258
- </a>
9259
-
9260
- <nav class="md-nav" aria-label="Dependencies">
9261
- <ul class="md-nav__list">
9262
-
9263
- <li class="md-nav__item">
9264
- <a href="#updated-to-django-42-3581" class="md-nav__link">
9265
- <span class="md-ellipsis">
9266
- Updated to Django 4.2 (#3581)
9267
- </span>
9268
- </a>
9269
-
9270
- </li>
9271
-
9272
- </ul>
9273
- </nav>
9274
-
9275
- </li>
9276
-
9277
- </ul>
9278
- </nav>
9279
-
9280
- </li>
9281
-
9282
- <li class="md-nav__item">
9283
- <a href="#v230-2024-08-08" class="md-nav__link">
9284
- <span class="md-ellipsis">
9285
- v2.3.0 (2024-08-08)
9286
- </span>
9287
- </a>
9288
-
9289
- <nav class="md-nav" aria-label="v2.3.0 (2024-08-08)">
9290
- <ul class="md-nav__list">
9291
-
9292
- <li class="md-nav__item">
9293
- <a href="#security" class="md-nav__link">
9294
- <span class="md-ellipsis">
9295
- Security
9296
- </span>
9297
- </a>
9298
-
9299
- </li>
9300
-
9301
- <li class="md-nav__item">
9302
- <a href="#added_1" class="md-nav__link">
9303
- <span class="md-ellipsis">
9304
- Added
9305
- </span>
9306
- </a>
9307
-
9308
- </li>
9309
-
9310
- <li class="md-nav__item">
9311
- <a href="#changed_1" class="md-nav__link">
9312
- <span class="md-ellipsis">
9313
- Changed
9314
- </span>
9315
- </a>
9316
-
9317
- </li>
9318
-
9319
- <li class="md-nav__item">
9320
- <a href="#removed" class="md-nav__link">
9321
- <span class="md-ellipsis">
9322
- Removed
9323
- </span>
9324
- </a>
9325
-
9326
- </li>
9327
-
9328
- <li class="md-nav__item">
9329
- <a href="#fixed" class="md-nav__link">
9330
- <span class="md-ellipsis">
9331
- Fixed
9332
- </span>
9333
- </a>
9334
-
9335
- </li>
9336
-
9337
- <li class="md-nav__item">
9338
- <a href="#documentation" class="md-nav__link">
9339
- <span class="md-ellipsis">
9340
- Documentation
9341
- </span>
9342
- </a>
9343
-
9344
- </li>
9345
-
9346
- <li class="md-nav__item">
9347
- <a href="#housekeeping" class="md-nav__link">
9348
- <span class="md-ellipsis">
9349
- Housekeeping
9350
- </span>
9351
- </a>
9352
-
9353
9029
  </li>
9354
9030
 
9355
9031
  </ul>
@@ -9368,7 +9044,7 @@
9368
9044
  <ul class="md-nav__list">
9369
9045
 
9370
9046
  <li class="md-nav__item">
9371
- <a href="#security_1" class="md-nav__link">
9047
+ <a href="#security" class="md-nav__link">
9372
9048
  <span class="md-ellipsis">
9373
9049
  Security
9374
9050
  </span>
@@ -9377,7 +9053,7 @@
9377
9053
  </li>
9378
9054
 
9379
9055
  <li class="md-nav__item">
9380
- <a href="#added_2" class="md-nav__link">
9056
+ <a href="#added_1" class="md-nav__link">
9381
9057
  <span class="md-ellipsis">
9382
9058
  Added
9383
9059
  </span>
@@ -9386,7 +9062,7 @@
9386
9062
  </li>
9387
9063
 
9388
9064
  <li class="md-nav__item">
9389
- <a href="#changed_2" class="md-nav__link">
9065
+ <a href="#changed_1" class="md-nav__link">
9390
9066
  <span class="md-ellipsis">
9391
9067
  Changed
9392
9068
  </span>
@@ -9404,7 +9080,7 @@
9404
9080
  </li>
9405
9081
 
9406
9082
  <li class="md-nav__item">
9407
- <a href="#removed_1" class="md-nav__link">
9083
+ <a href="#removed" class="md-nav__link">
9408
9084
  <span class="md-ellipsis">
9409
9085
  Removed
9410
9086
  </span>
@@ -9413,7 +9089,7 @@
9413
9089
  </li>
9414
9090
 
9415
9091
  <li class="md-nav__item">
9416
- <a href="#fixed_1" class="md-nav__link">
9092
+ <a href="#fixed" class="md-nav__link">
9417
9093
  <span class="md-ellipsis">
9418
9094
  Fixed
9419
9095
  </span>
@@ -9422,7 +9098,7 @@
9422
9098
  </li>
9423
9099
 
9424
9100
  <li class="md-nav__item">
9425
- <a href="#dependencies_1" class="md-nav__link">
9101
+ <a href="#dependencies" class="md-nav__link">
9426
9102
  <span class="md-ellipsis">
9427
9103
  Dependencies
9428
9104
  </span>
@@ -9431,7 +9107,7 @@
9431
9107
  </li>
9432
9108
 
9433
9109
  <li class="md-nav__item">
9434
- <a href="#documentation_1" class="md-nav__link">
9110
+ <a href="#documentation" class="md-nav__link">
9435
9111
  <span class="md-ellipsis">
9436
9112
  Documentation
9437
9113
  </span>
@@ -9440,7 +9116,7 @@
9440
9116
  </li>
9441
9117
 
9442
9118
  <li class="md-nav__item">
9443
- <a href="#housekeeping_1" class="md-nav__link">
9119
+ <a href="#housekeeping" class="md-nav__link">
9444
9120
  <span class="md-ellipsis">
9445
9121
  Housekeeping
9446
9122
  </span>
@@ -9475,64 +9151,24 @@
9475
9151
 
9476
9152
  <h1 id="nautobot-v23">Nautobot v2.3<a class="headerlink" href="#nautobot-v23" title="Permanent link">&para;</a></h1>
9477
9153
  <p>This document describes all new features and changes in Nautobot 2.3.</p>
9478
- <h2 id="upgrade-actions">Upgrade Actions<a class="headerlink" href="#upgrade-actions" title="Permanent link">&para;</a></h2>
9479
- <h3 id="administrators">Administrators<a class="headerlink" href="#administrators" title="Permanent link">&para;</a></h3>
9480
- <p>Administrators should plan to take these actions during or immediately after upgrade from a previous version. New installations should also take note of these actions where appropriate.</p>
9481
- <ul>
9482
- <li>Python 3.12 is now the default recommended version of Python.</li>
9483
- </ul>
9484
- <div class="admonition warning">
9485
- <p class="admonition-title">Python 3.12</p>
9486
- <p>Because Nautobot prior to 2.3.0 did not declare support for Python 3.12, most Apps similarly needed to previously declare an upper bound of Python 3.11 for their own compatibility. Therefore, older versions of most Apps <strong>will not be installable</strong> under Python 3.12. Before migrating your Nautobot environment to Python 3.12, it is your responsibility to confirm that all relevant Apps in your environment are also compatible and installable.</p>
9487
- <p>There is a minor "chicken-and-egg" problem here in that Apps generally cannot declare support for a new Python version before Nautobot itself publishes a release that does so; therefore, as of the 2.3.0 Nautobot release day, most Apps have not yet been updated to declare support for Python 3.12. We'll be working in the following days to promptly update our supported Apps as needed, so stay tuned.</p>
9488
- </div>
9489
- <div class="admonition warning">
9490
- <p class="admonition-title">Docker images</p>
9491
- <p>As has been Nautobot's policy since version 1.6.1, our published Docker images <em>that are not tagged with a specific Python version</em> implicitly always include the <em>latest</em> supported version of Python. This means that as of the release of Nautobot 2.3.0, the tags <code>latest</code>, <code>stable</code>, <code>2.3</code>, and <code>2.3.0</code> will all indicate Docker images that include Python 3.12, whereas previously these indicated Python 3.11 images. As noted above and below, updating to Python 3.12 may not be immediately desirable (or even possible, depending on the status of your Apps) as a "day one" action.</p>
9492
- <p>If you need to stay with a given Python version for the time being, you must make sure that you're relying on an appropriately specific image tag, such as <code>2.3-py3.11</code>, <code>stable-py3.10</code>, etc.</p>
9493
- </div>
9494
- <ul>
9495
- <li>As noted <a href="#dynamic-group-cache-changes-5473">below</a>, a new system job is provided for automated Dynamic Group cache updates. Administrators should schedule this system job to run on a recurring basis within the Jobs UI, after the upgrade, or on new install. Configuration referencing the <code>DYNAMIC_GROUPS_MEMBER_CACHE_TIMEOUT</code> setting can be safely removed, as it is no longer used. If this setting was being used previously, it is recommended to set the new scheduled job's interval to the same value.</li>
9496
- <li>As noted <a href="#log-cleanup-as-system-job-3749">below</a>, change logging retention cleanup is now handled via a system job. Administrators should schedule this job to run on a recurring basis to meet their needs. The <code>CHANGELOG_RETENTION</code> setting is still used to define the retention period, but the scheduled system job will perform the actual cleanup, if any needed.</li>
9497
- </ul>
9498
- <h3 id="job-authors-app-developers">Job Authors &amp; App Developers<a class="headerlink" href="#job-authors-app-developers" title="Permanent link">&para;</a></h3>
9499
- <p>Job Authors and App Developers should take these actions to ensure compatibility with their Jobs and Apps.</p>
9500
- <ul>
9501
- <li>Job Authors and App Developers should carefully consider the <a href="#dynamic-group-cache-changes-5473">updates to the DynamicGroup API</a> and decide if their use cases dictate changing their group membership access patterns to use <code>DynamicGroup.update_cached_members()</code> to find the correct balance between Dynamic Group performance and membership updates.</li>
9502
- <li>Job Authors and App Developers should carefully consider the <a href="#changed-treemanager-default-behavior-5786">updates to the TreeManager default behavior</a> and make necessary changes to their access of Tree based models.</li>
9503
- <li>Django 4.2 is now required by Nautobot, replacing the previous Django 3.2 dependency. Job Authors and App Developers should carefully consider the updates and changes in the Django release-notes (<a href="https://docs.djangoproject.com/en/4.2/releases/4.0/">4.0</a>, <a href="https://docs.djangoproject.com/en/4.2/releases/4.1/">4.1</a>, <a href="https://docs.djangoproject.com/en/4.2/releases/4.2/">4.2</a>), especially the relevant "Backwards incompatible changes" sections, to proactively identify any impact to their Apps.</li>
9504
- </ul>
9505
- <div class="admonition warning">
9506
- <p class="admonition-title">Django 4</p>
9507
- <p>Django 4 includes a small number of breaking changes compared to Django 3. In our experience, most Apps have required few (or zero) updates to be Django 4 compatible, but your mileage may vary.</p>
9508
- </div>
9509
- <ul>
9510
- <li>Python 3.12 is now supported by Nautobot and is now the default recommended version of Python. Apps will likely need to update their packaging in order to explicitly declare support for Python 3.12.</li>
9511
- </ul>
9512
9154
  <h2 id="release-overview">Release Overview<a class="headerlink" href="#release-overview" title="Permanent link">&para;</a></h2>
9513
9155
  <h3 id="added">Added<a class="headerlink" href="#added" title="Permanent link">&para;</a></h3>
9156
+ <h4 id="added-an-optional-role-field-to-interface-and-vminterface-models-4406">Added an Optional <code>role</code> field to Interface and VMInterface models (<a href="https://github.com/nautobot/nautobot/issues/4406">#4406</a>)<a class="headerlink" href="#added-an-optional-role-field-to-interface-and-vminterface-models-4406" title="Permanent link">&para;</a></h4>
9157
+ <p>Added an optional <code>role</code> field to Interface and VMInterface models to track common interface configurations. Now the users can create <a href="../user-guide/platform-functionality/role.html">Role</a> instances that can be assigned to <a href="../user-guide/core-data-model/dcim/interface.html">interfaces</a> and <a href="../user-guide/core-data-model/virtualization/vminterface.html">vminterfaces</a>.</p>
9514
9158
  <h4 id="cloud-models-5716-5719-5721-5872">Cloud Models (<a href="https://github.com/nautobot/nautobot/issues/5716">#5716</a>, <a href="https://github.com/nautobot/nautobot/issues/5719">#5719</a>, <a href="https://github.com/nautobot/nautobot/issues/5721">#5721</a>, <a href="https://github.com/nautobot/nautobot/issues/5872">#5872</a>)<a class="headerlink" href="#cloud-models-5716-5719-5721-5872" title="Permanent link">&para;</a></h4>
9515
9159
  <p>Added the new models <code>CloudAccount</code>, <code>CloudResourceType</code>, <code>CloudNetwork</code>, and <code>CloudService</code> to support recording of cloud provider accounts (AWS, Azure, GCP, DigitalOcean, etc.), cloud resource types (AWS EC2, Azure Virtual Machine Service, Google App Engine, etc.), cloud services (specific instances of services described by cloud resource types) and cloud network objects (such as VPCs) in Nautobot.</p>
9516
- <h4 id="device-modules-2101">Device Modules (<a href="https://github.com/nautobot/nautobot/issues/2101">#2101</a>)<a class="headerlink" href="#device-modules-2101" title="Permanent link">&para;</a></h4>
9517
- <p>Added new models for <code>ModuleBay</code>, <code>Module</code>, <code>ModuleType</code>, and <code>ModuleBayTemplate</code> to support modeling line cards and other modular components of a device. These models allow you to define a hierarchy of module bays and modules within a device, and to assign components (such as interfaces, power ports, etc.) to specific modules.</p>
9518
- <h4 id="dynamic-group-enhancements-5472-5786">Dynamic Group Enhancements (<a href="https://github.com/nautobot/nautobot/issues/5472">#5472</a>, <a href="https://github.com/nautobot/nautobot/issues/5786">#5786</a>)<a class="headerlink" href="#dynamic-group-enhancements-5472-5786" title="Permanent link">&para;</a></h4>
9519
- <p>Dynamic Groups now have a <code>group_type</code> field, which specifies whether this group is defined by an object filter, defined by aggregating other groups via set operations, or defined via static assignment of objects as group members (this third type is new in Nautobot 2.3). Additionally, you can now assign a tenant and/or tags to each Dynamic Group, and many more models now can be included in Dynamic Groups.</p>
9520
- <p>A new model, <code>StaticGroupAssociation</code>, and associated REST API, have been added in support of the new "static" group type. See also "<a href="#dynamic-group-cache-changes-5473">Dynamic Group Cache Changes</a>" below.</p>
9160
+ <h4 id="dynamic-group-enhancements">Dynamic Group Enhancements<a class="headerlink" href="#dynamic-group-enhancements" title="Permanent link">&para;</a></h4>
9161
+ <p>Dynamic Groups now have a <code>group_type</code> field, which specifies whether this group is defined by an object filter, defined by aggregating other groups via set operations, or defined via static assignment of objects as group members (this third type is new in Nautobot 2.3). Additionally, you can now assign a tenant and/or tags to each Dynamic Group.</p>
9162
+ <p>A new model, <code>StaticGroupAssociation</code>, and associated REST API, have been added in support of the new "static" group type. See also "<a href="#dynamic-group-cache-changes">Dynamic Group Cache Changes</a>" below.</p>
9521
9163
  <p>For more details, refer to the <a href="../user-guide/platform-functionality/dynamicgroup.html">Dynamic Group</a> documentation.</p>
9522
- <h4 id="interface-and-vminterface-roles-4406">Interface and VMInterface Roles (<a href="https://github.com/nautobot/nautobot/issues/4406">#4406</a>)<a class="headerlink" href="#interface-and-vminterface-roles-4406" title="Permanent link">&para;</a></h4>
9523
- <p>Added an optional <code>role</code> field to Interface and VMInterface models to track common interface configurations. Now the users can create <a href="../user-guide/platform-functionality/role.html">Role</a> instances that can be assigned to <a href="../user-guide/core-data-model/dcim/interface.html">interfaces</a> and <a href="../user-guide/core-data-model/virtualization/vminterface.html">vminterfaces</a>.</p>
9524
9164
  <h4 id="object-metadata-models-5663">Object Metadata Models (<a href="https://github.com/nautobot/nautobot/issues/5663">#5663</a>)<a class="headerlink" href="#object-metadata-models-5663" title="Permanent link">&para;</a></h4>
9525
- <p>Added <a href="../user-guide/platform-functionality/objectmetadata.html">a set of functionality</a> for defining and managing object metadata, that is to say, data <em>about</em> the network data managed in Nautobot, such as data provenance, data ownership, and data classification. For more details, refer to the linked documentation.</p>
9526
- <h4 id="python-312-support-5429">Python 3.12 Support (<a href="https://github.com/nautobot/nautobot/issues/5429">#5429</a>)<a class="headerlink" href="#python-312-support-5429" title="Permanent link">&para;</a></h4>
9527
- <p>Nautobot now supports Python 3.12, and Python 3.12 is now the default Python version included in the <code>nautobot</code> Docker images.</p>
9528
- <h4 id="saved-views-1758">Saved Views (<a href="https://github.com/nautobot/nautobot/issues/1758">#1758</a>)<a class="headerlink" href="#saved-views-1758" title="Permanent link">&para;</a></h4>
9165
+ <p>Added <a href="../user-guide/platform-functionality/metadata.html">a set of functionality</a> for defining and managing object metadata, that is to say, data <em>about</em> the network data managed in Nautobot, such as data provenance, data ownership, and data classification. For more details, refer to the linked documentation.</p>
9166
+ <h4 id="saved-views">Saved Views<a class="headerlink" href="#saved-views" title="Permanent link">&para;</a></h4>
9529
9167
  <p>Added the ability for users to save multiple configurations of list views (table columns, filtering, pagination and sorting) for ease of later use and reuse. Refer to the <a href="../user-guide/platform-functionality/savedview.html">Saved View</a> documentation for more details and on how to use saved views.</p>
9530
- <h4 id="worker-status-page-5873">Worker Status Page (<a href="https://github.com/nautobot/nautobot/issues/5873">#5873</a>)<a class="headerlink" href="#worker-status-page-5873" title="Permanent link">&para;</a></h4>
9531
- <p>User accounts with the <code>is_staff</code> flag set can access a new worker status page at <code>/worker-status/</code> to view the status of the Celery worker(s) and the configured queues. The link to this page appears in the "User" dropdown at the bottom of the navigation menu, under the link to the "Profile" page. Use this page with caution as it runs a live query against the Celery worker(s) and may impact performance of your web service.</p>
9168
+ <h4 id="device-modules-2101">Device Modules (<a href="https://github.com/nautobot/nautobot/issues/2101">#2101</a>)<a class="headerlink" href="#device-modules-2101" title="Permanent link">&para;</a></h4>
9169
+ <p>Added new models for <code>ModuleBay</code>, <code>Module</code>, <code>ModuleType</code>, and <code>ModuleBayTemplate</code> to support modeling line cards and other modular components of a device. These models allow you to define a hierarchy of module bays and modules within a device, and to assign components (such as interfaces, power ports, etc.) to specific modules.</p>
9532
9170
  <h3 id="changed">Changed<a class="headerlink" href="#changed" title="Permanent link">&para;</a></h3>
9533
- <h4 id="changed-treemanager-default-behavior-5786">Changed TreeManager Default Behavior (<a href="https://github.com/nautobot/nautobot/issues/5786">#5786</a>)<a class="headerlink" href="#changed-treemanager-default-behavior-5786" title="Permanent link">&para;</a></h4>
9534
- <p>The <code>TreeManager</code> class (used for tree-models such as Location, RackGroup, and TenantGroup) default behavior has changed from <code>with_tree_fields</code> to <code>without_tree_fields</code>. This should improve performance in many cases but may impact Apps or Jobs that were relying on the old default; such code should be updated to explicitly call <code>.with_tree_fields()</code> where appropriate.</p>
9535
- <h4 id="dynamic-group-cache-changes-5473">Dynamic Group Cache Changes (<a href="https://github.com/nautobot/nautobot/issues/5473">#5473</a>)<a class="headerlink" href="#dynamic-group-cache-changes-5473" title="Permanent link">&para;</a></h4>
9171
+ <h4 id="dynamic-group-cache-changes">Dynamic Group Cache Changes<a class="headerlink" href="#dynamic-group-cache-changes" title="Permanent link">&para;</a></h4>
9536
9172
  <p>To improve performance of the Dynamic Groups feature, a number of changes have been made:</p>
9537
9173
  <ul>
9538
9174
  <li>Dynamic Groups now always use <code>StaticGroupAssociation</code> records as a database cache of their member objects, rather than optionally caching their members in Redis for a limited time period. For Dynamic Groups of types other than the new "static" group type, these <code>StaticGroupAssociation</code> records are hidden by default from the UI and REST API.</li>
@@ -9541,9 +9177,11 @@
9541
9177
  <li>The APIs <code>DynamicGroup.members_cached</code>, <code>DynamicGroup.members_cache_key</code>, <code>object.dynamic_groups_cached</code>, <code>object.dynamic_groups_list</code>, and <code>object.dynamic_groups_list_cached</code> are now deprecated.</li>
9542
9178
  <li>Editing a Dynamic Group definition refreshes its cached members and those of any "parent" groups that use it.</li>
9543
9179
  <li>Viewing a Dynamic Group detail view in the UI refreshes its cached members (only).</li>
9544
- <li>A new System Job, <code>Refresh Dynamic Group Caches</code>, can be run or scheduled as appropriate to refresh Dynamic Group member caches on demand.</li>
9180
+ <li>A new System Job, <code>Refresh Dynamic Group Caches</code>, can be run or scheduled as apprropriate to refresh Dynamic Group member caches on demand.</li>
9545
9181
  <li>The existing API <code>DynamicGroup.update_cached_members()</code> can be called by Apps or Jobs needing to ensure that the cache is up-to-date for any given Dynamic Group.</li>
9546
9182
  </ul>
9183
+ <h4 id="updated-to-django-42">Updated to Django 4.2<a class="headerlink" href="#updated-to-django-42" title="Permanent link">&para;</a></h4>
9184
+ <p>As Django 3.2 has reached end-of-life, Nautobot 2.3 requires Django 4.2, the next long-term-support (LTS) version of Django. There are a number of changes in Django itself as a result of this upgrade; Nautobot App maintainers are urged to review the Django release-notes (<a href="https://docs.djangoproject.com/en/4.2/releases/4.0/">4.0</a>, <a href="https://docs.djangoproject.com/en/4.2/releases/4.1/">4.1</a>, <a href="https://docs.djangoproject.com/en/4.2/releases/4.2/">4.2</a>), especially the relevant "Backwards incompatible changes" sections, to proactively identify any impact to their Apps.</p>
9547
9185
  <h4 id="log-cleanup-as-system-job-3749">Log Cleanup as System Job (<a href="https://github.com/nautobot/nautobot/issues/3749">#3749</a>)<a class="headerlink" href="#log-cleanup-as-system-job-3749" title="Permanent link">&para;</a></h4>
9548
9186
  <p>Cleanup of the change log (deletion of <code>ObjectChange</code> records older than a given cutoff) is now handled by the new <code>LogsCleanup</code> system Job, rather than occurring at random as a side effect of new change log records being created. Admins desiring automatic cleanup are encouraged to schedule this job to run at an appropriate interval suitable to your deployment's needs.</p>
9549
9187
  <div class="admonition info">
@@ -9551,81 +9189,13 @@
9551
9189
  <p>Setting <a href="../user-guide/administration/configuration/optional-settings.html#changelog_retention"><code>CHANGELOG_RETENTION</code></a> in your Nautobot configuration by itself no longer directly results in periodic cleanup of <code>ObjectChange</code> records. You must run (or schedule to periodically run) the <code>LogsCleanup</code> Job for this to occur.</p>
9552
9190
  </div>
9553
9191
  <p>As an additional enhancement, the <code>LogsCleanup</code> Job can also be used to cleanup <code>JobResult</code> records if desired as well.</p>
9554
- <h4 id="ui-button-consolidation-5869-5870-5871">UI Button Consolidation (<a href="https://github.com/nautobot/nautobot/issues/5869">#5869</a>, <a href="https://github.com/nautobot/nautobot/issues/5870">#5870</a>, <a href="https://github.com/nautobot/nautobot/issues/5871">#5871</a>)<a class="headerlink" href="#ui-button-consolidation-5869-5870-5871" title="Permanent link">&para;</a></h4>
9555
- <p>Various button groups in the "object list" and "object detail" views have been consolidated following a common UI pattern of a single button for the most common action plus a popup menu for less common actions.</p>
9556
- <h3 id="dependencies">Dependencies<a class="headerlink" href="#dependencies" title="Permanent link">&para;</a></h3>
9557
- <h4 id="updated-to-django-42-3581">Updated to Django 4.2 (<a href="https://github.com/nautobot/nautobot/issues/3581">#3581</a>)<a class="headerlink" href="#updated-to-django-42-3581" title="Permanent link">&para;</a></h4>
9558
- <p>As Django 3.2 has reached end-of-life, Nautobot 2.3 requires Django 4.2, the next long-term-support (LTS) version of Django. There are a number of changes in Django itself as a result of this upgrade; Nautobot App maintainers are urged to review the Django release-notes (<a href="https://docs.djangoproject.com/en/4.2/releases/4.0/">4.0</a>, <a href="https://docs.djangoproject.com/en/4.2/releases/4.1/">4.1</a>, <a href="https://docs.djangoproject.com/en/4.2/releases/4.2/">4.2</a>), especially the relevant "Backwards incompatible changes" sections, to proactively identify any impact to their Apps.</p>
9559
9192
  <!-- towncrier release notes start -->
9560
- <h2 id="v230-2024-08-08">v2.3.0 (2024-08-08)<a class="headerlink" href="#v230-2024-08-08" title="Permanent link">&para;</a></h2>
9561
- <h3 id="security">Security<a class="headerlink" href="#security" title="Permanent link">&para;</a></h3>
9562
- <ul>
9563
- <li><a href="https://github.com/nautobot/nautobot/issues/6073">#6073</a> - Updated <code>Django</code> to <code>~4.2.15</code> due to <code>CVE-2024-41989</code>, <code>CVE-2024-41990</code>, <code>CVE-2024-41991</code>, and <code>CVE-2024-42005</code>.</li>
9564
- </ul>
9565
- <h3 id="added_1">Added<a class="headerlink" href="#added_1" title="Permanent link">&para;</a></h3>
9566
- <ul>
9567
- <li><a href="https://github.com/nautobot/nautobot/issues/5996">#5996</a> - Added missing <code>comments</code> field to DeviceType bulk edit.</li>
9568
- <li><a href="https://github.com/nautobot/nautobot/issues/5996">#5996</a> - Added <code>comments</code> field to ModuleType.</li>
9569
- <li><a href="https://github.com/nautobot/nautobot/issues/6039">#6039</a> - Added <code>Cloud Networks</code> column to <code>PrefixTable</code>.</li>
9570
- <li><a href="https://github.com/nautobot/nautobot/issues/6039">#6039</a> - Added <code>prefixes</code> filter to <code>CloudNetworkFilterSet</code>.</li>
9571
- <li><a href="https://github.com/nautobot/nautobot/issues/6039">#6039</a> - Added <code>parent__name</code> and <code>parent__description</code> to <code>CloudNetworkFilterSet</code> <code>q</code> filter.</li>
9572
- <li><a href="https://github.com/nautobot/nautobot/issues/6039">#6039</a> - Added support for querying <code>GenericRelation</code> relationships (reverse of <code>GenericForeignKey</code>) in GraphQL.</li>
9573
- <li><a href="https://github.com/nautobot/nautobot/issues/6039">#6039</a> - Added support for filtering an object's <code>associated_contacts</code> in GraphQL.</li>
9574
- </ul>
9575
- <h3 id="changed_1">Changed<a class="headerlink" href="#changed_1" title="Permanent link">&para;</a></h3>
9576
- <ul>
9577
- <li><a href="https://github.com/nautobot/nautobot/issues/6003">#6003</a> - Changed rendering of <code>scoped_fields</code> column in <code>ObjectMetadataTable</code>.</li>
9578
- <li><a href="https://github.com/nautobot/nautobot/issues/6003">#6003</a> - Changed default ordering of <code>ObjectMetadata</code> list views.</li>
9579
- <li><a href="https://github.com/nautobot/nautobot/issues/6039">#6039</a> - Renamed <code>associated_object_metadatas</code> GenericRelation to <code>associated_object_metadata</code>.</li>
9580
- <li><a href="https://github.com/nautobot/nautobot/issues/6039">#6039</a> - Renamed <code>object_metadatas</code> reverse-relations to <code>object_metadata</code>.</li>
9581
- <li><a href="https://github.com/nautobot/nautobot/issues/6039">#6039</a> - Changed <code>CloudNetwork.parent</code> foreign-key <code>on_delete</code> behavior to <code>PROTECT</code>.</li>
9582
- <li><a href="https://github.com/nautobot/nautobot/issues/6070">#6070</a> - Marked the <code>Note</code> model as <code>is_metadata_associable_model = False</code>.</li>
9583
- </ul>
9584
- <h3 id="removed">Removed<a class="headerlink" href="#removed" title="Permanent link">&para;</a></h3>
9585
- <ul>
9586
- <li><a href="https://github.com/nautobot/nautobot/issues/6005">#6005</a> - Removed "delete" and "bulk-delete" functionalities from the ObjectMetadata views.</li>
9587
- <li><a href="https://github.com/nautobot/nautobot/issues/6039">#6039</a> - Removed unneeded <code>CloudNetworkPrefixAssignmentTable</code>.</li>
9588
- </ul>
9589
- <h3 id="fixed">Fixed<a class="headerlink" href="#fixed" title="Permanent link">&para;</a></h3>
9590
- <ul>
9591
- <li><a href="https://github.com/nautobot/nautobot/issues/5967">#5967</a> - Fixed a regression in the display of custom fields in object-edit forms.</li>
9592
- <li><a href="https://github.com/nautobot/nautobot/issues/5996">#5996</a> - Fixed URL typo in module and module type list views.</li>
9593
- <li><a href="https://github.com/nautobot/nautobot/issues/6003">#6003</a> - Added missing <code>blank=True</code> to <code>ObjectMetadata.scoped_fields</code>.</li>
9594
- <li><a href="https://github.com/nautobot/nautobot/issues/6019">#6019</a> - Marked the <code>JobLogEntry</code> model as invalid for association of <code>ObjectMetadata</code>.</li>
9595
- <li><a href="https://github.com/nautobot/nautobot/issues/6039">#6039</a> - Added missing <code>Config Schema</code> display to detail view of <code>CloudResourceType</code>.</li>
9596
- <li><a href="https://github.com/nautobot/nautobot/issues/6039">#6039</a> - Added missing <code>Description</code> display to detail view of <code>CloudService</code>.</li>
9597
- <li><a href="https://github.com/nautobot/nautobot/issues/6045">#6045</a> - Fixed interfaces of Virtual Chassis Master missing other member's interfaces.</li>
9598
- <li><a href="https://github.com/nautobot/nautobot/issues/6051">#6051</a> - Fixed improper escaping of saved-view name in success message.</li>
9599
- <li><a href="https://github.com/nautobot/nautobot/issues/6051">#6051</a> - Fixed incorrect ordering of items in Tenant detail view.</li>
9600
- <li><a href="https://github.com/nautobot/nautobot/issues/6051">#6051</a> - Fixed query parameters for <code>CloudNetwork.parent</code> form field.</li>
9601
- <li><a href="https://github.com/nautobot/nautobot/issues/6056">#6056</a> - Fixed the order of object deletion by constructing delete success message before the object is deleted.</li>
9602
- <li><a href="https://github.com/nautobot/nautobot/issues/6064">#6064</a> - Reverted an undesired change to <code>IPAddressFilterSet.device</code> filter.</li>
9603
- <li><a href="https://github.com/nautobot/nautobot/issues/6064">#6064</a> - Reverted an undesired change to <code>ServiceForm.ip_addresses</code> valid addresses.</li>
9604
- </ul>
9605
- <h3 id="documentation">Documentation<a class="headerlink" href="#documentation" title="Permanent link">&para;</a></h3>
9606
- <ul>
9607
- <li><a href="https://github.com/nautobot/nautobot/issues/5920">#5920</a> - Updated documentation for installation under Ubuntu 24.04 LTS, Fedora 40, AlmaLinux 9, and similar distros.</li>
9608
- <li><a href="https://github.com/nautobot/nautobot/issues/6019">#6019</a> - Updated the installation documentation to recommend a more secure set of filesystem permissions.</li>
9609
- <li><a href="https://github.com/nautobot/nautobot/issues/6050">#6050</a> - Updated model development docs with information about object metadata and dynamic groups features.</li>
9610
- <li><a href="https://github.com/nautobot/nautobot/issues/6050">#6050</a> - Added some crosslinks within the DCIM model documentation.</li>
9611
- <li><a href="https://github.com/nautobot/nautobot/issues/6062">#6062</a> - Updated Configuration Context docs with additional examples for dictionary of dictionaries.</li>
9612
- </ul>
9613
- <h3 id="housekeeping">Housekeeping<a class="headerlink" href="#housekeeping" title="Permanent link">&para;</a></h3>
9614
- <ul>
9615
- <li><a href="https://github.com/nautobot/nautobot/issues/5962">#5962</a> - Updated development dependency <code>ruff</code> to <code>~0.5.6</code>.</li>
9616
- <li><a href="https://github.com/nautobot/nautobot/issues/5962">#5962</a> - Updated documentation dependencies: <code>mkdocs-material</code> to <code>~9.5.31</code>, <code>mkdocstrings</code> to <code>~0.25.2</code>, and <code>mkdocstrings-python</code> to <code>~1.10.7</code>.</li>
9617
- <li><a href="https://github.com/nautobot/nautobot/issues/6003">#6003</a> - Updated <code>ObjectMetadataFactory</code> to produce more realistic <code>scoped_fields</code> values.</li>
9618
- <li><a href="https://github.com/nautobot/nautobot/issues/6014">#6014</a> - Fixed intermittent <code>ObjectMetadata</code> factory failures.</li>
9619
- <li><a href="https://github.com/nautobot/nautobot/issues/6047">#6047</a> - Made sure that there is a sufficient amount of <code>Contact</code> and <code>Team</code> instances exist in the database when testing <code>contacts</code> and <code>teams</code> filters of an object's filterset.</li>
9620
- <li><a href="https://github.com/nautobot/nautobot/issues/6055">#6055</a> - Added migrations check to upstream testing workflow.</li>
9621
- <li><a href="https://github.com/nautobot/nautobot/issues/6071">#6071</a> - Fixed incorrect generic-test logic in <code>FilterTestCase.test_q_filter_valid</code> for <code>q</code> filters containing <code>iexact</code> lookups.</li>
9622
- </ul>
9623
9193
  <h2 id="v230-beta1-2024-07-25">v2.3.0-beta.1 (2024-07-25)<a class="headerlink" href="#v230-beta1-2024-07-25" title="Permanent link">&para;</a></h2>
9624
- <h3 id="security_1">Security<a class="headerlink" href="#security_1" title="Permanent link">&para;</a></h3>
9194
+ <h3 id="security">Security<a class="headerlink" href="#security" title="Permanent link">&para;</a></h3>
9625
9195
  <ul>
9626
9196
  <li><a href="https://github.com/nautobot/nautobot/issues/5889">#5889</a> - Updated <code>Django</code> to <code>~4.2.14</code> due to <code>CVE-2024-38875</code>, <code>CVE-2024-39329</code>, <code>CVE-2024-39330</code>, and <code>CVE-2024-39614</code>.</li>
9627
9197
  </ul>
9628
- <h3 id="added_2">Added<a class="headerlink" href="#added_2" title="Permanent link">&para;</a></h3>
9198
+ <h3 id="added_1">Added<a class="headerlink" href="#added_1" title="Permanent link">&para;</a></h3>
9629
9199
  <ul>
9630
9200
  <li><a href="https://github.com/nautobot/nautobot/issues/1758">#1758</a> - Implemented SavedView model.</li>
9631
9201
  <li><a href="https://github.com/nautobot/nautobot/issues/2101">#2101</a> - Added ModuleBay, Module, ModuleType and ModuleBayTemplate models to support modeling line cards and other modular components of a device.</li>
@@ -9655,8 +9225,8 @@
9655
9225
  <li><a href="https://github.com/nautobot/nautobot/issues/5716">#5716</a> - Added CloudNetwork to CircuitTermination model, UI, and REST API.</li>
9656
9226
  <li><a href="https://github.com/nautobot/nautobot/issues/5716">#5716</a> - Added CloudNetwork to Prefix View.</li>
9657
9227
  <li><a href="https://github.com/nautobot/nautobot/issues/5719">#5719</a> - Added CloudAccount Model, UI, GraphQL and REST API.</li>
9658
- <li><a href="https://github.com/nautobot/nautobot/issues/5721">#5721</a> - Added <del><code>CloudType</code></del> <code>CloudResourceType</code> Model, UI, GraphQL and REST API.</li>
9659
- <li><a href="https://github.com/nautobot/nautobot/issues/5730">#5730</a> - Added a feature that replaces <code>{module}</code>, <code>{module.parent}</code>, <code>{module.parent.parent}</code>, etc. with the selected module's <code>parent_module_bay</code> <code>position</code> when creating a component in a module.</li>
9228
+ <li><a href="https://github.com/nautobot/nautobot/issues/5721">#5721</a> - Added ~<code>CloudType</code>~ <code>CloudResourceType</code> Model, UI, GraphQL and REST API.</li>
9229
+ <li><a href="https://github.com/nautobot/nautobot/issues/5730">#5730</a> - Added a feature that replaces <code>{module}</code>, <code>{module.parent}</code>, <code>{module.parent.parent}</code>, etc. with the selected module's parent_module_bay <code>position</code> when creating a component in a module.</li>
9660
9230
  <li><a href="https://github.com/nautobot/nautobot/issues/5732">#5732</a> - Added indices on <code>StaticGroupAssociation</code> table for common lookup patterns.</li>
9661
9231
  <li><a href="https://github.com/nautobot/nautobot/issues/5786">#5786</a> - Added <code>DynamicGroup.group_type</code> field with options <code>dynamic-filter</code>, <code>dynamic-set</code>, and <code>static</code>. Existing DynamicGroups will automatically be set to either <code>dynamic-filter</code> or <code>dynamic-set</code> as befits their definitions.</li>
9662
9232
  <li><a href="https://github.com/nautobot/nautobot/issues/5786">#5786</a> - Added <code>DynamicGroup.tenant</code> and <code>DynamicGroup.tags</code> fields.</li>
@@ -9668,11 +9238,12 @@
9668
9238
  <li><a href="https://github.com/nautobot/nautobot/issues/5872">#5872</a> - Added CloudService Model, UI, GraphQL and REST API.</li>
9669
9239
  <li><a href="https://github.com/nautobot/nautobot/issues/5873">#5873</a> - Added worker status page for staff users.</li>
9670
9240
  <li><a href="https://github.com/nautobot/nautobot/issues/5890">#5890</a> - Add CSS class to pagination dropdown to resolve issue with color-scheme.</li>
9241
+ <li><a href="https://github.com/nautobot/nautobot/issues/5895">#5895</a> - Added missing model documentation for <code>CloudNetwork</code>, <code>CloudNetworkPrefixAssignment</code>, <code>CloudService</code> and ~<code>CloudType</code>~ <code>CloudResourceType</code>.</li>
9671
9242
  <li><a href="https://github.com/nautobot/nautobot/issues/5923">#5923</a> - Added <code>prefers_id</code> keyword argument to NaturalKeyOrPKMultipleChoiceFilter initialization to use the object ID instead of the <code>to_field_name</code> when automatically generating a form field for the filter.</li>
9672
9243
  <li><a href="https://github.com/nautobot/nautobot/issues/5933">#5933</a> - Added tables of related <code>CloudService</code> and/or <code>CloudNetwork</code> instances to the <code>CloudResourceType</code> detail view.</li>
9673
9244
  <li><a href="https://github.com/nautobot/nautobot/issues/5933">#5933</a> - Added <code>description</code> field to <code>CloudService</code> model.</li>
9674
9245
  </ul>
9675
- <h3 id="changed_2">Changed<a class="headerlink" href="#changed_2" title="Permanent link">&para;</a></h3>
9246
+ <h3 id="changed_1">Changed<a class="headerlink" href="#changed_1" title="Permanent link">&para;</a></h3>
9676
9247
  <ul>
9677
9248
  <li><a href="https://github.com/nautobot/nautobot/issues/2101">#2101</a> - Updated device interfaces filter to support filtering by interface name as well as by ID.</li>
9678
9249
  <li><a href="https://github.com/nautobot/nautobot/issues/3749">#3749</a> - Changed behavior of the <code>CHANGELOG_RETENTION</code> setting; it no longer applies automatically to force cleanup of ObjectChange records over a certain age cutoff, but instead serves as the default cutoff age whenever running the new "Logs Cleanup" system Job.</li>
@@ -9689,7 +9260,7 @@
9689
9260
  <li><a href="https://github.com/nautobot/nautobot/issues/5786">#5786</a> - Replaced <code>static_groups</code> GraphQL field added in <a href="https://github.com/nautobot/nautobot/issues/5472">#5472</a> with a <code>dynamic_groups</code> field.</li>
9690
9261
  <li><a href="https://github.com/nautobot/nautobot/issues/5786">#5786</a> - Replaced <code>StaticGroupMixin</code> model mixin class added in <a href="https://github.com/nautobot/nautobot/pull/5631">#5631</a> with a <code>DynamicGroupsModelMixin</code> class. Still included by default in <code>OrganizationalModel</code> and <code>PrimaryModel</code>.</li>
9691
9262
  <li><a href="https://github.com/nautobot/nautobot/issues/5790">#5790</a> - Updated Cable table to display the parent Device of Cables connected to Modules in a Device.</li>
9692
- <li><a href="https://github.com/nautobot/nautobot/issues/5790">#5790</a> - Updated device and <code>device_id</code> filters for Cables, Interfaces, and other modular device components to recognize components that are nested in Modules in a Device.</li>
9263
+ <li><a href="https://github.com/nautobot/nautobot/issues/5790">#5790</a> - Updated device and device_id filters for Cables, Interfaces, and other modular device components to recognize components that are nested in Modules in a Device.</li>
9693
9264
  <li><a href="https://github.com/nautobot/nautobot/issues/5790">#5790</a> - Updated Cable connect form to allow connecting to Console Ports, Console Server Ports, Interfaces, Power Ports, Power Outlets, Front Ports, and Rear Ports that are nested in Modules in a Device.</li>
9694
9265
  <li><a href="https://github.com/nautobot/nautobot/issues/5790">#5790</a> - Updated Interface <code>device</code> filter to allow filtering on Device <code>name</code> or <code>id</code>.</li>
9695
9266
  <li><a href="https://github.com/nautobot/nautobot/issues/5790">#5790</a> - Updated <code>Cable._termination_a_device</code> and <code>Cable._termination_b_device</code> to cache the Device when cables are connected to an Interface or Port of a Module in a Device.</li>
@@ -9710,13 +9281,13 @@
9710
9281
  <li><a href="https://github.com/nautobot/nautobot/issues/5786">#5786</a> - Deprecated the <code>DynamicGroupMixin</code> model mixin class. Models supporting Dynamic Groups should use <code>DynamicGroupsModelMixin</code> instead.</li>
9711
9282
  <li><a href="https://github.com/nautobot/nautobot/issues/5870">#5870</a> - Deprecated the blocks <code>block export_button</code> and <code>block import_button</code> in <code>generic/object_list.html</code>. Apps and templates should migrate to using <code>block export_list_element</code> and <code>block import_list_element</code> respectively.</li>
9712
9283
  </ul>
9713
- <h3 id="removed_1">Removed<a class="headerlink" href="#removed_1" title="Permanent link">&para;</a></h3>
9284
+ <h3 id="removed">Removed<a class="headerlink" href="#removed" title="Permanent link">&para;</a></h3>
9714
9285
  <ul>
9715
9286
  <li><a href="https://github.com/nautobot/nautobot/issues/3749">#3749</a> - Removed automatic random cleanup of ObjectChange records when processing requests and signals.</li>
9716
9287
  <li><a href="https://github.com/nautobot/nautobot/issues/5473">#5473</a> - Removed <code>DYNAMIC_GROUPS_MEMBER_CACHE_TIMEOUT</code> setting as it is no longer relevant after refactoring the Dynamic Group membership caching implementation.</li>
9717
9288
  <li><a href="https://github.com/nautobot/nautobot/issues/5786">#5786</a> - Removed the <code>StaticGroup</code> model added in #5472, replacing it with a subtype of the <code>DynamicGroup</code> model.</li>
9718
9289
  </ul>
9719
- <h3 id="fixed_1">Fixed<a class="headerlink" href="#fixed_1" title="Permanent link">&para;</a></h3>
9290
+ <h3 id="fixed">Fixed<a class="headerlink" href="#fixed" title="Permanent link">&para;</a></h3>
9720
9291
  <ul>
9721
9292
  <li><a href="https://github.com/nautobot/nautobot/issues/2352">#2352</a> - Fixed random deadlocks in long-running Jobs resulting from the ObjectChange automatic cleanup signal.</li>
9722
9293
  <li><a href="https://github.com/nautobot/nautobot/issues/5123">#5123</a> - Fixed an unhandled <code>ValueError</code> when filtering on <code>vlans</code> by their UUID rather than their VLAN ID.</li>
@@ -9740,7 +9311,7 @@
9740
9311
  <li><a href="https://github.com/nautobot/nautobot/issues/5951">#5951</a> - Removed unused consolidated action button on job list view.</li>
9741
9312
  <li><a href="https://github.com/nautobot/nautobot/issues/5952">#5952</a> - Changed generic "Bulk Actions" dropup button styling to match generic "Actions" dropdown button.</li>
9742
9313
  </ul>
9743
- <h3 id="dependencies_1">Dependencies<a class="headerlink" href="#dependencies_1" title="Permanent link">&para;</a></h3>
9314
+ <h3 id="dependencies">Dependencies<a class="headerlink" href="#dependencies" title="Permanent link">&para;</a></h3>
9744
9315
  <ul>
9745
9316
  <li><a href="https://github.com/nautobot/nautobot/issues/1758">#1758</a> - Updated <code>materialdesignicons</code> to version 7.4.47.</li>
9746
9317
  <li><a href="https://github.com/nautobot/nautobot/issues/4616">#4616</a> - Updated <code>django-taggit</code> to <code>~5.0.0</code>.</li>
@@ -9766,13 +9337,13 @@
9766
9337
  <li><a href="https://github.com/nautobot/nautobot/issues/5889">#5889</a> - Updated <code>django-filter</code> to version <code>~24.2</code>.</li>
9767
9338
  <li><a href="https://github.com/nautobot/nautobot/issues/5889">#5889</a> - Updated <code>django-timezone-field</code> to version <code>~7.0</code>.</li>
9768
9339
  </ul>
9769
- <h3 id="documentation_1">Documentation<a class="headerlink" href="#documentation_1" title="Permanent link">&para;</a></h3>
9340
+ <h3 id="documentation">Documentation<a class="headerlink" href="#documentation" title="Permanent link">&para;</a></h3>
9770
9341
  <ul>
9342
+ <li><a href="https://github.com/nautobot/nautobot/issues/5699">#5699</a> - Updated to <code>mkdocs~1.6.0</code> and <code>mkdocs-material~9.5.23</code>.</li>
9771
9343
  <li><a href="https://github.com/nautobot/nautobot/issues/5699">#5699</a> - Fixed a number of broken links within the documentation.</li>
9772
- <li><a href="https://github.com/nautobot/nautobot/issues/5895">#5895</a> - Added missing model documentation for <code>CloudNetwork</code>, <code>CloudNetworkPrefixAssignment</code>, <code>CloudService</code> and <del><code>CloudType</code></del> <code>CloudResourceType</code>.</li>
9773
- <li><a href="https://github.com/nautobot/nautobot/issues/5934">#5934</a> - Add Cloud Model Example and Entity Diagram.</li>
9344
+ <li><a href="https://github.com/nautobot/nautobot/issues/5735">#5735</a> - Updated <code>mkdocstrings</code> to <code>~0.25.1</code> and <code>mkdocstrings-python</code> to <code>~1.10.2</code>.</li>
9774
9345
  </ul>
9775
- <h3 id="housekeeping_1">Housekeeping<a class="headerlink" href="#housekeeping_1" title="Permanent link">&para;</a></h3>
9346
+ <h3 id="housekeeping">Housekeeping<a class="headerlink" href="#housekeeping" title="Permanent link">&para;</a></h3>
9776
9347
  <ul>
9777
9348
  <li><a href="https://github.com/nautobot/nautobot/issues/5160">#5160</a> - Replaced references to <code>pytz</code> with <code>zoneinfo</code> in keeping with Django 4.</li>
9778
9349
  <li><a href="https://github.com/nautobot/nautobot/issues/5212">#5212</a> - Enhanced <code>nautobot.core.testing.filters.FilterTestCases.BaseFilterTestCase.test_filters_generic()</code> test case to test for the presence and proper functioning of the <code>contacts</code> and <code>teams</code> filters on any appropriate model FilterSet.</li>
@@ -9782,9 +9353,7 @@
9782
9353
  <li><a href="https://github.com/nautobot/nautobot/issues/5473">#5473</a> - Added <code>assertApproximateNumQueries</code> test-case helper method.</li>
9783
9354
  <li><a href="https://github.com/nautobot/nautobot/issues/5524">#5524</a> - Deleted unnecessary special case handling for <code>test_view_with_content_types</code>.</li>
9784
9355
  <li><a href="https://github.com/nautobot/nautobot/issues/5663">#5663</a> - Added support for <code>django_get_or_create</code> property in <code>BaseModelFactory</code>.</li>
9785
- <li><a href="https://github.com/nautobot/nautobot/issues/5699">#5699</a> - Updated to <code>mkdocs~1.6.0</code> and <code>mkdocs-material~9.5.23</code>.</li>
9786
9356
  <li><a href="https://github.com/nautobot/nautobot/issues/5725">#5725</a> - Updated development dependencies <code>pylint</code> to <code>3.2.0</code>, <code>ruff</code> to <code>0.4.0</code>, and <code>selenium</code> to <code>4.21</code>.</li>
9787
- <li><a href="https://github.com/nautobot/nautobot/issues/5735">#5735</a> - Updated <code>mkdocstrings</code> to <code>~0.25.1</code> and <code>mkdocstrings-python</code> to <code>~1.10.2</code>.</li>
9788
9357
  <li><a href="https://github.com/nautobot/nautobot/issues/5786">#5786</a> - Substantially reduced the setup overhead (time/memory) of <code>OpenAPISchemaTestCases</code> tests.</li>
9789
9358
  <li><a href="https://github.com/nautobot/nautobot/issues/5842">#5842</a> - Fixed missing mysqldump client when trying to run tests with --parallel on mysql.</li>
9790
9359
  <li><a href="https://github.com/nautobot/nautobot/issues/5865">#5865</a> - Updated <code>django-debug-toolbar</code> development dependency to <code>~4.4.0</code>.</li>
@@ -9795,6 +9364,7 @@
9795
9364
  <li><a href="https://github.com/nautobot/nautobot/issues/5865">#5865</a> - Updated <code>pylint</code> development dependency to <code>~3.2.5</code>.</li>
9796
9365
  <li><a href="https://github.com/nautobot/nautobot/issues/5865">#5865</a> - Updated <code>ruff</code> development dependency to <code>~0.5.0</code>.</li>
9797
9366
  <li><a href="https://github.com/nautobot/nautobot/issues/5865">#5865</a> - Updated <code>selenium</code> development dependency to <code>~4.22.0</code>.</li>
9367
+ <li><a href="https://github.com/nautobot/nautobot/issues/5934">#5934</a> - Add Cloud Model Example and Entity Diagram.</li>
9798
9368
  <li><a href="https://github.com/nautobot/nautobot/issues/5986">#5986</a> - Fixed multiple intermittent failures in unit tests.</li>
9799
9369
  </ul>
9800
9370
 
@@ -9893,7 +9463,7 @@
9893
9463
 
9894
9464
 
9895
9465
  <a href="https://blog.networktocode.com/blog/tags/nautobot" target="_blank" rel="noopener" title="Network to Code Blog" class="md-social__link">
9896
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 64c0-17.7 14.3-32 32-32 229.8 0 416 186.2 416 416 0 17.7-14.3 32-32 32s-32-14.3-32-32C384 253.6 226.4 96 32 96 14.3 96 0 81.7 0 64zm0 352a64 64 0 1 1 128 0 64 64 0 1 1-128 0zm32-256c159.1 0 288 128.9 288 288 0 17.7-14.3 32-32 32s-32-14.3-32-32c0-123.7-100.3-224-224-224-17.7 0-32-14.3-32-32s14.3-32 32-32z"/></svg>
9466
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M0 64c0-17.7 14.3-32 32-32 229.8 0 416 186.2 416 416 0 17.7-14.3 32-32 32s-32-14.3-32-32C384 253.6 226.4 96 32 96 14.3 96 0 81.7 0 64zm0 352a64 64 0 1 1 128 0 64 64 0 1 1-128 0zm32-256c159.1 0 288 128.9 288 288 0 17.7-14.3 32-32 32s-32-14.3-32-32c0-123.7-100.3-224-224-224-17.7 0-32-14.3-32-32s14.3-32 32-32z"/></svg>
9897
9467
  </a>
9898
9468
 
9899
9469
 
@@ -9901,7 +9471,7 @@
9901
9471
 
9902
9472
 
9903
9473
  <a href="https://www.youtube.com/playlist?list=PLjA0bhxgryJ2Ts4GJMDA-tPzVWEncv4pb" target="_blank" rel="noopener" title="Nautobot Videos" class="md-social__link">
9904
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"/></svg>
9474
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--! Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"/></svg>
9905
9475
  </a>
9906
9476
 
9907
9477
 
@@ -9909,7 +9479,7 @@
9909
9479
 
9910
9480
 
9911
9481
  <a href="https://www.networktocode.com/community/" target="_blank" rel="noopener" title="Network to Code Community" class="md-social__link">
9912
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M94.12 315.1c0 25.9-21.16 47.06-47.06 47.06S0 341 0 315.1c0-25.9 21.16-47.06 47.06-47.06h47.06v47.06zm23.72 0c0-25.9 21.16-47.06 47.06-47.06s47.06 21.16 47.06 47.06v117.84c0 25.9-21.16 47.06-47.06 47.06s-47.06-21.16-47.06-47.06V315.1zm47.06-188.98c-25.9 0-47.06-21.16-47.06-47.06S139 32 164.9 32s47.06 21.16 47.06 47.06v47.06H164.9zm0 23.72c25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06H47.06C21.16 243.96 0 222.8 0 196.9s21.16-47.06 47.06-47.06H164.9zm188.98 47.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06h-47.06V196.9zm-23.72 0c0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06V79.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06V196.9zM283.1 385.88c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06v-47.06h47.06zm0-23.72c-25.9 0-47.06-21.16-47.06-47.06 0-25.9 21.16-47.06 47.06-47.06h117.84c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06H283.1z"/></svg>
9482
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--! Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M94.12 315.1c0 25.9-21.16 47.06-47.06 47.06S0 341 0 315.1c0-25.9 21.16-47.06 47.06-47.06h47.06v47.06zm23.72 0c0-25.9 21.16-47.06 47.06-47.06s47.06 21.16 47.06 47.06v117.84c0 25.9-21.16 47.06-47.06 47.06s-47.06-21.16-47.06-47.06V315.1zm47.06-188.98c-25.9 0-47.06-21.16-47.06-47.06S139 32 164.9 32s47.06 21.16 47.06 47.06v47.06H164.9zm0 23.72c25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06H47.06C21.16 243.96 0 222.8 0 196.9s21.16-47.06 47.06-47.06H164.9zm188.98 47.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06s-21.16 47.06-47.06 47.06h-47.06V196.9zm-23.72 0c0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06V79.06c0-25.9 21.16-47.06 47.06-47.06 25.9 0 47.06 21.16 47.06 47.06V196.9zM283.1 385.88c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06-25.9 0-47.06-21.16-47.06-47.06v-47.06h47.06zm0-23.72c-25.9 0-47.06-21.16-47.06-47.06 0-25.9 21.16-47.06 47.06-47.06h117.84c25.9 0 47.06 21.16 47.06 47.06 0 25.9-21.16 47.06-47.06 47.06H283.1z"/></svg>
9913
9483
  </a>
9914
9484
 
9915
9485
 
@@ -9917,7 +9487,7 @@
9917
9487
 
9918
9488
 
9919
9489
  <a href="https://github.com/nautobot/nautobot" target="_blank" rel="noopener" title="GitHub Repo" class="md-social__link">
9920
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"/></svg>
9490
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 496 512"><!--! Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"/></svg>
9921
9491
  </a>
9922
9492
 
9923
9493
 
@@ -9925,7 +9495,7 @@
9925
9495
 
9926
9496
 
9927
9497
  <a href="https://twitter.com/networktocode" target="_blank" rel="noopener" title="Network to Code Twitter" class="md-social__link">
9928
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"/></svg>
9498
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2024 Fonticons, Inc.--><path d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"/></svg>
9929
9499
  </a>
9930
9500
 
9931
9501
  </div>