nautobot 2.3.3__py3-none-any.whl → 2.3.5__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 (333) hide show
  1. nautobot/core/celery/schedulers.py +2 -2
  2. nautobot/core/settings.py +3 -1
  3. nautobot/core/settings.yaml +40 -23
  4. nautobot/core/tests/runner.py +13 -6
  5. nautobot/core/tests/test_settings_schema.py +7 -3
  6. nautobot/core/tests/test_views.py +40 -1
  7. nautobot/core/views/generic.py +15 -15
  8. nautobot/core/views/mixins.py +12 -1
  9. nautobot/core/views/renderers.py +3 -1
  10. nautobot/core/views/utils.py +1 -1
  11. nautobot/dcim/api/serializers.py +1 -0
  12. nautobot/dcim/api/views.py +2 -0
  13. nautobot/dcim/forms.py +1 -1
  14. nautobot/dcim/tables/power.py +1 -1
  15. nautobot/dcim/templates/dcim/devicefamily_retrieve.html +1 -1
  16. nautobot/dcim/tests/test_api.py +58 -4
  17. nautobot/dcim/tests/test_filters.py +1 -1
  18. nautobot/dcim/tests/test_models.py +0 -2
  19. nautobot/dcim/views.py +5 -2
  20. nautobot/extras/api/views.py +9 -0
  21. nautobot/extras/models/jobs.py +9 -1
  22. nautobot/extras/querysets.py +10 -1
  23. nautobot/extras/tables.py +3 -0
  24. nautobot/extras/tests/test_api.py +36 -0
  25. nautobot/extras/tests/test_views.py +76 -1
  26. nautobot/extras/views.py +10 -7
  27. nautobot/ipam/forms.py +6 -1
  28. nautobot/ipam/models.py +5 -11
  29. nautobot/ipam/navigation.py +8 -1
  30. nautobot/ipam/templates/ipam/prefix.html +1 -1
  31. nautobot/ipam/tests/test_filters.py +1 -1
  32. nautobot/ipam/tests/test_views.py +41 -41
  33. nautobot/ipam/views.py +1 -1
  34. nautobot/project-static/docs/404.html +60 -148
  35. nautobot/project-static/docs/additional-features/caching.html +3 -3
  36. nautobot/project-static/docs/additional-features/healthcheck.html +3 -3
  37. nautobot/project-static/docs/apps/index.html +60 -148
  38. nautobot/project-static/docs/apps/nautobot-apps.html +60 -148
  39. nautobot/project-static/docs/assets/javascripts/workers/{search.07f07601.min.js → search.6ce7567c.min.js} +3 -3
  40. nautobot/project-static/docs/assets/javascripts/workers/{search.07f07601.min.js.map → search.6ce7567c.min.js.map} +2 -2
  41. nautobot/project-static/docs/code-reference/nautobot/apps/__init__.html +60 -148
  42. nautobot/project-static/docs/code-reference/nautobot/apps/admin.html +60 -148
  43. nautobot/project-static/docs/code-reference/nautobot/apps/api.html +60 -148
  44. nautobot/project-static/docs/code-reference/nautobot/apps/change_logging.html +60 -148
  45. nautobot/project-static/docs/code-reference/nautobot/apps/choices.html +60 -148
  46. nautobot/project-static/docs/code-reference/nautobot/apps/config.html +60 -148
  47. nautobot/project-static/docs/code-reference/nautobot/apps/constants.html +60 -148
  48. nautobot/project-static/docs/code-reference/nautobot/apps/datasources.html +60 -148
  49. nautobot/project-static/docs/code-reference/nautobot/apps/exceptions.html +60 -148
  50. nautobot/project-static/docs/code-reference/nautobot/apps/factory.html +60 -148
  51. nautobot/project-static/docs/code-reference/nautobot/apps/filters.html +60 -148
  52. nautobot/project-static/docs/code-reference/nautobot/apps/forms.html +60 -148
  53. nautobot/project-static/docs/code-reference/nautobot/apps/graphql.html +60 -148
  54. nautobot/project-static/docs/code-reference/nautobot/apps/jobs.html +60 -148
  55. nautobot/project-static/docs/code-reference/nautobot/apps/models.html +60 -148
  56. nautobot/project-static/docs/code-reference/nautobot/apps/querysets.html +60 -148
  57. nautobot/project-static/docs/code-reference/nautobot/apps/secrets.html +60 -148
  58. nautobot/project-static/docs/code-reference/nautobot/apps/tables.html +60 -148
  59. nautobot/project-static/docs/code-reference/nautobot/apps/testing.html +60 -148
  60. nautobot/project-static/docs/code-reference/nautobot/apps/ui.html +60 -148
  61. nautobot/project-static/docs/code-reference/nautobot/apps/urls.html +60 -148
  62. nautobot/project-static/docs/code-reference/nautobot/apps/utils.html +60 -148
  63. nautobot/project-static/docs/code-reference/nautobot/apps/views.html +60 -148
  64. nautobot/project-static/docs/configuration/optional-settings.html +3 -3
  65. nautobot/project-static/docs/configuration/required-settings.html +3 -3
  66. nautobot/project-static/docs/development/apps/api/configuration-view.html +60 -148
  67. nautobot/project-static/docs/development/apps/api/database-backend-config.html +60 -148
  68. nautobot/project-static/docs/development/apps/api/models/django-admin.html +60 -148
  69. nautobot/project-static/docs/development/apps/api/models/global-search.html +60 -148
  70. nautobot/project-static/docs/development/apps/api/models/graphql.html +60 -148
  71. nautobot/project-static/docs/development/apps/api/models/index.html +60 -148
  72. nautobot/project-static/docs/development/apps/api/nautobot-app-config.html +60 -148
  73. nautobot/project-static/docs/development/apps/api/platform-features/custom-validators.html +60 -148
  74. nautobot/project-static/docs/development/apps/api/platform-features/filter-extensions.html +60 -148
  75. nautobot/project-static/docs/development/apps/api/platform-features/git-repository-content.html +60 -148
  76. nautobot/project-static/docs/development/apps/api/platform-features/index.html +60 -148
  77. nautobot/project-static/docs/development/apps/api/platform-features/jinja2-filters.html +60 -148
  78. nautobot/project-static/docs/development/apps/api/platform-features/jobs.html +60 -148
  79. nautobot/project-static/docs/development/apps/api/platform-features/populating-extensibility-features.html +60 -148
  80. nautobot/project-static/docs/development/apps/api/platform-features/secrets-providers.html +60 -148
  81. nautobot/project-static/docs/development/apps/api/platform-features/uniquely-identify-objects.html +62 -150
  82. nautobot/project-static/docs/development/apps/api/prometheus.html +60 -148
  83. nautobot/project-static/docs/development/apps/api/setup.html +60 -148
  84. nautobot/project-static/docs/development/apps/api/testing.html +61 -149
  85. nautobot/project-static/docs/development/apps/api/ui-extensions/banners.html +60 -148
  86. nautobot/project-static/docs/development/apps/api/ui-extensions/home-page.html +60 -148
  87. nautobot/project-static/docs/development/apps/api/ui-extensions/index.html +60 -148
  88. nautobot/project-static/docs/development/apps/api/ui-extensions/navigation.html +60 -148
  89. nautobot/project-static/docs/development/apps/api/ui-extensions/object-views.html +60 -148
  90. nautobot/project-static/docs/development/apps/api/views/base-template.html +60 -148
  91. nautobot/project-static/docs/development/apps/api/views/core-view-overrides.html +60 -148
  92. nautobot/project-static/docs/development/apps/api/views/django-generic-views.html +60 -148
  93. nautobot/project-static/docs/development/apps/api/views/help-documentation.html +60 -148
  94. nautobot/project-static/docs/development/apps/api/views/index.html +60 -148
  95. nautobot/project-static/docs/development/apps/api/views/nautobot-generic-views.html +60 -148
  96. nautobot/project-static/docs/development/apps/api/views/nautobotuiviewset.html +60 -148
  97. nautobot/project-static/docs/development/apps/api/views/nautobotuiviewsetrouter.html +60 -148
  98. nautobot/project-static/docs/development/apps/api/views/notes.html +60 -148
  99. nautobot/project-static/docs/development/apps/api/views/rest-api.html +60 -148
  100. nautobot/project-static/docs/development/apps/api/views/urls.html +60 -148
  101. nautobot/project-static/docs/development/apps/index.html +61 -149
  102. nautobot/project-static/docs/development/apps/migration/code-updates.html +60 -148
  103. nautobot/project-static/docs/development/apps/migration/dependency-updates.html +60 -148
  104. nautobot/project-static/docs/development/apps/migration/from-v1.html +60 -148
  105. nautobot/project-static/docs/development/apps/migration/model-updates/dcim.html +60 -148
  106. nautobot/project-static/docs/development/apps/migration/model-updates/extras.html +60 -148
  107. nautobot/project-static/docs/development/apps/migration/model-updates/global.html +60 -148
  108. nautobot/project-static/docs/development/apps/migration/model-updates/ipam.html +60 -148
  109. nautobot/project-static/docs/development/apps/porting-from-netbox.html +60 -148
  110. nautobot/project-static/docs/development/core/application-registry.html +60 -148
  111. nautobot/project-static/docs/development/core/best-practices.html +60 -148
  112. nautobot/project-static/docs/development/core/bootstrap-ui.html +60 -148
  113. nautobot/project-static/docs/development/core/caching.html +60 -148
  114. nautobot/project-static/docs/development/core/controllers.html +60 -148
  115. nautobot/project-static/docs/development/core/docker-compose-advanced-use-cases.html +60 -148
  116. nautobot/project-static/docs/development/core/generic-views.html +60 -148
  117. nautobot/project-static/docs/development/core/getting-started.html +85 -169
  118. nautobot/project-static/docs/development/core/homepage.html +60 -148
  119. nautobot/project-static/docs/development/core/index.html +60 -148
  120. nautobot/project-static/docs/development/core/model-checklist.html +60 -148
  121. nautobot/project-static/docs/development/core/model-features.html +60 -148
  122. nautobot/project-static/docs/development/core/natural-keys.html +60 -148
  123. nautobot/project-static/docs/development/core/navigation-menu.html +60 -148
  124. nautobot/project-static/docs/development/core/release-checklist.html +60 -148
  125. nautobot/project-static/docs/development/core/role-internals.html +60 -148
  126. nautobot/project-static/docs/development/core/settings.html +60 -148
  127. nautobot/project-static/docs/development/core/style-guide.html +60 -148
  128. nautobot/project-static/docs/development/core/templates.html +60 -148
  129. nautobot/project-static/docs/development/core/testing.html +72 -152
  130. nautobot/project-static/docs/development/core/user-preferences.html +60 -148
  131. nautobot/project-static/docs/development/index.html +60 -148
  132. nautobot/project-static/docs/development/jobs/index.html +68 -156
  133. nautobot/project-static/docs/development/jobs/migration/from-v1.html +61 -149
  134. nautobot/project-static/docs/docker/index.html +3 -3
  135. nautobot/project-static/docs/index.html +60 -148
  136. nautobot/project-static/docs/installation/selinux-troubleshooting.html +3 -3
  137. nautobot/project-static/docs/overview/application_stack.html +60 -148
  138. nautobot/project-static/docs/overview/design_philosophy.html +60 -148
  139. nautobot/project-static/docs/release-notes/index.html +60 -148
  140. nautobot/project-static/docs/release-notes/version-1.0.html +60 -148
  141. nautobot/project-static/docs/release-notes/version-1.1.html +61 -149
  142. nautobot/project-static/docs/release-notes/version-1.2.html +63 -151
  143. nautobot/project-static/docs/release-notes/version-1.3.html +61 -149
  144. nautobot/project-static/docs/release-notes/version-1.4.html +62 -150
  145. nautobot/project-static/docs/release-notes/version-1.5.html +62 -150
  146. nautobot/project-static/docs/release-notes/version-1.6.html +64 -152
  147. nautobot/project-static/docs/release-notes/version-2.0.html +61 -149
  148. nautobot/project-static/docs/release-notes/version-2.1.html +62 -150
  149. nautobot/project-static/docs/release-notes/version-2.2.html +60 -148
  150. nautobot/project-static/docs/release-notes/version-2.3.html +475 -236
  151. nautobot/project-static/docs/search/search_index.json +1 -1
  152. nautobot/project-static/docs/sitemap.xml +277 -285
  153. nautobot/project-static/docs/sitemap.xml.gz +0 -0
  154. nautobot/project-static/docs/user-guide/administration/configuration/authentication/ldap.html +62 -150
  155. nautobot/project-static/docs/user-guide/administration/configuration/authentication/remote.html +61 -149
  156. nautobot/project-static/docs/user-guide/administration/configuration/authentication/sso.html +62 -150
  157. nautobot/project-static/docs/user-guide/administration/configuration/index.html +71 -169
  158. nautobot/project-static/docs/user-guide/administration/configuration/optional-settings.html +13 -12524
  159. nautobot/project-static/docs/user-guide/administration/configuration/redis.html +8966 -0
  160. nautobot/project-static/docs/user-guide/administration/configuration/required-settings.html +13 -9218
  161. nautobot/project-static/docs/user-guide/administration/configuration/settings.html +12734 -0
  162. nautobot/project-static/docs/user-guide/administration/configuration/time-zones.html +64 -152
  163. nautobot/project-static/docs/user-guide/administration/guides/caching.html +13 -9108
  164. nautobot/project-static/docs/user-guide/administration/guides/celery-queues.html +61 -149
  165. nautobot/project-static/docs/user-guide/administration/guides/docker.html +9491 -0
  166. nautobot/project-static/docs/user-guide/administration/guides/health-checks.html +9478 -0
  167. nautobot/project-static/docs/user-guide/administration/guides/healthcheck.html +13 -8833
  168. nautobot/project-static/docs/user-guide/administration/guides/permissions.html +64 -152
  169. nautobot/project-static/docs/user-guide/administration/guides/prometheus-metrics.html +61 -149
  170. nautobot/project-static/docs/user-guide/administration/guides/replicating-nautobot.html +61 -149
  171. nautobot/project-static/docs/user-guide/administration/guides/request-profiling.html +60 -148
  172. nautobot/project-static/docs/user-guide/administration/guides/s3-django-storage.html +60 -148
  173. nautobot/project-static/docs/user-guide/administration/guides/selinux-troubleshooting.html +8978 -0
  174. nautobot/project-static/docs/user-guide/administration/installation/app-install.html +60 -148
  175. nautobot/project-static/docs/user-guide/administration/installation/docker.html +3 -3
  176. nautobot/project-static/docs/user-guide/administration/installation/external-authentication.html +63 -151
  177. nautobot/project-static/docs/user-guide/administration/installation/health-checks.html +3 -3
  178. nautobot/project-static/docs/user-guide/administration/installation/http-server.html +61 -151
  179. nautobot/project-static/docs/user-guide/administration/installation/index.html +62 -150
  180. nautobot/project-static/docs/user-guide/administration/installation/install_system.html +60 -148
  181. nautobot/project-static/docs/user-guide/administration/installation/nautobot.html +76 -161
  182. nautobot/project-static/docs/user-guide/administration/installation/selinux-troubleshooting.html +3 -3
  183. nautobot/project-static/docs/user-guide/administration/installation/services.html +62 -150
  184. nautobot/project-static/docs/user-guide/administration/installation-extras/docker.html +13 -9577
  185. nautobot/project-static/docs/user-guide/administration/installation-extras/health-checks.html +13 -9560
  186. nautobot/project-static/docs/user-guide/administration/installation-extras/selinux-troubleshooting.html +13 -9064
  187. nautobot/project-static/docs/user-guide/administration/migration/migrating-from-netbox.html +62 -150
  188. nautobot/project-static/docs/user-guide/administration/migration/migrating-from-postgresql.html +60 -148
  189. nautobot/project-static/docs/user-guide/administration/tools/nautobot-server.html +66 -154
  190. nautobot/project-static/docs/user-guide/administration/tools/nautobot-shell.html +63 -151
  191. nautobot/project-static/docs/user-guide/administration/upgrading/database-backup.html +66 -154
  192. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/after-you-upgrade.html +63 -151
  193. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/before-you-upgrade.html +63 -151
  194. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/for-developers.html +63 -151
  195. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/index.html +63 -151
  196. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/whats-changed.html +63 -151
  197. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/region-and-site-data-migration-guide.html +63 -151
  198. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/upgrading-from-nautobot-v1.html +65 -153
  199. nautobot/project-static/docs/user-guide/administration/upgrading/upgrading.html +63 -151
  200. nautobot/project-static/docs/user-guide/core-data-model/circuits/circuit.html +60 -148
  201. nautobot/project-static/docs/user-guide/core-data-model/circuits/circuittermination.html +60 -148
  202. nautobot/project-static/docs/user-guide/core-data-model/circuits/circuittype.html +60 -148
  203. nautobot/project-static/docs/user-guide/core-data-model/circuits/provider.html +60 -148
  204. nautobot/project-static/docs/user-guide/core-data-model/circuits/providernetwork.html +60 -148
  205. nautobot/project-static/docs/user-guide/core-data-model/cloud/cloud.html +60 -148
  206. nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudaccount.html +60 -148
  207. nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudnetwork.html +60 -148
  208. nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudnetworkprefixassignment.html +60 -148
  209. nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudresourcetype.html +60 -148
  210. nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudservice.html +60 -148
  211. nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudservicenetworkassignment.html +60 -148
  212. nautobot/project-static/docs/user-guide/core-data-model/dcim/cable.html +60 -148
  213. nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleport.html +60 -148
  214. nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleporttemplate.html +60 -148
  215. nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleserverport.html +60 -148
  216. nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleserverporttemplate.html +60 -148
  217. nautobot/project-static/docs/user-guide/core-data-model/dcim/controller.html +60 -148
  218. nautobot/project-static/docs/user-guide/core-data-model/dcim/controllermanageddevicegroup.html +60 -148
  219. nautobot/project-static/docs/user-guide/core-data-model/dcim/device.html +60 -148
  220. nautobot/project-static/docs/user-guide/core-data-model/dcim/devicebay.html +60 -148
  221. nautobot/project-static/docs/user-guide/core-data-model/dcim/devicebaytemplate.html +60 -148
  222. nautobot/project-static/docs/user-guide/core-data-model/dcim/devicefamily.html +60 -148
  223. nautobot/project-static/docs/user-guide/core-data-model/dcim/deviceredundancygroup.html +60 -148
  224. nautobot/project-static/docs/user-guide/core-data-model/dcim/devicetype.html +60 -148
  225. nautobot/project-static/docs/user-guide/core-data-model/dcim/frontport.html +60 -148
  226. nautobot/project-static/docs/user-guide/core-data-model/dcim/frontporttemplate.html +60 -148
  227. nautobot/project-static/docs/user-guide/core-data-model/dcim/interface.html +60 -148
  228. nautobot/project-static/docs/user-guide/core-data-model/dcim/interfaceredundancygroup.html +60 -148
  229. nautobot/project-static/docs/user-guide/core-data-model/dcim/interfacetemplate.html +60 -148
  230. nautobot/project-static/docs/user-guide/core-data-model/dcim/inventoryitem.html +60 -148
  231. nautobot/project-static/docs/user-guide/core-data-model/dcim/location.html +60 -148
  232. nautobot/project-static/docs/user-guide/core-data-model/dcim/locationtype.html +60 -148
  233. nautobot/project-static/docs/user-guide/core-data-model/dcim/manufacturer.html +60 -148
  234. nautobot/project-static/docs/user-guide/core-data-model/dcim/module.html +60 -148
  235. nautobot/project-static/docs/user-guide/core-data-model/dcim/modulebay.html +60 -148
  236. nautobot/project-static/docs/user-guide/core-data-model/dcim/modulebaytemplate.html +60 -148
  237. nautobot/project-static/docs/user-guide/core-data-model/dcim/moduletype.html +60 -148
  238. nautobot/project-static/docs/user-guide/core-data-model/dcim/platform.html +61 -149
  239. nautobot/project-static/docs/user-guide/core-data-model/dcim/powerfeed.html +60 -148
  240. nautobot/project-static/docs/user-guide/core-data-model/dcim/poweroutlet.html +60 -148
  241. nautobot/project-static/docs/user-guide/core-data-model/dcim/poweroutlettemplate.html +60 -148
  242. nautobot/project-static/docs/user-guide/core-data-model/dcim/powerpanel.html +60 -148
  243. nautobot/project-static/docs/user-guide/core-data-model/dcim/powerport.html +60 -148
  244. nautobot/project-static/docs/user-guide/core-data-model/dcim/powerporttemplate.html +60 -148
  245. nautobot/project-static/docs/user-guide/core-data-model/dcim/rack.html +60 -148
  246. nautobot/project-static/docs/user-guide/core-data-model/dcim/rackgroup.html +60 -148
  247. nautobot/project-static/docs/user-guide/core-data-model/dcim/rackreservation.html +60 -148
  248. nautobot/project-static/docs/user-guide/core-data-model/dcim/rearport.html +60 -148
  249. nautobot/project-static/docs/user-guide/core-data-model/dcim/rearporttemplate.html +60 -148
  250. nautobot/project-static/docs/user-guide/core-data-model/dcim/softwareimagefile.html +60 -148
  251. nautobot/project-static/docs/user-guide/core-data-model/dcim/softwareversion.html +60 -148
  252. nautobot/project-static/docs/user-guide/core-data-model/dcim/virtualchassis.html +60 -148
  253. nautobot/project-static/docs/user-guide/core-data-model/extras/configcontext.html +61 -149
  254. nautobot/project-static/docs/user-guide/core-data-model/extras/configcontextschema.html +60 -148
  255. nautobot/project-static/docs/user-guide/core-data-model/extras/contact.html +60 -148
  256. nautobot/project-static/docs/user-guide/core-data-model/extras/team.html +60 -148
  257. nautobot/project-static/docs/user-guide/core-data-model/ipam/ipaddress.html +60 -148
  258. nautobot/project-static/docs/user-guide/core-data-model/ipam/namespace.html +60 -148
  259. nautobot/project-static/docs/user-guide/core-data-model/ipam/prefix.html +60 -148
  260. nautobot/project-static/docs/user-guide/core-data-model/ipam/rir.html +60 -148
  261. nautobot/project-static/docs/user-guide/core-data-model/ipam/routetarget.html +60 -148
  262. nautobot/project-static/docs/user-guide/core-data-model/ipam/service.html +60 -148
  263. nautobot/project-static/docs/user-guide/core-data-model/ipam/vlan.html +60 -148
  264. nautobot/project-static/docs/user-guide/core-data-model/ipam/vlangroup.html +60 -148
  265. nautobot/project-static/docs/user-guide/core-data-model/ipam/vrf.html +60 -148
  266. nautobot/project-static/docs/user-guide/core-data-model/overview/introduction.html +60 -148
  267. nautobot/project-static/docs/user-guide/core-data-model/tenancy/tenant.html +60 -148
  268. nautobot/project-static/docs/user-guide/core-data-model/tenancy/tenantgroup.html +60 -148
  269. nautobot/project-static/docs/user-guide/core-data-model/virtualization/cluster.html +60 -148
  270. nautobot/project-static/docs/user-guide/core-data-model/virtualization/clustergroup.html +60 -148
  271. nautobot/project-static/docs/user-guide/core-data-model/virtualization/clustertype.html +60 -148
  272. nautobot/project-static/docs/user-guide/core-data-model/virtualization/virtualmachine.html +60 -148
  273. nautobot/project-static/docs/user-guide/core-data-model/virtualization/vminterface.html +60 -148
  274. nautobot/project-static/docs/user-guide/feature-guides/contacts-and-teams.html +60 -148
  275. nautobot/project-static/docs/user-guide/feature-guides/custom-fields.html +60 -148
  276. nautobot/project-static/docs/user-guide/feature-guides/getting-started/creating-devices.html +60 -148
  277. nautobot/project-static/docs/user-guide/feature-guides/getting-started/creating-location-types-and-locations.html +60 -148
  278. nautobot/project-static/docs/user-guide/feature-guides/getting-started/index.html +60 -148
  279. nautobot/project-static/docs/user-guide/feature-guides/getting-started/interfaces.html +60 -148
  280. nautobot/project-static/docs/user-guide/feature-guides/getting-started/ipam.html +60 -148
  281. nautobot/project-static/docs/user-guide/feature-guides/getting-started/platforms.html +60 -148
  282. nautobot/project-static/docs/user-guide/feature-guides/getting-started/search-bar.html +60 -148
  283. nautobot/project-static/docs/user-guide/feature-guides/getting-started/tenants.html +60 -148
  284. nautobot/project-static/docs/user-guide/feature-guides/getting-started/vlans-and-vlan-groups.html +60 -148
  285. nautobot/project-static/docs/user-guide/feature-guides/git-data-source.html +61 -149
  286. nautobot/project-static/docs/user-guide/feature-guides/graphql.html +60 -148
  287. nautobot/project-static/docs/user-guide/feature-guides/ip-address-merge-tool.html +60 -148
  288. nautobot/project-static/docs/user-guide/feature-guides/relationships.html +60 -148
  289. nautobot/project-static/docs/user-guide/feature-guides/software-image-files-and-versions.html +60 -148
  290. nautobot/project-static/docs/user-guide/index.html +60 -148
  291. nautobot/project-static/docs/user-guide/platform-functionality/change-logging.html +60 -148
  292. nautobot/project-static/docs/user-guide/platform-functionality/computedfield.html +60 -148
  293. nautobot/project-static/docs/user-guide/platform-functionality/customfield.html +60 -148
  294. nautobot/project-static/docs/user-guide/platform-functionality/customlink.html +60 -148
  295. nautobot/project-static/docs/user-guide/platform-functionality/dynamicgroup.html +61 -149
  296. nautobot/project-static/docs/user-guide/platform-functionality/exporttemplate.html +60 -148
  297. nautobot/project-static/docs/user-guide/platform-functionality/externalintegration.html +60 -148
  298. nautobot/project-static/docs/user-guide/platform-functionality/gitrepository.html +61 -149
  299. nautobot/project-static/docs/user-guide/platform-functionality/graphql.html +62 -150
  300. nautobot/project-static/docs/user-guide/platform-functionality/graphqlquery.html +60 -148
  301. nautobot/project-static/docs/user-guide/platform-functionality/imageattachment.html +61 -149
  302. nautobot/project-static/docs/user-guide/platform-functionality/jobs/index.html +60 -148
  303. nautobot/project-static/docs/user-guide/platform-functionality/jobs/job-scheduling-and-approvals.html +60 -148
  304. nautobot/project-static/docs/user-guide/platform-functionality/jobs/jobbutton.html +60 -148
  305. nautobot/project-static/docs/user-guide/platform-functionality/jobs/jobhook.html +60 -148
  306. nautobot/project-static/docs/user-guide/platform-functionality/jobs/models.html +60 -148
  307. nautobot/project-static/docs/user-guide/platform-functionality/napalm.html +61 -149
  308. nautobot/project-static/docs/user-guide/platform-functionality/note.html +60 -148
  309. nautobot/project-static/docs/user-guide/platform-functionality/objectmetadata.html +60 -148
  310. nautobot/project-static/docs/user-guide/platform-functionality/relationship.html +60 -148
  311. nautobot/project-static/docs/user-guide/platform-functionality/rest-api/authentication.html +61 -149
  312. nautobot/project-static/docs/user-guide/platform-functionality/rest-api/filtering.html +61 -149
  313. nautobot/project-static/docs/user-guide/platform-functionality/rest-api/overview.html +62 -150
  314. nautobot/project-static/docs/user-guide/platform-functionality/rest-api/ui-related-endpoints.html +60 -148
  315. nautobot/project-static/docs/user-guide/platform-functionality/role.html +60 -148
  316. nautobot/project-static/docs/user-guide/platform-functionality/savedview.html +60 -148
  317. nautobot/project-static/docs/user-guide/platform-functionality/secret.html +60 -148
  318. nautobot/project-static/docs/user-guide/platform-functionality/staticgroupassociation.html +60 -148
  319. nautobot/project-static/docs/user-guide/platform-functionality/status.html +60 -148
  320. nautobot/project-static/docs/user-guide/platform-functionality/tag.html +60 -148
  321. nautobot/project-static/docs/user-guide/platform-functionality/template-filters.html +60 -148
  322. nautobot/project-static/docs/user-guide/platform-functionality/users/objectpermission.html +60 -148
  323. nautobot/project-static/docs/user-guide/platform-functionality/users/token.html +60 -148
  324. nautobot/project-static/docs/user-guide/platform-functionality/webhook.html +60 -148
  325. nautobot/virtualization/filters.py +6 -1
  326. nautobot/virtualization/tables.py +2 -2
  327. {nautobot-2.3.3.dist-info → nautobot-2.3.5.dist-info}/METADATA +2 -2
  328. {nautobot-2.3.3.dist-info → nautobot-2.3.5.dist-info}/RECORD +332 -328
  329. nautobot/project-static/docs/user-guide/administration/configuration/render-settings-fragment.j2 +0 -76
  330. {nautobot-2.3.3.dist-info → nautobot-2.3.5.dist-info}/LICENSE.txt +0 -0
  331. {nautobot-2.3.3.dist-info → nautobot-2.3.5.dist-info}/NOTICE +0 -0
  332. {nautobot-2.3.3.dist-info → nautobot-2.3.5.dist-info}/WHEEL +0 -0
  333. {nautobot-2.3.3.dist-info → nautobot-2.3.5.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.1, mkdocs-material-9.5.34">
21
+ <meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.35">
22
22
 
23
23
 
24
24
 
@@ -783,7 +783,7 @@
783
783
 
784
784
 
785
785
  <span class="md-ellipsis">
786
- Installation Extras
786
+ Upgrading
787
787
  </span>
788
788
 
789
789
 
@@ -792,115 +792,6 @@
792
792
 
793
793
  <nav class="md-nav" data-md-level="3" aria-labelledby="__nav_2_1_2_label" aria-expanded="false">
794
794
  <label class="md-nav__title" for="__nav_2_1_2">
795
- <span class="md-nav__icon md-icon"></span>
796
- Installation Extras
797
- </label>
798
- <ul class="md-nav__list" data-md-scrollfix>
799
-
800
-
801
-
802
-
803
-
804
-
805
-
806
- <li class="md-nav__item">
807
- <a href="../user-guide/administration/installation-extras/docker.html" class="md-nav__link">
808
-
809
-
810
- <span class="md-ellipsis">
811
- Nautobot Docker Images
812
- </span>
813
-
814
-
815
- </a>
816
- </li>
817
-
818
-
819
-
820
-
821
-
822
-
823
-
824
-
825
-
826
-
827
- <li class="md-nav__item">
828
- <a href="../user-guide/administration/installation-extras/health-checks.html" class="md-nav__link">
829
-
830
-
831
- <span class="md-ellipsis">
832
- Health Checks
833
- </span>
834
-
835
-
836
- </a>
837
- </li>
838
-
839
-
840
-
841
-
842
-
843
-
844
-
845
-
846
-
847
-
848
- <li class="md-nav__item">
849
- <a href="../user-guide/administration/installation-extras/selinux-troubleshooting.html" class="md-nav__link">
850
-
851
-
852
- <span class="md-ellipsis">
853
- SELinux Troubleshooting
854
- </span>
855
-
856
-
857
- </a>
858
- </li>
859
-
860
-
861
-
862
-
863
- </ul>
864
- </nav>
865
-
866
- </li>
867
-
868
-
869
-
870
-
871
-
872
-
873
-
874
-
875
-
876
-
877
-
878
-
879
-
880
-
881
-
882
-
883
-
884
- <li class="md-nav__item md-nav__item--nested">
885
-
886
-
887
-
888
- <input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2_1_3" >
889
-
890
-
891
- <label class="md-nav__link" for="__nav_2_1_3" id="__nav_2_1_3_label" tabindex="0">
892
-
893
-
894
- <span class="md-ellipsis">
895
- Upgrading
896
- </span>
897
-
898
-
899
- <span class="md-nav__icon md-icon"></span>
900
- </label>
901
-
902
- <nav class="md-nav" data-md-level="3" aria-labelledby="__nav_2_1_3_label" aria-expanded="false">
903
- <label class="md-nav__title" for="__nav_2_1_3">
904
795
  <span class="md-nav__icon md-icon"></span>
905
796
  Upgrading
906
797
  </label>
@@ -965,7 +856,7 @@
965
856
 
966
857
 
967
858
 
968
- <input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2_1_3_3" >
859
+ <input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2_1_2_3" >
969
860
 
970
861
 
971
862
 
@@ -981,14 +872,14 @@
981
872
  </a>
982
873
 
983
874
 
984
- <label class="md-nav__link " for="__nav_2_1_3_3" id="__nav_2_1_3_3_label" tabindex="0">
875
+ <label class="md-nav__link " for="__nav_2_1_2_3" id="__nav_2_1_2_3_label" tabindex="0">
985
876
  <span class="md-nav__icon md-icon"></span>
986
877
  </label>
987
878
 
988
879
  </div>
989
880
 
990
- <nav class="md-nav" data-md-level="4" aria-labelledby="__nav_2_1_3_3_label" aria-expanded="false">
991
- <label class="md-nav__title" for="__nav_2_1_3_3">
881
+ <nav class="md-nav" data-md-level="4" aria-labelledby="__nav_2_1_2_3_label" aria-expanded="false">
882
+ <label class="md-nav__title" for="__nav_2_1_2_3">
992
883
  <span class="md-nav__icon md-icon"></span>
993
884
  Upgrading Nautobot from v1.X to v2.0
994
885
  </label>
@@ -1032,7 +923,7 @@
1032
923
 
1033
924
 
1034
925
 
1035
- <input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2_1_3_3_2" >
926
+ <input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2_1_2_3_2" >
1036
927
 
1037
928
 
1038
929
 
@@ -1048,14 +939,14 @@
1048
939
  </a>
1049
940
 
1050
941
 
1051
- <label class="md-nav__link " for="__nav_2_1_3_3_2" id="__nav_2_1_3_3_2_label" tabindex="0">
942
+ <label class="md-nav__link " for="__nav_2_1_2_3_2" id="__nav_2_1_2_3_2_label" tabindex="0">
1052
943
  <span class="md-nav__icon md-icon"></span>
1053
944
  </label>
1054
945
 
1055
946
  </div>
1056
947
 
1057
- <nav class="md-nav" data-md-level="5" aria-labelledby="__nav_2_1_3_3_2_label" aria-expanded="false">
1058
- <label class="md-nav__title" for="__nav_2_1_3_3_2">
948
+ <nav class="md-nav" data-md-level="5" aria-labelledby="__nav_2_1_2_3_2_label" aria-expanded="false">
949
+ <label class="md-nav__title" for="__nav_2_1_2_3_2">
1059
950
  <span class="md-nav__icon md-icon"></span>
1060
951
  IPAM Migration Guide
1061
952
  </label>
@@ -1186,10 +1077,10 @@
1186
1077
 
1187
1078
 
1188
1079
 
1189
- <input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2_1_4" >
1080
+ <input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2_1_3" >
1190
1081
 
1191
1082
 
1192
- <label class="md-nav__link" for="__nav_2_1_4" id="__nav_2_1_4_label" tabindex="0">
1083
+ <label class="md-nav__link" for="__nav_2_1_3" id="__nav_2_1_3_label" tabindex="0">
1193
1084
 
1194
1085
 
1195
1086
  <span class="md-ellipsis">
@@ -1200,8 +1091,8 @@
1200
1091
  <span class="md-nav__icon md-icon"></span>
1201
1092
  </label>
1202
1093
 
1203
- <nav class="md-nav" data-md-level="3" aria-labelledby="__nav_2_1_4_label" aria-expanded="false">
1204
- <label class="md-nav__title" for="__nav_2_1_4">
1094
+ <nav class="md-nav" data-md-level="3" aria-labelledby="__nav_2_1_3_label" aria-expanded="false">
1095
+ <label class="md-nav__title" for="__nav_2_1_3">
1205
1096
  <span class="md-nav__icon md-icon"></span>
1206
1097
  Migration
1207
1098
  </label>
@@ -1274,7 +1165,7 @@
1274
1165
 
1275
1166
 
1276
1167
 
1277
- <input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2_1_5" >
1168
+ <input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2_1_4" >
1278
1169
 
1279
1170
 
1280
1171
 
@@ -1290,14 +1181,14 @@
1290
1181
  </a>
1291
1182
 
1292
1183
 
1293
- <label class="md-nav__link " for="__nav_2_1_5" id="__nav_2_1_5_label" tabindex="0">
1184
+ <label class="md-nav__link " for="__nav_2_1_4" id="__nav_2_1_4_label" tabindex="0">
1294
1185
  <span class="md-nav__icon md-icon"></span>
1295
1186
  </label>
1296
1187
 
1297
1188
  </div>
1298
1189
 
1299
- <nav class="md-nav" data-md-level="3" aria-labelledby="__nav_2_1_5_label" aria-expanded="false">
1300
- <label class="md-nav__title" for="__nav_2_1_5">
1190
+ <nav class="md-nav" data-md-level="3" aria-labelledby="__nav_2_1_4_label" aria-expanded="false">
1191
+ <label class="md-nav__title" for="__nav_2_1_4">
1301
1192
  <span class="md-nav__icon md-icon"></span>
1302
1193
  Configuration
1303
1194
  </label>
@@ -1310,11 +1201,11 @@
1310
1201
 
1311
1202
 
1312
1203
  <li class="md-nav__item">
1313
- <a href="../user-guide/administration/configuration/required-settings.html" class="md-nav__link">
1204
+ <a href="../user-guide/administration/configuration/settings.html" class="md-nav__link">
1314
1205
 
1315
1206
 
1316
1207
  <span class="md-ellipsis">
1317
- Required Settings
1208
+ Settings
1318
1209
  </span>
1319
1210
 
1320
1211
 
@@ -1331,11 +1222,11 @@
1331
1222
 
1332
1223
 
1333
1224
  <li class="md-nav__item">
1334
- <a href="../user-guide/administration/configuration/optional-settings.html" class="md-nav__link">
1225
+ <a href="../user-guide/administration/configuration/redis.html" class="md-nav__link">
1335
1226
 
1336
1227
 
1337
1228
  <span class="md-ellipsis">
1338
- Optional Settings
1229
+ Redis
1339
1230
  </span>
1340
1231
 
1341
1232
 
@@ -1383,10 +1274,10 @@
1383
1274
 
1384
1275
 
1385
1276
 
1386
- <input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2_1_5_4" >
1277
+ <input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2_1_4_4" >
1387
1278
 
1388
1279
 
1389
- <label class="md-nav__link" for="__nav_2_1_5_4" id="__nav_2_1_5_4_label" tabindex="0">
1280
+ <label class="md-nav__link" for="__nav_2_1_4_4" id="__nav_2_1_4_4_label" tabindex="0">
1390
1281
 
1391
1282
 
1392
1283
  <span class="md-ellipsis">
@@ -1397,8 +1288,8 @@
1397
1288
  <span class="md-nav__icon md-icon"></span>
1398
1289
  </label>
1399
1290
 
1400
- <nav class="md-nav" data-md-level="4" aria-labelledby="__nav_2_1_5_4_label" aria-expanded="false">
1401
- <label class="md-nav__title" for="__nav_2_1_5_4">
1291
+ <nav class="md-nav" data-md-level="4" aria-labelledby="__nav_2_1_4_4_label" aria-expanded="false">
1292
+ <label class="md-nav__title" for="__nav_2_1_4_4">
1402
1293
  <span class="md-nav__icon md-icon"></span>
1403
1294
  External Authentication
1404
1295
  </label>
@@ -1500,10 +1391,10 @@
1500
1391
 
1501
1392
 
1502
1393
 
1503
- <input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2_1_6" >
1394
+ <input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2_1_5" >
1504
1395
 
1505
1396
 
1506
- <label class="md-nav__link" for="__nav_2_1_6" id="__nav_2_1_6_label" tabindex="0">
1397
+ <label class="md-nav__link" for="__nav_2_1_5" id="__nav_2_1_5_label" tabindex="0">
1507
1398
 
1508
1399
 
1509
1400
  <span class="md-ellipsis">
@@ -1514,8 +1405,8 @@
1514
1405
  <span class="md-nav__icon md-icon"></span>
1515
1406
  </label>
1516
1407
 
1517
- <nav class="md-nav" data-md-level="3" aria-labelledby="__nav_2_1_6_label" aria-expanded="false">
1518
- <label class="md-nav__title" for="__nav_2_1_6">
1408
+ <nav class="md-nav" data-md-level="3" aria-labelledby="__nav_2_1_5_label" aria-expanded="false">
1409
+ <label class="md-nav__title" for="__nav_2_1_5">
1519
1410
  <span class="md-nav__icon md-icon"></span>
1520
1411
  Tools
1521
1412
  </label>
@@ -1588,10 +1479,10 @@
1588
1479
 
1589
1480
 
1590
1481
 
1591
- <input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2_1_7" >
1482
+ <input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2_1_6" >
1592
1483
 
1593
1484
 
1594
- <label class="md-nav__link" for="__nav_2_1_7" id="__nav_2_1_7_label" tabindex="0">
1485
+ <label class="md-nav__link" for="__nav_2_1_6" id="__nav_2_1_6_label" tabindex="0">
1595
1486
 
1596
1487
 
1597
1488
  <span class="md-ellipsis">
@@ -1602,8 +1493,8 @@
1602
1493
  <span class="md-nav__icon md-icon"></span>
1603
1494
  </label>
1604
1495
 
1605
- <nav class="md-nav" data-md-level="3" aria-labelledby="__nav_2_1_7_label" aria-expanded="false">
1606
- <label class="md-nav__title" for="__nav_2_1_7">
1496
+ <nav class="md-nav" data-md-level="3" aria-labelledby="__nav_2_1_6_label" aria-expanded="false">
1497
+ <label class="md-nav__title" for="__nav_2_1_6">
1607
1498
  <span class="md-nav__icon md-icon"></span>
1608
1499
  Guides
1609
1500
  </label>
@@ -1616,11 +1507,32 @@
1616
1507
 
1617
1508
 
1618
1509
  <li class="md-nav__item">
1619
- <a href="../user-guide/administration/guides/caching.html" class="md-nav__link">
1510
+ <a href="../user-guide/administration/guides/docker.html" class="md-nav__link">
1620
1511
 
1621
1512
 
1622
1513
  <span class="md-ellipsis">
1623
- Caching
1514
+ Nautobot Docker Images
1515
+ </span>
1516
+
1517
+
1518
+ </a>
1519
+ </li>
1520
+
1521
+
1522
+
1523
+
1524
+
1525
+
1526
+
1527
+
1528
+
1529
+
1530
+ <li class="md-nav__item">
1531
+ <a href="../user-guide/administration/guides/selinux-troubleshooting.html" class="md-nav__link">
1532
+
1533
+
1534
+ <span class="md-ellipsis">
1535
+ SELinux Troubleshooting
1624
1536
  </span>
1625
1537
 
1626
1538
 
@@ -1637,11 +1549,11 @@
1637
1549
 
1638
1550
 
1639
1551
  <li class="md-nav__item">
1640
- <a href="../user-guide/administration/guides/healthcheck.html" class="md-nav__link">
1552
+ <a href="../user-guide/administration/guides/health-checks.html" class="md-nav__link">
1641
1553
 
1642
1554
 
1643
1555
  <span class="md-ellipsis">
1644
- Health Check
1556
+ Health Checks
1645
1557
  </span>
1646
1558
 
1647
1559
 
@@ -8315,19 +8227,28 @@
8315
8227
  </li>
8316
8228
 
8317
8229
  <li class="md-nav__item">
8318
- <a href="#v233-2024-09-16" class="md-nav__link">
8230
+ <a href="#v235-2024-09-30" class="md-nav__link">
8319
8231
  <span class="md-ellipsis">
8320
- v2.3.3 (2024-09-16)
8232
+ v2.3.5 (2024-09-30)
8321
8233
  </span>
8322
8234
  </a>
8323
8235
 
8324
- <nav class="md-nav" aria-label="v2.3.3 (2024-09-16)">
8236
+ <nav class="md-nav" aria-label="v2.3.5 (2024-09-30)">
8325
8237
  <ul class="md-nav__list">
8326
8238
 
8327
8239
  <li class="md-nav__item">
8328
- <a href="#security" class="md-nav__link">
8240
+ <a href="#added_1" class="md-nav__link">
8329
8241
  <span class="md-ellipsis">
8330
- Security
8242
+ Added
8243
+ </span>
8244
+ </a>
8245
+
8246
+ </li>
8247
+
8248
+ <li class="md-nav__item">
8249
+ <a href="#changed_1" class="md-nav__link">
8250
+ <span class="md-ellipsis">
8251
+ Changed
8331
8252
  </span>
8332
8253
  </a>
8333
8254
 
@@ -8349,6 +8270,15 @@
8349
8270
  </span>
8350
8271
  </a>
8351
8272
 
8273
+ </li>
8274
+
8275
+ <li class="md-nav__item">
8276
+ <a href="#documentation" class="md-nav__link">
8277
+ <span class="md-ellipsis">
8278
+ Documentation
8279
+ </span>
8280
+ </a>
8281
+
8352
8282
  </li>
8353
8283
 
8354
8284
  <li class="md-nav__item">
@@ -8366,28 +8296,28 @@
8366
8296
  </li>
8367
8297
 
8368
8298
  <li class="md-nav__item">
8369
- <a href="#v232-2024-09-03" class="md-nav__link">
8299
+ <a href="#v234-2024-09-18" class="md-nav__link">
8370
8300
  <span class="md-ellipsis">
8371
- v2.3.2 (2024-09-03)
8301
+ v2.3.4 (2024-09-18)
8372
8302
  </span>
8373
8303
  </a>
8374
8304
 
8375
- <nav class="md-nav" aria-label="v2.3.2 (2024-09-03)">
8305
+ <nav class="md-nav" aria-label="v2.3.4 (2024-09-18)">
8376
8306
  <ul class="md-nav__list">
8377
8307
 
8378
8308
  <li class="md-nav__item">
8379
- <a href="#security_1" class="md-nav__link">
8309
+ <a href="#added_2" class="md-nav__link">
8380
8310
  <span class="md-ellipsis">
8381
- Security
8311
+ Added
8382
8312
  </span>
8383
8313
  </a>
8384
8314
 
8385
8315
  </li>
8386
8316
 
8387
8317
  <li class="md-nav__item">
8388
- <a href="#added_1" class="md-nav__link">
8318
+ <a href="#changed_2" class="md-nav__link">
8389
8319
  <span class="md-ellipsis">
8390
- Added
8320
+ Changed
8391
8321
  </span>
8392
8322
  </a>
8393
8323
 
@@ -8400,6 +8330,15 @@
8400
8330
  </span>
8401
8331
  </a>
8402
8332
 
8333
+ </li>
8334
+
8335
+ <li class="md-nav__item">
8336
+ <a href="#documentation_1" class="md-nav__link">
8337
+ <span class="md-ellipsis">
8338
+ Documentation
8339
+ </span>
8340
+ </a>
8341
+
8403
8342
  </li>
8404
8343
 
8405
8344
  <li class="md-nav__item">
@@ -8417,37 +8356,37 @@
8417
8356
  </li>
8418
8357
 
8419
8358
  <li class="md-nav__item">
8420
- <a href="#v231-2024-08-19" class="md-nav__link">
8359
+ <a href="#v233-2024-09-16" class="md-nav__link">
8421
8360
  <span class="md-ellipsis">
8422
- v2.3.1 (2024-08-19)
8361
+ v2.3.3 (2024-09-16)
8423
8362
  </span>
8424
8363
  </a>
8425
8364
 
8426
- <nav class="md-nav" aria-label="v2.3.1 (2024-08-19)">
8365
+ <nav class="md-nav" aria-label="v2.3.3 (2024-09-16)">
8427
8366
  <ul class="md-nav__list">
8428
8367
 
8429
8368
  <li class="md-nav__item">
8430
- <a href="#added_2" class="md-nav__link">
8369
+ <a href="#security" class="md-nav__link">
8431
8370
  <span class="md-ellipsis">
8432
- Added
8371
+ Security
8433
8372
  </span>
8434
8373
  </a>
8435
8374
 
8436
8375
  </li>
8437
8376
 
8438
8377
  <li class="md-nav__item">
8439
- <a href="#changed_1" class="md-nav__link">
8378
+ <a href="#fixed_2" class="md-nav__link">
8440
8379
  <span class="md-ellipsis">
8441
- Changed
8380
+ Fixed
8442
8381
  </span>
8443
8382
  </a>
8444
8383
 
8445
8384
  </li>
8446
8385
 
8447
8386
  <li class="md-nav__item">
8448
- <a href="#fixed_2" class="md-nav__link">
8387
+ <a href="#dependencies_2" class="md-nav__link">
8449
8388
  <span class="md-ellipsis">
8450
- Fixed
8389
+ Dependencies
8451
8390
  </span>
8452
8391
  </a>
8453
8392
 
@@ -8468,17 +8407,17 @@
8468
8407
  </li>
8469
8408
 
8470
8409
  <li class="md-nav__item">
8471
- <a href="#v230-2024-08-08" class="md-nav__link">
8410
+ <a href="#v232-2024-09-03" class="md-nav__link">
8472
8411
  <span class="md-ellipsis">
8473
- v2.3.0 (2024-08-08)
8412
+ v2.3.2 (2024-09-03)
8474
8413
  </span>
8475
8414
  </a>
8476
8415
 
8477
- <nav class="md-nav" aria-label="v2.3.0 (2024-08-08)">
8416
+ <nav class="md-nav" aria-label="v2.3.2 (2024-09-03)">
8478
8417
  <ul class="md-nav__list">
8479
8418
 
8480
8419
  <li class="md-nav__item">
8481
- <a href="#security_2" class="md-nav__link">
8420
+ <a href="#security_1" class="md-nav__link">
8482
8421
  <span class="md-ellipsis">
8483
8422
  Security
8484
8423
  </span>
@@ -8496,52 +8435,154 @@
8496
8435
  </li>
8497
8436
 
8498
8437
  <li class="md-nav__item">
8499
- <a href="#changed_2" class="md-nav__link">
8438
+ <a href="#fixed_3" class="md-nav__link">
8500
8439
  <span class="md-ellipsis">
8501
- Changed
8440
+ Fixed
8502
8441
  </span>
8503
8442
  </a>
8504
8443
 
8505
8444
  </li>
8506
8445
 
8507
8446
  <li class="md-nav__item">
8508
- <a href="#removed" class="md-nav__link">
8447
+ <a href="#housekeeping_3" class="md-nav__link">
8509
8448
  <span class="md-ellipsis">
8510
- Removed
8449
+ Housekeeping
8511
8450
  </span>
8512
8451
  </a>
8513
8452
 
8514
8453
  </li>
8515
8454
 
8516
- <li class="md-nav__item">
8517
- <a href="#fixed_3" class="md-nav__link">
8455
+ </ul>
8456
+ </nav>
8457
+
8458
+ </li>
8459
+
8460
+ <li class="md-nav__item">
8461
+ <a href="#v231-2024-08-19" class="md-nav__link">
8518
8462
  <span class="md-ellipsis">
8519
- Fixed
8463
+ v2.3.1 (2024-08-19)
8520
8464
  </span>
8521
8465
  </a>
8522
8466
 
8523
- </li>
8467
+ <nav class="md-nav" aria-label="v2.3.1 (2024-08-19)">
8468
+ <ul class="md-nav__list">
8524
8469
 
8525
8470
  <li class="md-nav__item">
8526
- <a href="#documentation" class="md-nav__link">
8471
+ <a href="#added_4" class="md-nav__link">
8527
8472
  <span class="md-ellipsis">
8528
- Documentation
8473
+ Added
8529
8474
  </span>
8530
8475
  </a>
8531
8476
 
8532
8477
  </li>
8533
8478
 
8534
8479
  <li class="md-nav__item">
8535
- <a href="#housekeeping_3" class="md-nav__link">
8480
+ <a href="#changed_3" class="md-nav__link">
8536
8481
  <span class="md-ellipsis">
8537
- Housekeeping
8482
+ Changed
8538
8483
  </span>
8539
8484
  </a>
8540
8485
 
8541
8486
  </li>
8542
8487
 
8543
- </ul>
8544
- </nav>
8488
+ <li class="md-nav__item">
8489
+ <a href="#fixed_4" class="md-nav__link">
8490
+ <span class="md-ellipsis">
8491
+ Fixed
8492
+ </span>
8493
+ </a>
8494
+
8495
+ </li>
8496
+
8497
+ <li class="md-nav__item">
8498
+ <a href="#housekeeping_4" class="md-nav__link">
8499
+ <span class="md-ellipsis">
8500
+ Housekeeping
8501
+ </span>
8502
+ </a>
8503
+
8504
+ </li>
8505
+
8506
+ </ul>
8507
+ </nav>
8508
+
8509
+ </li>
8510
+
8511
+ <li class="md-nav__item">
8512
+ <a href="#v230-2024-08-08" class="md-nav__link">
8513
+ <span class="md-ellipsis">
8514
+ v2.3.0 (2024-08-08)
8515
+ </span>
8516
+ </a>
8517
+
8518
+ <nav class="md-nav" aria-label="v2.3.0 (2024-08-08)">
8519
+ <ul class="md-nav__list">
8520
+
8521
+ <li class="md-nav__item">
8522
+ <a href="#security_2" class="md-nav__link">
8523
+ <span class="md-ellipsis">
8524
+ Security
8525
+ </span>
8526
+ </a>
8527
+
8528
+ </li>
8529
+
8530
+ <li class="md-nav__item">
8531
+ <a href="#added_5" class="md-nav__link">
8532
+ <span class="md-ellipsis">
8533
+ Added
8534
+ </span>
8535
+ </a>
8536
+
8537
+ </li>
8538
+
8539
+ <li class="md-nav__item">
8540
+ <a href="#changed_4" class="md-nav__link">
8541
+ <span class="md-ellipsis">
8542
+ Changed
8543
+ </span>
8544
+ </a>
8545
+
8546
+ </li>
8547
+
8548
+ <li class="md-nav__item">
8549
+ <a href="#removed" class="md-nav__link">
8550
+ <span class="md-ellipsis">
8551
+ Removed
8552
+ </span>
8553
+ </a>
8554
+
8555
+ </li>
8556
+
8557
+ <li class="md-nav__item">
8558
+ <a href="#fixed_5" class="md-nav__link">
8559
+ <span class="md-ellipsis">
8560
+ Fixed
8561
+ </span>
8562
+ </a>
8563
+
8564
+ </li>
8565
+
8566
+ <li class="md-nav__item">
8567
+ <a href="#documentation_2" class="md-nav__link">
8568
+ <span class="md-ellipsis">
8569
+ Documentation
8570
+ </span>
8571
+ </a>
8572
+
8573
+ </li>
8574
+
8575
+ <li class="md-nav__item">
8576
+ <a href="#housekeeping_5" class="md-nav__link">
8577
+ <span class="md-ellipsis">
8578
+ Housekeeping
8579
+ </span>
8580
+ </a>
8581
+
8582
+ </li>
8583
+
8584
+ </ul>
8585
+ </nav>
8545
8586
 
8546
8587
  </li>
8547
8588
 
@@ -8565,7 +8606,7 @@
8565
8606
  </li>
8566
8607
 
8567
8608
  <li class="md-nav__item">
8568
- <a href="#added_4" class="md-nav__link">
8609
+ <a href="#added_6" class="md-nav__link">
8569
8610
  <span class="md-ellipsis">
8570
8611
  Added
8571
8612
  </span>
@@ -8574,7 +8615,7 @@
8574
8615
  </li>
8575
8616
 
8576
8617
  <li class="md-nav__item">
8577
- <a href="#changed_3" class="md-nav__link">
8618
+ <a href="#changed_5" class="md-nav__link">
8578
8619
  <span class="md-ellipsis">
8579
8620
  Changed
8580
8621
  </span>
@@ -8601,7 +8642,7 @@
8601
8642
  </li>
8602
8643
 
8603
8644
  <li class="md-nav__item">
8604
- <a href="#fixed_4" class="md-nav__link">
8645
+ <a href="#fixed_6" class="md-nav__link">
8605
8646
  <span class="md-ellipsis">
8606
8647
  Fixed
8607
8648
  </span>
@@ -8610,7 +8651,7 @@
8610
8651
  </li>
8611
8652
 
8612
8653
  <li class="md-nav__item">
8613
- <a href="#dependencies_2" class="md-nav__link">
8654
+ <a href="#dependencies_3" class="md-nav__link">
8614
8655
  <span class="md-ellipsis">
8615
8656
  Dependencies
8616
8657
  </span>
@@ -8619,7 +8660,7 @@
8619
8660
  </li>
8620
8661
 
8621
8662
  <li class="md-nav__item">
8622
- <a href="#documentation_1" class="md-nav__link">
8663
+ <a href="#documentation_3" class="md-nav__link">
8623
8664
  <span class="md-ellipsis">
8624
8665
  Documentation
8625
8666
  </span>
@@ -8628,7 +8669,7 @@
8628
8669
  </li>
8629
8670
 
8630
8671
  <li class="md-nav__item">
8631
- <a href="#housekeeping_4" class="md-nav__link">
8672
+ <a href="#housekeeping_6" class="md-nav__link">
8632
8673
  <span class="md-ellipsis">
8633
8674
  Housekeeping
8634
8675
  </span>
@@ -9430,6 +9471,135 @@
9430
9471
  </ul>
9431
9472
  </nav>
9432
9473
 
9474
+ </li>
9475
+
9476
+ <li class="md-nav__item">
9477
+ <a href="#v235-2024-09-30" class="md-nav__link">
9478
+ <span class="md-ellipsis">
9479
+ v2.3.5 (2024-09-30)
9480
+ </span>
9481
+ </a>
9482
+
9483
+ <nav class="md-nav" aria-label="v2.3.5 (2024-09-30)">
9484
+ <ul class="md-nav__list">
9485
+
9486
+ <li class="md-nav__item">
9487
+ <a href="#added_1" class="md-nav__link">
9488
+ <span class="md-ellipsis">
9489
+ Added
9490
+ </span>
9491
+ </a>
9492
+
9493
+ </li>
9494
+
9495
+ <li class="md-nav__item">
9496
+ <a href="#changed_1" class="md-nav__link">
9497
+ <span class="md-ellipsis">
9498
+ Changed
9499
+ </span>
9500
+ </a>
9501
+
9502
+ </li>
9503
+
9504
+ <li class="md-nav__item">
9505
+ <a href="#fixed" class="md-nav__link">
9506
+ <span class="md-ellipsis">
9507
+ Fixed
9508
+ </span>
9509
+ </a>
9510
+
9511
+ </li>
9512
+
9513
+ <li class="md-nav__item">
9514
+ <a href="#dependencies_1" class="md-nav__link">
9515
+ <span class="md-ellipsis">
9516
+ Dependencies
9517
+ </span>
9518
+ </a>
9519
+
9520
+ </li>
9521
+
9522
+ <li class="md-nav__item">
9523
+ <a href="#documentation" class="md-nav__link">
9524
+ <span class="md-ellipsis">
9525
+ Documentation
9526
+ </span>
9527
+ </a>
9528
+
9529
+ </li>
9530
+
9531
+ <li class="md-nav__item">
9532
+ <a href="#housekeeping" class="md-nav__link">
9533
+ <span class="md-ellipsis">
9534
+ Housekeeping
9535
+ </span>
9536
+ </a>
9537
+
9538
+ </li>
9539
+
9540
+ </ul>
9541
+ </nav>
9542
+
9543
+ </li>
9544
+
9545
+ <li class="md-nav__item">
9546
+ <a href="#v234-2024-09-18" class="md-nav__link">
9547
+ <span class="md-ellipsis">
9548
+ v2.3.4 (2024-09-18)
9549
+ </span>
9550
+ </a>
9551
+
9552
+ <nav class="md-nav" aria-label="v2.3.4 (2024-09-18)">
9553
+ <ul class="md-nav__list">
9554
+
9555
+ <li class="md-nav__item">
9556
+ <a href="#added_2" class="md-nav__link">
9557
+ <span class="md-ellipsis">
9558
+ Added
9559
+ </span>
9560
+ </a>
9561
+
9562
+ </li>
9563
+
9564
+ <li class="md-nav__item">
9565
+ <a href="#changed_2" class="md-nav__link">
9566
+ <span class="md-ellipsis">
9567
+ Changed
9568
+ </span>
9569
+ </a>
9570
+
9571
+ </li>
9572
+
9573
+ <li class="md-nav__item">
9574
+ <a href="#fixed_1" class="md-nav__link">
9575
+ <span class="md-ellipsis">
9576
+ Fixed
9577
+ </span>
9578
+ </a>
9579
+
9580
+ </li>
9581
+
9582
+ <li class="md-nav__item">
9583
+ <a href="#documentation_1" class="md-nav__link">
9584
+ <span class="md-ellipsis">
9585
+ Documentation
9586
+ </span>
9587
+ </a>
9588
+
9589
+ </li>
9590
+
9591
+ <li class="md-nav__item">
9592
+ <a href="#housekeeping_1" class="md-nav__link">
9593
+ <span class="md-ellipsis">
9594
+ Housekeeping
9595
+ </span>
9596
+ </a>
9597
+
9598
+ </li>
9599
+
9600
+ </ul>
9601
+ </nav>
9602
+
9433
9603
  </li>
9434
9604
 
9435
9605
  <li class="md-nav__item">
@@ -9452,7 +9622,7 @@
9452
9622
  </li>
9453
9623
 
9454
9624
  <li class="md-nav__item">
9455
- <a href="#fixed" class="md-nav__link">
9625
+ <a href="#fixed_2" class="md-nav__link">
9456
9626
  <span class="md-ellipsis">
9457
9627
  Fixed
9458
9628
  </span>
@@ -9461,7 +9631,7 @@
9461
9631
  </li>
9462
9632
 
9463
9633
  <li class="md-nav__item">
9464
- <a href="#dependencies_1" class="md-nav__link">
9634
+ <a href="#dependencies_2" class="md-nav__link">
9465
9635
  <span class="md-ellipsis">
9466
9636
  Dependencies
9467
9637
  </span>
@@ -9470,7 +9640,7 @@
9470
9640
  </li>
9471
9641
 
9472
9642
  <li class="md-nav__item">
9473
- <a href="#housekeeping" class="md-nav__link">
9643
+ <a href="#housekeeping_2" class="md-nav__link">
9474
9644
  <span class="md-ellipsis">
9475
9645
  Housekeeping
9476
9646
  </span>
@@ -9503,7 +9673,7 @@
9503
9673
  </li>
9504
9674
 
9505
9675
  <li class="md-nav__item">
9506
- <a href="#added_1" class="md-nav__link">
9676
+ <a href="#added_3" class="md-nav__link">
9507
9677
  <span class="md-ellipsis">
9508
9678
  Added
9509
9679
  </span>
@@ -9512,7 +9682,7 @@
9512
9682
  </li>
9513
9683
 
9514
9684
  <li class="md-nav__item">
9515
- <a href="#fixed_1" class="md-nav__link">
9685
+ <a href="#fixed_3" class="md-nav__link">
9516
9686
  <span class="md-ellipsis">
9517
9687
  Fixed
9518
9688
  </span>
@@ -9521,7 +9691,7 @@
9521
9691
  </li>
9522
9692
 
9523
9693
  <li class="md-nav__item">
9524
- <a href="#housekeeping_1" class="md-nav__link">
9694
+ <a href="#housekeeping_3" class="md-nav__link">
9525
9695
  <span class="md-ellipsis">
9526
9696
  Housekeeping
9527
9697
  </span>
@@ -9545,7 +9715,7 @@
9545
9715
  <ul class="md-nav__list">
9546
9716
 
9547
9717
  <li class="md-nav__item">
9548
- <a href="#added_2" class="md-nav__link">
9718
+ <a href="#added_4" class="md-nav__link">
9549
9719
  <span class="md-ellipsis">
9550
9720
  Added
9551
9721
  </span>
@@ -9554,7 +9724,7 @@
9554
9724
  </li>
9555
9725
 
9556
9726
  <li class="md-nav__item">
9557
- <a href="#changed_1" class="md-nav__link">
9727
+ <a href="#changed_3" class="md-nav__link">
9558
9728
  <span class="md-ellipsis">
9559
9729
  Changed
9560
9730
  </span>
@@ -9563,7 +9733,7 @@
9563
9733
  </li>
9564
9734
 
9565
9735
  <li class="md-nav__item">
9566
- <a href="#fixed_2" class="md-nav__link">
9736
+ <a href="#fixed_4" class="md-nav__link">
9567
9737
  <span class="md-ellipsis">
9568
9738
  Fixed
9569
9739
  </span>
@@ -9572,7 +9742,7 @@
9572
9742
  </li>
9573
9743
 
9574
9744
  <li class="md-nav__item">
9575
- <a href="#housekeeping_2" class="md-nav__link">
9745
+ <a href="#housekeeping_4" class="md-nav__link">
9576
9746
  <span class="md-ellipsis">
9577
9747
  Housekeeping
9578
9748
  </span>
@@ -9605,7 +9775,7 @@
9605
9775
  </li>
9606
9776
 
9607
9777
  <li class="md-nav__item">
9608
- <a href="#added_3" class="md-nav__link">
9778
+ <a href="#added_5" class="md-nav__link">
9609
9779
  <span class="md-ellipsis">
9610
9780
  Added
9611
9781
  </span>
@@ -9614,7 +9784,7 @@
9614
9784
  </li>
9615
9785
 
9616
9786
  <li class="md-nav__item">
9617
- <a href="#changed_2" class="md-nav__link">
9787
+ <a href="#changed_4" class="md-nav__link">
9618
9788
  <span class="md-ellipsis">
9619
9789
  Changed
9620
9790
  </span>
@@ -9632,7 +9802,7 @@
9632
9802
  </li>
9633
9803
 
9634
9804
  <li class="md-nav__item">
9635
- <a href="#fixed_3" class="md-nav__link">
9805
+ <a href="#fixed_5" class="md-nav__link">
9636
9806
  <span class="md-ellipsis">
9637
9807
  Fixed
9638
9808
  </span>
@@ -9641,7 +9811,7 @@
9641
9811
  </li>
9642
9812
 
9643
9813
  <li class="md-nav__item">
9644
- <a href="#documentation" class="md-nav__link">
9814
+ <a href="#documentation_2" class="md-nav__link">
9645
9815
  <span class="md-ellipsis">
9646
9816
  Documentation
9647
9817
  </span>
@@ -9650,7 +9820,7 @@
9650
9820
  </li>
9651
9821
 
9652
9822
  <li class="md-nav__item">
9653
- <a href="#housekeeping_3" class="md-nav__link">
9823
+ <a href="#housekeeping_5" class="md-nav__link">
9654
9824
  <span class="md-ellipsis">
9655
9825
  Housekeeping
9656
9826
  </span>
@@ -9683,7 +9853,7 @@
9683
9853
  </li>
9684
9854
 
9685
9855
  <li class="md-nav__item">
9686
- <a href="#added_4" class="md-nav__link">
9856
+ <a href="#added_6" class="md-nav__link">
9687
9857
  <span class="md-ellipsis">
9688
9858
  Added
9689
9859
  </span>
@@ -9692,7 +9862,7 @@
9692
9862
  </li>
9693
9863
 
9694
9864
  <li class="md-nav__item">
9695
- <a href="#changed_3" class="md-nav__link">
9865
+ <a href="#changed_5" class="md-nav__link">
9696
9866
  <span class="md-ellipsis">
9697
9867
  Changed
9698
9868
  </span>
@@ -9719,7 +9889,7 @@
9719
9889
  </li>
9720
9890
 
9721
9891
  <li class="md-nav__item">
9722
- <a href="#fixed_4" class="md-nav__link">
9892
+ <a href="#fixed_6" class="md-nav__link">
9723
9893
  <span class="md-ellipsis">
9724
9894
  Fixed
9725
9895
  </span>
@@ -9728,7 +9898,7 @@
9728
9898
  </li>
9729
9899
 
9730
9900
  <li class="md-nav__item">
9731
- <a href="#dependencies_2" class="md-nav__link">
9901
+ <a href="#dependencies_3" class="md-nav__link">
9732
9902
  <span class="md-ellipsis">
9733
9903
  Dependencies
9734
9904
  </span>
@@ -9737,7 +9907,7 @@
9737
9907
  </li>
9738
9908
 
9739
9909
  <li class="md-nav__item">
9740
- <a href="#documentation_1" class="md-nav__link">
9910
+ <a href="#documentation_3" class="md-nav__link">
9741
9911
  <span class="md-ellipsis">
9742
9912
  Documentation
9743
9913
  </span>
@@ -9746,7 +9916,7 @@
9746
9916
  </li>
9747
9917
 
9748
9918
  <li class="md-nav__item">
9749
- <a href="#housekeeping_4" class="md-nav__link">
9919
+ <a href="#housekeeping_6" class="md-nav__link">
9750
9920
  <span class="md-ellipsis">
9751
9921
  Housekeeping
9752
9922
  </span>
@@ -9854,7 +10024,7 @@
9854
10024
  <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>
9855
10025
  <div class="admonition info">
9856
10026
  <p class="admonition-title">Info</p>
9857
- <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>
10027
+ <p>Setting <a href="../user-guide/administration/configuration/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>
9858
10028
  </div>
9859
10029
  <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>
9860
10030
  <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>
@@ -9863,23 +10033,92 @@
9863
10033
  <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>
9864
10034
  <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>
9865
10035
  <!-- towncrier release notes start -->
10036
+ <h2 id="v235-2024-09-30">v2.3.5 (2024-09-30)<a class="headerlink" href="#v235-2024-09-30" title="Permanent link">&para;</a></h2>
10037
+ <h3 id="added_1">Added<a class="headerlink" href="#added_1" title="Permanent link">&para;</a></h3>
10038
+ <ul>
10039
+ <li><a href="https://github.com/nautobot/nautobot/issues/6257">#6257</a> - Added <code>is_occupied</code> boolean filter to the Rack elevation API endpoint to allow filtering by occupied or unoccupied units.</li>
10040
+ <li><a href="https://github.com/nautobot/nautobot/issues/6289">#6289</a> - Added the add button to IPAM Services.</li>
10041
+ </ul>
10042
+ <h3 id="changed_1">Changed<a class="headerlink" href="#changed_1" title="Permanent link">&para;</a></h3>
10043
+ <ul>
10044
+ <li><a href="https://github.com/nautobot/nautobot/issues/6057">#6057</a> - Enhanced job delete functions to prevent users from deleting system jobs from the UI and the API.</li>
10045
+ </ul>
10046
+ <h3 id="fixed">Fixed<a class="headerlink" href="#fixed" title="Permanent link">&para;</a></h3>
10047
+ <ul>
10048
+ <li><a href="https://github.com/nautobot/nautobot/issues/5802">#5802</a> - Override <code>get_required_permission()</code> in SavedViewUIViewSet to achieve the intended behavior.</li>
10049
+ <li><a href="https://github.com/nautobot/nautobot/issues/5924">#5924</a> - Fixed the redirect URL for the Device Bay Populate/Depopulate view to take the user back to the Device Bays tab on the Device page.</li>
10050
+ <li><a href="https://github.com/nautobot/nautobot/issues/6170">#6170</a> - Fix Prefix IPAddresses not accounting for Child Prefix IPAddresses in the UI.</li>
10051
+ <li><a href="https://github.com/nautobot/nautobot/issues/6217">#6217</a> - Fixed SavedView functionality not working in Rack Elevation List View.</li>
10052
+ <li><a href="https://github.com/nautobot/nautobot/issues/6233">#6233</a> - Corrected presentation of rendered Markdown content in Notes table.</li>
10053
+ <li><a href="https://github.com/nautobot/nautobot/issues/6248">#6248</a> - Fixed Device Type link and count from Device Family Detail View.</li>
10054
+ <li><a href="https://github.com/nautobot/nautobot/issues/6257">#6257</a> - Fixed the selection options for <code>position</code> on the device add/edit form to disable RUs that are currently occupied.</li>
10055
+ <li><a href="https://github.com/nautobot/nautobot/issues/6289">#6289</a> - Fixed lookup of IP Addresses in the Service form.</li>
10056
+ </ul>
10057
+ <h3 id="dependencies_1">Dependencies<a class="headerlink" href="#dependencies_1" title="Permanent link">&para;</a></h3>
10058
+ <ul>
10059
+ <li><a href="https://github.com/nautobot/nautobot/issues/6247">#6247</a> - Updated documentation dependency <code>mkdocs-material</code> to <code>~9.5.35</code>.</li>
10060
+ <li><a href="https://github.com/nautobot/nautobot/issues/6287">#6287</a> - Replaced incorrect <code>django-structlog[all]</code> dependency with <code>django-structlog[celery]</code>.</li>
10061
+ </ul>
10062
+ <h3 id="documentation">Documentation<a class="headerlink" href="#documentation" title="Permanent link">&para;</a></h3>
10063
+ <ul>
10064
+ <li><a href="https://github.com/nautobot/nautobot/issues/6264">#6264</a> - Added to the core developer documentation a warning against the use of data factories within test case code.</li>
10065
+ </ul>
10066
+ <h3 id="housekeeping">Housekeeping<a class="headerlink" href="#housekeeping" title="Permanent link">&para;</a></h3>
10067
+ <ul>
10068
+ <li><a href="https://github.com/nautobot/nautobot/issues/5802">#5802</a> - Override <code>get_required_permission()</code> in SavedViewUIViewSet to achieve the intended behavior.</li>
10069
+ <li><a href="https://github.com/nautobot/nautobot/issues/6264">#6264</a> - Changed <code>invoke unittest</code> to default to <code>--parallel</code> even when a <code>--label</code> value is specified.</li>
10070
+ <li><a href="https://github.com/nautobot/nautobot/issues/6264">#6264</a> - Added support for <code>invoke unittest --no-parallel</code>.</li>
10071
+ <li><a href="https://github.com/nautobot/nautobot/issues/6285">#6285</a> - Added support for <code>invoke unittest --no-reusedb</code> and <code>nautobot-server test --no-reusedb</code> to streamline testing when switching frequently between branches.</li>
10072
+ <li><a href="https://github.com/nautobot/nautobot/issues/6292">#6292</a> - Corrected logic of several VLAN test cases.</li>
10073
+ </ul>
10074
+ <h2 id="v234-2024-09-18">v2.3.4 (2024-09-18)<a class="headerlink" href="#v234-2024-09-18" title="Permanent link">&para;</a></h2>
10075
+ <h3 id="added_2">Added<a class="headerlink" href="#added_2" title="Permanent link">&para;</a></h3>
10076
+ <ul>
10077
+ <li><a href="https://github.com/nautobot/nautobot/issues/5795">#5795</a> - Added support for <code>NAUTOBOT_CACHES_TIMEOUT</code> environment variable.</li>
10078
+ <li><a href="https://github.com/nautobot/nautobot/issues/6207">#6207</a> - Added the ability to filter virtual machines by their <code>cluster</code> names or IDs.</li>
10079
+ </ul>
10080
+ <h3 id="changed_2">Changed<a class="headerlink" href="#changed_2" title="Permanent link">&para;</a></h3>
10081
+ <ul>
10082
+ <li><a href="https://github.com/nautobot/nautobot/issues/5795">#5795</a> - Changed default cache timeout for Constance configuration from 1 day to 300 seconds to match other caches.</li>
10083
+ </ul>
10084
+ <h3 id="fixed_1">Fixed<a class="headerlink" href="#fixed_1" title="Permanent link">&para;</a></h3>
10085
+ <ul>
10086
+ <li><a href="https://github.com/nautobot/nautobot/issues/6207">#6207</a> - Fixed incorrect link in ClusterTable for device count column.</li>
10087
+ <li><a href="https://github.com/nautobot/nautobot/issues/6207">#6207</a> - Fixed incorrect link in PowerPanelTable for power feed count column.</li>
10088
+ <li><a href="https://github.com/nautobot/nautobot/issues/6230">#6230</a> - Fixed an issue with Celery Scheduler around datetime imports.</li>
10089
+ </ul>
10090
+ <h3 id="documentation_1">Documentation<a class="headerlink" href="#documentation_1" title="Permanent link">&para;</a></h3>
10091
+ <ul>
10092
+ <li><a href="https://github.com/nautobot/nautobot/issues/5795">#5795</a> - Consolidated "Required Settings" and "Optional Settings" docs into a single unified "Settings" document.</li>
10093
+ <li><a href="https://github.com/nautobot/nautobot/issues/5795">#5795</a> - Consolidated "Administration: Installation Extras" docs section into the "Administration: Guides" section.</li>
10094
+ <li><a href="https://github.com/nautobot/nautobot/issues/5795">#5795</a> - Moved "Caching" content from the "Administration: Guides" section into the "Administration: Configuration" section as a new "Redis" document.</li>
10095
+ <li><a href="https://github.com/nautobot/nautobot/issues/5795">#5795</a> - Added <code>environment_variables</code> keys to <code>settings.yaml</code> to more accurately document settings that are influenced by multiple environment variables together.</li>
10096
+ <li><a href="https://github.com/nautobot/nautobot/issues/5795">#5795</a> - Removed <code>is_required_setting</code> keys from <code>settings.yaml</code> as no longer relevant.</li>
10097
+ </ul>
10098
+ <h3 id="housekeeping_1">Housekeeping<a class="headerlink" href="#housekeeping_1" title="Permanent link">&para;</a></h3>
10099
+ <ul>
10100
+ <li><a href="https://github.com/nautobot/nautobot/issues/5859">#5859</a> - Changed <code>--cache-test-fixtures</code> and <code>--keepdb</code> flags from opt-in to opt-out for <code>invoke unittest</code> and <code>invoke integration-test</code> commands.</li>
10101
+ <li><a href="https://github.com/nautobot/nautobot/issues/5859">#5859</a> - Changed <code>invoke unittest</code> to automatically include <code>--parallel</code> flag when running the entire unit test suite.</li>
10102
+ <li><a href="https://github.com/nautobot/nautobot/issues/6222">#6222</a> - Fixed <code>plugin_upstream_testing_base.yml</code> to work with app cookiecutter v2.3 Dockerfile.</li>
10103
+ <li><a href="https://github.com/nautobot/nautobot/issues/6227">#6227</a> - Fixed typo in app upstream testing workflow.</li>
10104
+ </ul>
9866
10105
  <h2 id="v233-2024-09-16">v2.3.3 (2024-09-16)<a class="headerlink" href="#v233-2024-09-16" title="Permanent link">&para;</a></h2>
9867
10106
  <h3 id="security">Security<a class="headerlink" href="#security" title="Permanent link">&para;</a></h3>
9868
10107
  <ul>
9869
10108
  <li><a href="https://github.com/nautobot/nautobot/issues/6212">#6212</a> - Updated <code>Django</code> to <code>~4.2.16</code> to address <code>CVE-2024-45230</code> and <code>CVE-2024-45231</code>.</li>
9870
10109
  </ul>
9871
- <h3 id="fixed">Fixed<a class="headerlink" href="#fixed" title="Permanent link">&para;</a></h3>
10110
+ <h3 id="fixed_2">Fixed<a class="headerlink" href="#fixed_2" title="Permanent link">&para;</a></h3>
9872
10111
  <ul>
9873
10112
  <li><a href="https://github.com/nautobot/nautobot/issues/6184">#6184</a> - Fixed an exception in <code>extras.models.groups._map_filter_fields</code> method when certain App <code>filter_extensions</code> were present.</li>
9874
10113
  <li><a href="https://github.com/nautobot/nautobot/issues/6190">#6190</a> - Added <code>display</code> property to Prefix to display its namespace along with the prefix to allow differentiation between prefixes in the UI.</li>
9875
10114
  <li><a href="https://github.com/nautobot/nautobot/issues/6197">#6197</a> - Fixed an exception in <code>core.utils.lookup.get_model_for_view_name</code> function when rendering certain App object list views.</li>
9876
10115
  <li><a href="https://github.com/nautobot/nautobot/issues/6203">#6203</a> - Fixed a performance regression observed when change logging resulted in a large number of ObjectChange records (such as in an SSOT Job).</li>
9877
10116
  </ul>
9878
- <h3 id="dependencies_1">Dependencies<a class="headerlink" href="#dependencies_1" title="Permanent link">&para;</a></h3>
10117
+ <h3 id="dependencies_2">Dependencies<a class="headerlink" href="#dependencies_2" title="Permanent link">&para;</a></h3>
9879
10118
  <ul>
9880
10119
  <li><a href="https://github.com/nautobot/nautobot/issues/6084">#6084</a> - Updated <code>pyuwsgi</code> to <code>~2.0.26</code> and <code>PyYAML</code> to <code>~6.0.2</code>.</li>
9881
10120
  </ul>
9882
- <h3 id="housekeeping">Housekeeping<a class="headerlink" href="#housekeeping" title="Permanent link">&para;</a></h3>
10121
+ <h3 id="housekeeping_2">Housekeeping<a class="headerlink" href="#housekeeping_2" title="Permanent link">&para;</a></h3>
9883
10122
  <ul>
9884
10123
  <li><a href="https://github.com/nautobot/nautobot/issues/5376">#5376</a> - Disabled <code>coverage</code> during initial test database setup to improve test performance.</li>
9885
10124
  <li><a href="https://github.com/nautobot/nautobot/issues/6084">#6084</a> - Updated development dependencies <code>factory-boy</code> to <code>~3.3.1</code>, <code>ruff</code> to <code>~0.5.7</code>, and <code>watchdog</code> to <code>~4.0.2</code>.</li>
@@ -9893,14 +10132,14 @@
9893
10132
  <ul>
9894
10133
  <li><a href="https://github.com/nautobot/nautobot/issues/6182">#6182</a> - Updated <code>cryptography</code> to <code>43.0.1</code> to address <code>GHSA-h4gh-qq45-vh27</code>. This is not a direct dependency so will not auto-update when upgrading. Please be sure to upgrade your local environment.</li>
9895
10134
  </ul>
9896
- <h3 id="added_1">Added<a class="headerlink" href="#added_1" title="Permanent link">&para;</a></h3>
10135
+ <h3 id="added_3">Added<a class="headerlink" href="#added_3" title="Permanent link">&para;</a></h3>
9897
10136
  <ul>
9898
10137
  <li><a href="https://github.com/nautobot/nautobot/issues/5180">#5180</a> - Add filtering Job Results by Scheduled Job.</li>
9899
10138
  <li><a href="https://github.com/nautobot/nautobot/issues/5591">#5591</a> - Added <code>time_zone</code> field to <code>ScheduledJob</code> model.</li>
9900
10139
  <li><a href="https://github.com/nautobot/nautobot/issues/6120">#6120</a> - Added Status Field to VRF model.</li>
9901
10140
  <li><a href="https://github.com/nautobot/nautobot/issues/6129">#6129</a> - Added collapsible icon rotation to homepage panels.</li>
9902
10141
  </ul>
9903
- <h3 id="fixed_1">Fixed<a class="headerlink" href="#fixed_1" title="Permanent link">&para;</a></h3>
10142
+ <h3 id="fixed_3">Fixed<a class="headerlink" href="#fixed_3" title="Permanent link">&para;</a></h3>
9904
10143
  <ul>
9905
10144
  <li><a href="https://github.com/nautobot/nautobot/issues/5591">#5591</a> - Corrected several bugs around handling of <code>ScheduledJob</code> execution when <code>settings.TIME_ZONE</code> is other than "UTC".</li>
9906
10145
  <li><a href="https://github.com/nautobot/nautobot/issues/5591">#5591</a> - Added missing <code>Meta.ordering</code> definition to <code>ScheduledJob</code> model.</li>
@@ -9909,7 +10148,7 @@
9909
10148
  <li><a href="https://github.com/nautobot/nautobot/issues/6146">#6146</a> - Added missing DynamicGroup content to Device Detail View and Software Image File Detail View.</li>
9910
10149
  <li><a href="https://github.com/nautobot/nautobot/issues/6175">#6175</a> - Prevented some <code>AttributeError</code> exceptions from being raised when an App contains a model that doesn't inherit from <code>BaseModel</code>.</li>
9911
10150
  </ul>
9912
- <h3 id="housekeeping_1">Housekeeping<a class="headerlink" href="#housekeeping_1" title="Permanent link">&para;</a></h3>
10151
+ <h3 id="housekeeping_3">Housekeeping<a class="headerlink" href="#housekeeping_3" title="Permanent link">&para;</a></h3>
9913
10152
  <ul>
9914
10153
  <li><a href="https://github.com/nautobot/nautobot/issues/5591">#5591</a> - Added <code>watchmedo</code> to <code>celery_beat</code> development container.</li>
9915
10154
  <li><a href="https://github.com/nautobot/nautobot/issues/5591">#5591</a> - Added <code>time-machine</code> as a development environment (test execution) dependency.</li>
@@ -9917,24 +10156,24 @@
9917
10156
  <li><a href="https://github.com/nautobot/nautobot/issues/6147">#6147</a> - Added <code>development/cleanup_factory_dump.py</code> helper script to aid in identifying other issues with test data.</li>
9918
10157
  </ul>
9919
10158
  <h2 id="v231-2024-08-19">v2.3.1 (2024-08-19)<a class="headerlink" href="#v231-2024-08-19" title="Permanent link">&para;</a></h2>
9920
- <h3 id="added_2">Added<a class="headerlink" href="#added_2" title="Permanent link">&para;</a></h3>
10159
+ <h3 id="added_4">Added<a class="headerlink" href="#added_4" title="Permanent link">&para;</a></h3>
9921
10160
  <ul>
9922
10161
  <li><a href="https://github.com/nautobot/nautobot/issues/5232">#5232</a> - Added support for groupings to computed fields.</li>
9923
10162
  <li><a href="https://github.com/nautobot/nautobot/issues/5494">#5494</a> - Added validation logic to <code>DeviceForm</code> <code>clean()</code> method to raise a validation error if there is any invalid software image file specified.</li>
9924
10163
  <li><a href="https://github.com/nautobot/nautobot/issues/5915">#5915</a> - Enhanced <code>IPAddress.objects.get_or_create</code> method to permit specifying a namespace as an alternative to a parent prefix.</li>
9925
10164
  </ul>
9926
- <h3 id="changed_1">Changed<a class="headerlink" href="#changed_1" title="Permanent link">&para;</a></h3>
10165
+ <h3 id="changed_3">Changed<a class="headerlink" href="#changed_3" title="Permanent link">&para;</a></h3>
9927
10166
  <ul>
9928
10167
  <li><a href="https://github.com/nautobot/nautobot/issues/5970">#5970</a> - Removed indentations for PrefixTable in various locations in the UI.</li>
9929
10168
  </ul>
9930
- <h3 id="fixed_2">Fixed<a class="headerlink" href="#fixed_2" title="Permanent link">&para;</a></h3>
10169
+ <h3 id="fixed_4">Fixed<a class="headerlink" href="#fixed_4" title="Permanent link">&para;</a></h3>
9931
10170
  <ul>
9932
10171
  <li><a href="https://github.com/nautobot/nautobot/issues/5494">#5494</a> - Fixed <code>Device</code> model <code>clean()</code> validation logic to allow user to specify a software version on a device without specifying any software image files.</li>
9933
10172
  <li><a href="https://github.com/nautobot/nautobot/issues/6096">#6096</a> - Updated CloudAccount UI: Set the <code>secrets_group</code> form field to be optional.</li>
9934
10173
  <li><a href="https://github.com/nautobot/nautobot/issues/6097">#6097</a> - Updated ContactAssociation API: Set the role field to be required.</li>
9935
10174
  <li><a href="https://github.com/nautobot/nautobot/issues/6116">#6116</a> - Added handling for an <code>OperationalError</code> that might be raised when running <code>pylint-nautobot</code> or similar linters that depend on successfully running <code>nautobot.setup()</code>.</li>
9936
10175
  </ul>
9937
- <h3 id="housekeeping_2">Housekeeping<a class="headerlink" href="#housekeeping_2" title="Permanent link">&para;</a></h3>
10176
+ <h3 id="housekeeping_4">Housekeeping<a class="headerlink" href="#housekeeping_4" title="Permanent link">&para;</a></h3>
9938
10177
  <ul>
9939
10178
  <li><a href="https://github.com/nautobot/nautobot/issues/6107">#6107</a> - Updated documentation dependency <code>mkdocstrings-python</code> to <code>~1.10.8</code>.</li>
9940
10179
  </ul>
@@ -9943,7 +10182,7 @@
9943
10182
  <ul>
9944
10183
  <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>
9945
10184
  </ul>
9946
- <h3 id="added_3">Added<a class="headerlink" href="#added_3" title="Permanent link">&para;</a></h3>
10185
+ <h3 id="added_5">Added<a class="headerlink" href="#added_5" title="Permanent link">&para;</a></h3>
9947
10186
  <ul>
9948
10187
  <li><a href="https://github.com/nautobot/nautobot/issues/5996">#5996</a> - Added missing <code>comments</code> field to DeviceType bulk edit.</li>
9949
10188
  <li><a href="https://github.com/nautobot/nautobot/issues/5996">#5996</a> - Added <code>comments</code> field to ModuleType.</li>
@@ -9953,7 +10192,7 @@
9953
10192
  <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>
9954
10193
  <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>
9955
10194
  </ul>
9956
- <h3 id="changed_2">Changed<a class="headerlink" href="#changed_2" title="Permanent link">&para;</a></h3>
10195
+ <h3 id="changed_4">Changed<a class="headerlink" href="#changed_4" title="Permanent link">&para;</a></h3>
9957
10196
  <ul>
9958
10197
  <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>
9959
10198
  <li><a href="https://github.com/nautobot/nautobot/issues/6003">#6003</a> - Changed default ordering of <code>ObjectMetadata</code> list views.</li>
@@ -9967,7 +10206,7 @@
9967
10206
  <li><a href="https://github.com/nautobot/nautobot/issues/6005">#6005</a> - Removed "delete" and "bulk-delete" functionalities from the ObjectMetadata views.</li>
9968
10207
  <li><a href="https://github.com/nautobot/nautobot/issues/6039">#6039</a> - Removed unneeded <code>CloudNetworkPrefixAssignmentTable</code>.</li>
9969
10208
  </ul>
9970
- <h3 id="fixed_3">Fixed<a class="headerlink" href="#fixed_3" title="Permanent link">&para;</a></h3>
10209
+ <h3 id="fixed_5">Fixed<a class="headerlink" href="#fixed_5" title="Permanent link">&para;</a></h3>
9971
10210
  <ul>
9972
10211
  <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>
9973
10212
  <li><a href="https://github.com/nautobot/nautobot/issues/5996">#5996</a> - Fixed URL typo in module and module type list views.</li>
@@ -9983,7 +10222,7 @@
9983
10222
  <li><a href="https://github.com/nautobot/nautobot/issues/6064">#6064</a> - Reverted an undesired change to <code>IPAddressFilterSet.device</code> filter.</li>
9984
10223
  <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>
9985
10224
  </ul>
9986
- <h3 id="documentation">Documentation<a class="headerlink" href="#documentation" title="Permanent link">&para;</a></h3>
10225
+ <h3 id="documentation_2">Documentation<a class="headerlink" href="#documentation_2" title="Permanent link">&para;</a></h3>
9987
10226
  <ul>
9988
10227
  <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>
9989
10228
  <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>
@@ -9991,7 +10230,7 @@
9991
10230
  <li><a href="https://github.com/nautobot/nautobot/issues/6050">#6050</a> - Added some crosslinks within the DCIM model documentation.</li>
9992
10231
  <li><a href="https://github.com/nautobot/nautobot/issues/6062">#6062</a> - Updated Configuration Context docs with additional examples for dictionary of dictionaries.</li>
9993
10232
  </ul>
9994
- <h3 id="housekeeping_3">Housekeeping<a class="headerlink" href="#housekeeping_3" title="Permanent link">&para;</a></h3>
10233
+ <h3 id="housekeeping_5">Housekeeping<a class="headerlink" href="#housekeeping_5" title="Permanent link">&para;</a></h3>
9995
10234
  <ul>
9996
10235
  <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>
9997
10236
  <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>
@@ -10006,7 +10245,7 @@
10006
10245
  <ul>
10007
10246
  <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>
10008
10247
  </ul>
10009
- <h3 id="added_4">Added<a class="headerlink" href="#added_4" title="Permanent link">&para;</a></h3>
10248
+ <h3 id="added_6">Added<a class="headerlink" href="#added_6" title="Permanent link">&para;</a></h3>
10010
10249
  <ul>
10011
10250
  <li><a href="https://github.com/nautobot/nautobot/issues/1758">#1758</a> - Implemented SavedView model.</li>
10012
10251
  <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>
@@ -10053,7 +10292,7 @@
10053
10292
  <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>
10054
10293
  <li><a href="https://github.com/nautobot/nautobot/issues/5933">#5933</a> - Added <code>description</code> field to <code>CloudService</code> model.</li>
10055
10294
  </ul>
10056
- <h3 id="changed_3">Changed<a class="headerlink" href="#changed_3" title="Permanent link">&para;</a></h3>
10295
+ <h3 id="changed_5">Changed<a class="headerlink" href="#changed_5" title="Permanent link">&para;</a></h3>
10057
10296
  <ul>
10058
10297
  <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>
10059
10298
  <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>
@@ -10097,7 +10336,7 @@
10097
10336
  <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>
10098
10337
  <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>
10099
10338
  </ul>
10100
- <h3 id="fixed_4">Fixed<a class="headerlink" href="#fixed_4" title="Permanent link">&para;</a></h3>
10339
+ <h3 id="fixed_6">Fixed<a class="headerlink" href="#fixed_6" title="Permanent link">&para;</a></h3>
10101
10340
  <ul>
10102
10341
  <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>
10103
10342
  <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>
@@ -10121,7 +10360,7 @@
10121
10360
  <li><a href="https://github.com/nautobot/nautobot/issues/5951">#5951</a> - Removed unused consolidated action button on job list view.</li>
10122
10361
  <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>
10123
10362
  </ul>
10124
- <h3 id="dependencies_2">Dependencies<a class="headerlink" href="#dependencies_2" title="Permanent link">&para;</a></h3>
10363
+ <h3 id="dependencies_3">Dependencies<a class="headerlink" href="#dependencies_3" title="Permanent link">&para;</a></h3>
10125
10364
  <ul>
10126
10365
  <li><a href="https://github.com/nautobot/nautobot/issues/1758">#1758</a> - Updated <code>materialdesignicons</code> to version 7.4.47.</li>
10127
10366
  <li><a href="https://github.com/nautobot/nautobot/issues/4616">#4616</a> - Updated <code>django-taggit</code> to <code>~5.0.0</code>.</li>
@@ -10147,13 +10386,13 @@
10147
10386
  <li><a href="https://github.com/nautobot/nautobot/issues/5889">#5889</a> - Updated <code>django-filter</code> to version <code>~24.2</code>.</li>
10148
10387
  <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>
10149
10388
  </ul>
10150
- <h3 id="documentation_1">Documentation<a class="headerlink" href="#documentation_1" title="Permanent link">&para;</a></h3>
10389
+ <h3 id="documentation_3">Documentation<a class="headerlink" href="#documentation_3" title="Permanent link">&para;</a></h3>
10151
10390
  <ul>
10152
10391
  <li><a href="https://github.com/nautobot/nautobot/issues/5699">#5699</a> - Fixed a number of broken links within the documentation.</li>
10153
10392
  <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>
10154
10393
  <li><a href="https://github.com/nautobot/nautobot/issues/5934">#5934</a> - Add Cloud Model Example and Entity Diagram.</li>
10155
10394
  </ul>
10156
- <h3 id="housekeeping_4">Housekeeping<a class="headerlink" href="#housekeeping_4" title="Permanent link">&para;</a></h3>
10395
+ <h3 id="housekeeping_6">Housekeeping<a class="headerlink" href="#housekeeping_6" title="Permanent link">&para;</a></h3>
10157
10396
  <ul>
10158
10397
  <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>
10159
10398
  <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>
@@ -10321,7 +10560,7 @@
10321
10560
  </div>
10322
10561
 
10323
10562
 
10324
- <script id="__config" type="application/json">{"base": "..", "features": ["content.code.copy", "content.tabs.link", "navigation.footer", "navigation.tabs", "navigation.tabs.sticky", "navigation.tracking", "search.highlight", "search.share", "search.suggest"], "search": "../assets/javascripts/workers/search.07f07601.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
10563
+ <script id="__config" type="application/json">{"base": "..", "features": ["content.code.copy", "content.tabs.link", "navigation.footer", "navigation.tabs", "navigation.tabs.sticky", "navigation.tracking", "search.highlight", "search.share", "search.suggest"], "search": "../assets/javascripts/workers/search.6ce7567c.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
10325
10564
 
10326
10565
 
10327
10566
  <script src="../assets/javascripts/bundle.56dfad97.min.js"></script>