nautobot 2.3.2__py3-none-any.whl → 2.3.4__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 (326) 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 +27 -9
  5. nautobot/core/tests/test_settings_schema.py +7 -3
  6. nautobot/core/tests/test_utils.py +13 -0
  7. nautobot/core/utils/lookup.py +7 -1
  8. nautobot/dcim/tables/power.py +1 -1
  9. nautobot/dcim/tests/test_filters.py +1 -1
  10. nautobot/extras/context_managers.py +11 -4
  11. nautobot/extras/jobs.py +0 -1
  12. nautobot/extras/models/groups.py +4 -1
  13. nautobot/extras/tests/test_context_managers.py +33 -14
  14. nautobot/extras/tests/test_dynamicgroups.py +11 -0
  15. nautobot/extras/tests/test_models.py +5 -0
  16. nautobot/extras/tests/test_views.py +1 -0
  17. nautobot/ipam/models.py +4 -0
  18. nautobot/ipam/tests/test_api.py +11 -0
  19. nautobot/project-static/docs/404.html +81 -169
  20. nautobot/project-static/docs/additional-features/caching.html +3 -3
  21. nautobot/project-static/docs/additional-features/healthcheck.html +3 -3
  22. nautobot/project-static/docs/apps/index.html +83 -171
  23. nautobot/project-static/docs/apps/nautobot-apps.html +82 -170
  24. nautobot/project-static/docs/assets/javascripts/bundle.56dfad97.min.js +16 -0
  25. nautobot/project-static/docs/assets/javascripts/bundle.56dfad97.min.js.map +7 -0
  26. nautobot/project-static/docs/assets/javascripts/workers/{search.b8dbb3d2.min.js → search.07f07601.min.js} +1 -1
  27. nautobot/project-static/docs/assets/javascripts/workers/{search.b8dbb3d2.min.js.map → search.07f07601.min.js.map} +1 -1
  28. nautobot/project-static/docs/assets/stylesheets/main.35f28582.min.css +1 -0
  29. nautobot/project-static/docs/assets/stylesheets/main.35f28582.min.css.map +1 -0
  30. nautobot/project-static/docs/code-reference/nautobot/apps/__init__.html +84 -172
  31. nautobot/project-static/docs/code-reference/nautobot/apps/admin.html +84 -172
  32. nautobot/project-static/docs/code-reference/nautobot/apps/api.html +116 -204
  33. nautobot/project-static/docs/code-reference/nautobot/apps/change_logging.html +90 -177
  34. nautobot/project-static/docs/code-reference/nautobot/apps/choices.html +89 -177
  35. nautobot/project-static/docs/code-reference/nautobot/apps/config.html +83 -171
  36. nautobot/project-static/docs/code-reference/nautobot/apps/constants.html +83 -171
  37. nautobot/project-static/docs/code-reference/nautobot/apps/datasources.html +88 -176
  38. nautobot/project-static/docs/code-reference/nautobot/apps/exceptions.html +92 -180
  39. nautobot/project-static/docs/code-reference/nautobot/apps/factory.html +99 -187
  40. nautobot/project-static/docs/code-reference/nautobot/apps/filters.html +106 -194
  41. nautobot/project-static/docs/code-reference/nautobot/apps/forms.html +150 -238
  42. nautobot/project-static/docs/code-reference/nautobot/apps/graphql.html +99 -187
  43. nautobot/project-static/docs/code-reference/nautobot/apps/jobs.html +143 -231
  44. nautobot/project-static/docs/code-reference/nautobot/apps/models.html +142 -230
  45. nautobot/project-static/docs/code-reference/nautobot/apps/querysets.html +84 -172
  46. nautobot/project-static/docs/code-reference/nautobot/apps/secrets.html +86 -174
  47. nautobot/project-static/docs/code-reference/nautobot/apps/tables.html +98 -186
  48. nautobot/project-static/docs/code-reference/nautobot/apps/testing.html +136 -224
  49. nautobot/project-static/docs/code-reference/nautobot/apps/ui.html +135 -223
  50. nautobot/project-static/docs/code-reference/nautobot/apps/urls.html +84 -172
  51. nautobot/project-static/docs/code-reference/nautobot/apps/utils.html +138 -226
  52. nautobot/project-static/docs/code-reference/nautobot/apps/views.html +125 -213
  53. nautobot/project-static/docs/configuration/optional-settings.html +3 -3
  54. nautobot/project-static/docs/configuration/required-settings.html +3 -3
  55. nautobot/project-static/docs/development/apps/api/configuration-view.html +83 -171
  56. nautobot/project-static/docs/development/apps/api/database-backend-config.html +83 -171
  57. nautobot/project-static/docs/development/apps/api/models/django-admin.html +83 -171
  58. nautobot/project-static/docs/development/apps/api/models/global-search.html +83 -171
  59. nautobot/project-static/docs/development/apps/api/models/graphql.html +83 -171
  60. nautobot/project-static/docs/development/apps/api/models/index.html +83 -171
  61. nautobot/project-static/docs/development/apps/api/nautobot-app-config.html +83 -171
  62. nautobot/project-static/docs/development/apps/api/platform-features/custom-validators.html +83 -171
  63. nautobot/project-static/docs/development/apps/api/platform-features/filter-extensions.html +83 -171
  64. nautobot/project-static/docs/development/apps/api/platform-features/git-repository-content.html +83 -171
  65. nautobot/project-static/docs/development/apps/api/platform-features/index.html +83 -171
  66. nautobot/project-static/docs/development/apps/api/platform-features/jinja2-filters.html +83 -171
  67. nautobot/project-static/docs/development/apps/api/platform-features/jobs.html +83 -171
  68. nautobot/project-static/docs/development/apps/api/platform-features/populating-extensibility-features.html +83 -171
  69. nautobot/project-static/docs/development/apps/api/platform-features/secrets-providers.html +83 -171
  70. nautobot/project-static/docs/development/apps/api/platform-features/uniquely-identify-objects.html +85 -173
  71. nautobot/project-static/docs/development/apps/api/prometheus.html +83 -171
  72. nautobot/project-static/docs/development/apps/api/setup.html +83 -171
  73. nautobot/project-static/docs/development/apps/api/testing.html +84 -172
  74. nautobot/project-static/docs/development/apps/api/ui-extensions/banners.html +83 -171
  75. nautobot/project-static/docs/development/apps/api/ui-extensions/home-page.html +83 -171
  76. nautobot/project-static/docs/development/apps/api/ui-extensions/index.html +83 -171
  77. nautobot/project-static/docs/development/apps/api/ui-extensions/navigation.html +83 -171
  78. nautobot/project-static/docs/development/apps/api/ui-extensions/object-views.html +83 -171
  79. nautobot/project-static/docs/development/apps/api/views/base-template.html +83 -171
  80. nautobot/project-static/docs/development/apps/api/views/core-view-overrides.html +83 -171
  81. nautobot/project-static/docs/development/apps/api/views/django-generic-views.html +83 -171
  82. nautobot/project-static/docs/development/apps/api/views/help-documentation.html +83 -171
  83. nautobot/project-static/docs/development/apps/api/views/index.html +83 -171
  84. nautobot/project-static/docs/development/apps/api/views/nautobot-generic-views.html +83 -171
  85. nautobot/project-static/docs/development/apps/api/views/nautobotuiviewset.html +83 -171
  86. nautobot/project-static/docs/development/apps/api/views/nautobotuiviewsetrouter.html +83 -171
  87. nautobot/project-static/docs/development/apps/api/views/notes.html +83 -171
  88. nautobot/project-static/docs/development/apps/api/views/rest-api.html +83 -171
  89. nautobot/project-static/docs/development/apps/api/views/urls.html +83 -171
  90. nautobot/project-static/docs/development/apps/index.html +84 -172
  91. nautobot/project-static/docs/development/apps/migration/code-updates.html +83 -171
  92. nautobot/project-static/docs/development/apps/migration/dependency-updates.html +83 -171
  93. nautobot/project-static/docs/development/apps/migration/from-v1.html +83 -171
  94. nautobot/project-static/docs/development/apps/migration/model-updates/dcim.html +83 -171
  95. nautobot/project-static/docs/development/apps/migration/model-updates/extras.html +83 -171
  96. nautobot/project-static/docs/development/apps/migration/model-updates/global.html +83 -171
  97. nautobot/project-static/docs/development/apps/migration/model-updates/ipam.html +83 -171
  98. nautobot/project-static/docs/development/apps/porting-from-netbox.html +83 -171
  99. nautobot/project-static/docs/development/core/application-registry.html +83 -171
  100. nautobot/project-static/docs/development/core/best-practices.html +83 -171
  101. nautobot/project-static/docs/development/core/bootstrap-ui.html +83 -171
  102. nautobot/project-static/docs/development/core/caching.html +83 -171
  103. nautobot/project-static/docs/development/core/controllers.html +83 -171
  104. nautobot/project-static/docs/development/core/docker-compose-advanced-use-cases.html +83 -171
  105. nautobot/project-static/docs/development/core/generic-views.html +83 -171
  106. nautobot/project-static/docs/development/core/getting-started.html +106 -191
  107. nautobot/project-static/docs/development/core/homepage.html +83 -171
  108. nautobot/project-static/docs/development/core/index.html +83 -171
  109. nautobot/project-static/docs/development/core/model-checklist.html +83 -171
  110. nautobot/project-static/docs/development/core/model-features.html +83 -171
  111. nautobot/project-static/docs/development/core/natural-keys.html +83 -171
  112. nautobot/project-static/docs/development/core/navigation-menu.html +83 -171
  113. nautobot/project-static/docs/development/core/release-checklist.html +83 -171
  114. nautobot/project-static/docs/development/core/role-internals.html +83 -171
  115. nautobot/project-static/docs/development/core/settings.html +83 -171
  116. nautobot/project-static/docs/development/core/style-guide.html +83 -171
  117. nautobot/project-static/docs/development/core/templates.html +83 -171
  118. nautobot/project-static/docs/development/core/testing.html +85 -173
  119. nautobot/project-static/docs/development/core/user-preferences.html +83 -171
  120. nautobot/project-static/docs/development/index.html +83 -171
  121. nautobot/project-static/docs/development/jobs/index.html +91 -179
  122. nautobot/project-static/docs/development/jobs/migration/from-v1.html +84 -172
  123. nautobot/project-static/docs/docker/index.html +3 -3
  124. nautobot/project-static/docs/index.html +88 -176
  125. nautobot/project-static/docs/installation/selinux-troubleshooting.html +3 -3
  126. nautobot/project-static/docs/overview/application_stack.html +89 -177
  127. nautobot/project-static/docs/overview/design_philosophy.html +83 -171
  128. nautobot/project-static/docs/release-notes/index.html +83 -171
  129. nautobot/project-static/docs/release-notes/version-1.0.html +83 -171
  130. nautobot/project-static/docs/release-notes/version-1.1.html +84 -172
  131. nautobot/project-static/docs/release-notes/version-1.2.html +86 -174
  132. nautobot/project-static/docs/release-notes/version-1.3.html +84 -172
  133. nautobot/project-static/docs/release-notes/version-1.4.html +85 -173
  134. nautobot/project-static/docs/release-notes/version-1.5.html +85 -173
  135. nautobot/project-static/docs/release-notes/version-1.6.html +87 -175
  136. nautobot/project-static/docs/release-notes/version-2.0.html +84 -172
  137. nautobot/project-static/docs/release-notes/version-2.1.html +85 -173
  138. nautobot/project-static/docs/release-notes/version-2.2.html +83 -171
  139. nautobot/project-static/docs/release-notes/version-2.3.html +425 -235
  140. nautobot/project-static/docs/search/search_index.json +1 -1
  141. nautobot/project-static/docs/sitemap.xml +277 -556
  142. nautobot/project-static/docs/sitemap.xml.gz +0 -0
  143. nautobot/project-static/docs/user-guide/administration/configuration/authentication/ldap.html +85 -173
  144. nautobot/project-static/docs/user-guide/administration/configuration/authentication/remote.html +84 -172
  145. nautobot/project-static/docs/user-guide/administration/configuration/authentication/sso.html +85 -173
  146. nautobot/project-static/docs/user-guide/administration/configuration/index.html +94 -192
  147. nautobot/project-static/docs/user-guide/administration/configuration/optional-settings.html +13 -12524
  148. nautobot/project-static/docs/user-guide/administration/configuration/redis.html +8966 -0
  149. nautobot/project-static/docs/user-guide/administration/configuration/required-settings.html +13 -9218
  150. nautobot/project-static/docs/user-guide/administration/configuration/settings.html +12734 -0
  151. nautobot/project-static/docs/user-guide/administration/configuration/time-zones.html +87 -175
  152. nautobot/project-static/docs/user-guide/administration/guides/caching.html +13 -9108
  153. nautobot/project-static/docs/user-guide/administration/guides/celery-queues.html +84 -172
  154. nautobot/project-static/docs/user-guide/administration/guides/docker.html +9491 -0
  155. nautobot/project-static/docs/user-guide/administration/guides/health-checks.html +9478 -0
  156. nautobot/project-static/docs/user-guide/administration/guides/healthcheck.html +13 -8833
  157. nautobot/project-static/docs/user-guide/administration/guides/permissions.html +87 -175
  158. nautobot/project-static/docs/user-guide/administration/guides/prometheus-metrics.html +84 -172
  159. nautobot/project-static/docs/user-guide/administration/guides/replicating-nautobot.html +84 -172
  160. nautobot/project-static/docs/user-guide/administration/guides/request-profiling.html +83 -171
  161. nautobot/project-static/docs/user-guide/administration/guides/s3-django-storage.html +83 -171
  162. nautobot/project-static/docs/user-guide/administration/guides/selinux-troubleshooting.html +8978 -0
  163. nautobot/project-static/docs/user-guide/administration/installation/app-install.html +83 -171
  164. nautobot/project-static/docs/user-guide/administration/installation/docker.html +3 -3
  165. nautobot/project-static/docs/user-guide/administration/installation/external-authentication.html +86 -174
  166. nautobot/project-static/docs/user-guide/administration/installation/health-checks.html +3 -3
  167. nautobot/project-static/docs/user-guide/administration/installation/http-server.html +84 -174
  168. nautobot/project-static/docs/user-guide/administration/installation/index.html +85 -173
  169. nautobot/project-static/docs/user-guide/administration/installation/install_system.html +83 -171
  170. nautobot/project-static/docs/user-guide/administration/installation/nautobot.html +99 -184
  171. nautobot/project-static/docs/user-guide/administration/installation/selinux-troubleshooting.html +3 -3
  172. nautobot/project-static/docs/user-guide/administration/installation/services.html +85 -173
  173. nautobot/project-static/docs/user-guide/administration/installation-extras/docker.html +13 -9577
  174. nautobot/project-static/docs/user-guide/administration/installation-extras/health-checks.html +13 -9560
  175. nautobot/project-static/docs/user-guide/administration/installation-extras/selinux-troubleshooting.html +13 -9064
  176. nautobot/project-static/docs/user-guide/administration/migration/migrating-from-netbox.html +85 -173
  177. nautobot/project-static/docs/user-guide/administration/migration/migrating-from-postgresql.html +83 -171
  178. nautobot/project-static/docs/user-guide/administration/tools/nautobot-server.html +89 -177
  179. nautobot/project-static/docs/user-guide/administration/tools/nautobot-shell.html +86 -174
  180. nautobot/project-static/docs/user-guide/administration/upgrading/database-backup.html +89 -177
  181. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/after-you-upgrade.html +86 -174
  182. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/before-you-upgrade.html +86 -174
  183. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/for-developers.html +86 -174
  184. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/index.html +86 -174
  185. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/whats-changed.html +86 -174
  186. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/region-and-site-data-migration-guide.html +86 -174
  187. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/upgrading-from-nautobot-v1.html +88 -176
  188. nautobot/project-static/docs/user-guide/administration/upgrading/upgrading.html +86 -174
  189. nautobot/project-static/docs/user-guide/core-data-model/circuits/circuit.html +83 -171
  190. nautobot/project-static/docs/user-guide/core-data-model/circuits/circuittermination.html +83 -171
  191. nautobot/project-static/docs/user-guide/core-data-model/circuits/circuittype.html +83 -171
  192. nautobot/project-static/docs/user-guide/core-data-model/circuits/provider.html +83 -171
  193. nautobot/project-static/docs/user-guide/core-data-model/circuits/providernetwork.html +83 -171
  194. nautobot/project-static/docs/user-guide/core-data-model/cloud/cloud.html +83 -171
  195. nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudaccount.html +83 -171
  196. nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudnetwork.html +83 -171
  197. nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudnetworkprefixassignment.html +83 -171
  198. nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudresourcetype.html +83 -171
  199. nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudservice.html +83 -171
  200. nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudservicenetworkassignment.html +83 -171
  201. nautobot/project-static/docs/user-guide/core-data-model/dcim/cable.html +83 -171
  202. nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleport.html +83 -171
  203. nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleporttemplate.html +83 -171
  204. nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleserverport.html +83 -171
  205. nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleserverporttemplate.html +83 -171
  206. nautobot/project-static/docs/user-guide/core-data-model/dcim/controller.html +83 -171
  207. nautobot/project-static/docs/user-guide/core-data-model/dcim/controllermanageddevicegroup.html +83 -171
  208. nautobot/project-static/docs/user-guide/core-data-model/dcim/device.html +83 -171
  209. nautobot/project-static/docs/user-guide/core-data-model/dcim/devicebay.html +83 -171
  210. nautobot/project-static/docs/user-guide/core-data-model/dcim/devicebaytemplate.html +83 -171
  211. nautobot/project-static/docs/user-guide/core-data-model/dcim/devicefamily.html +83 -171
  212. nautobot/project-static/docs/user-guide/core-data-model/dcim/deviceredundancygroup.html +83 -171
  213. nautobot/project-static/docs/user-guide/core-data-model/dcim/devicetype.html +83 -171
  214. nautobot/project-static/docs/user-guide/core-data-model/dcim/frontport.html +83 -171
  215. nautobot/project-static/docs/user-guide/core-data-model/dcim/frontporttemplate.html +83 -171
  216. nautobot/project-static/docs/user-guide/core-data-model/dcim/interface.html +83 -171
  217. nautobot/project-static/docs/user-guide/core-data-model/dcim/interfaceredundancygroup.html +83 -171
  218. nautobot/project-static/docs/user-guide/core-data-model/dcim/interfacetemplate.html +83 -171
  219. nautobot/project-static/docs/user-guide/core-data-model/dcim/inventoryitem.html +83 -171
  220. nautobot/project-static/docs/user-guide/core-data-model/dcim/location.html +83 -171
  221. nautobot/project-static/docs/user-guide/core-data-model/dcim/locationtype.html +83 -171
  222. nautobot/project-static/docs/user-guide/core-data-model/dcim/manufacturer.html +83 -171
  223. nautobot/project-static/docs/user-guide/core-data-model/dcim/module.html +83 -171
  224. nautobot/project-static/docs/user-guide/core-data-model/dcim/modulebay.html +83 -171
  225. nautobot/project-static/docs/user-guide/core-data-model/dcim/modulebaytemplate.html +83 -171
  226. nautobot/project-static/docs/user-guide/core-data-model/dcim/moduletype.html +83 -171
  227. nautobot/project-static/docs/user-guide/core-data-model/dcim/platform.html +84 -172
  228. nautobot/project-static/docs/user-guide/core-data-model/dcim/powerfeed.html +83 -171
  229. nautobot/project-static/docs/user-guide/core-data-model/dcim/poweroutlet.html +83 -171
  230. nautobot/project-static/docs/user-guide/core-data-model/dcim/poweroutlettemplate.html +83 -171
  231. nautobot/project-static/docs/user-guide/core-data-model/dcim/powerpanel.html +83 -171
  232. nautobot/project-static/docs/user-guide/core-data-model/dcim/powerport.html +83 -171
  233. nautobot/project-static/docs/user-guide/core-data-model/dcim/powerporttemplate.html +83 -171
  234. nautobot/project-static/docs/user-guide/core-data-model/dcim/rack.html +83 -171
  235. nautobot/project-static/docs/user-guide/core-data-model/dcim/rackgroup.html +83 -171
  236. nautobot/project-static/docs/user-guide/core-data-model/dcim/rackreservation.html +83 -171
  237. nautobot/project-static/docs/user-guide/core-data-model/dcim/rearport.html +83 -171
  238. nautobot/project-static/docs/user-guide/core-data-model/dcim/rearporttemplate.html +83 -171
  239. nautobot/project-static/docs/user-guide/core-data-model/dcim/softwareimagefile.html +83 -171
  240. nautobot/project-static/docs/user-guide/core-data-model/dcim/softwareversion.html +83 -171
  241. nautobot/project-static/docs/user-guide/core-data-model/dcim/virtualchassis.html +83 -171
  242. nautobot/project-static/docs/user-guide/core-data-model/extras/configcontext.html +84 -172
  243. nautobot/project-static/docs/user-guide/core-data-model/extras/configcontextschema.html +83 -171
  244. nautobot/project-static/docs/user-guide/core-data-model/extras/contact.html +83 -171
  245. nautobot/project-static/docs/user-guide/core-data-model/extras/team.html +83 -171
  246. nautobot/project-static/docs/user-guide/core-data-model/ipam/ipaddress.html +83 -171
  247. nautobot/project-static/docs/user-guide/core-data-model/ipam/namespace.html +83 -171
  248. nautobot/project-static/docs/user-guide/core-data-model/ipam/prefix.html +83 -171
  249. nautobot/project-static/docs/user-guide/core-data-model/ipam/rir.html +83 -171
  250. nautobot/project-static/docs/user-guide/core-data-model/ipam/routetarget.html +83 -171
  251. nautobot/project-static/docs/user-guide/core-data-model/ipam/service.html +83 -171
  252. nautobot/project-static/docs/user-guide/core-data-model/ipam/vlan.html +83 -171
  253. nautobot/project-static/docs/user-guide/core-data-model/ipam/vlangroup.html +83 -171
  254. nautobot/project-static/docs/user-guide/core-data-model/ipam/vrf.html +83 -171
  255. nautobot/project-static/docs/user-guide/core-data-model/overview/introduction.html +83 -171
  256. nautobot/project-static/docs/user-guide/core-data-model/tenancy/tenant.html +83 -171
  257. nautobot/project-static/docs/user-guide/core-data-model/tenancy/tenantgroup.html +83 -171
  258. nautobot/project-static/docs/user-guide/core-data-model/virtualization/cluster.html +83 -171
  259. nautobot/project-static/docs/user-guide/core-data-model/virtualization/clustergroup.html +83 -171
  260. nautobot/project-static/docs/user-guide/core-data-model/virtualization/clustertype.html +83 -171
  261. nautobot/project-static/docs/user-guide/core-data-model/virtualization/virtualmachine.html +83 -171
  262. nautobot/project-static/docs/user-guide/core-data-model/virtualization/vminterface.html +83 -171
  263. nautobot/project-static/docs/user-guide/feature-guides/contacts-and-teams.html +83 -171
  264. nautobot/project-static/docs/user-guide/feature-guides/custom-fields.html +83 -171
  265. nautobot/project-static/docs/user-guide/feature-guides/getting-started/creating-devices.html +83 -171
  266. nautobot/project-static/docs/user-guide/feature-guides/getting-started/creating-location-types-and-locations.html +83 -171
  267. nautobot/project-static/docs/user-guide/feature-guides/getting-started/index.html +83 -171
  268. nautobot/project-static/docs/user-guide/feature-guides/getting-started/interfaces.html +83 -171
  269. nautobot/project-static/docs/user-guide/feature-guides/getting-started/ipam.html +83 -171
  270. nautobot/project-static/docs/user-guide/feature-guides/getting-started/platforms.html +83 -171
  271. nautobot/project-static/docs/user-guide/feature-guides/getting-started/search-bar.html +83 -171
  272. nautobot/project-static/docs/user-guide/feature-guides/getting-started/tenants.html +83 -171
  273. nautobot/project-static/docs/user-guide/feature-guides/getting-started/vlans-and-vlan-groups.html +83 -171
  274. nautobot/project-static/docs/user-guide/feature-guides/git-data-source.html +84 -172
  275. nautobot/project-static/docs/user-guide/feature-guides/graphql.html +83 -171
  276. nautobot/project-static/docs/user-guide/feature-guides/ip-address-merge-tool.html +83 -171
  277. nautobot/project-static/docs/user-guide/feature-guides/relationships.html +83 -171
  278. nautobot/project-static/docs/user-guide/feature-guides/software-image-files-and-versions.html +83 -171
  279. nautobot/project-static/docs/user-guide/index.html +83 -171
  280. nautobot/project-static/docs/user-guide/platform-functionality/change-logging.html +83 -171
  281. nautobot/project-static/docs/user-guide/platform-functionality/computedfield.html +83 -171
  282. nautobot/project-static/docs/user-guide/platform-functionality/customfield.html +83 -171
  283. nautobot/project-static/docs/user-guide/platform-functionality/customlink.html +83 -171
  284. nautobot/project-static/docs/user-guide/platform-functionality/dynamicgroup.html +84 -172
  285. nautobot/project-static/docs/user-guide/platform-functionality/exporttemplate.html +83 -171
  286. nautobot/project-static/docs/user-guide/platform-functionality/externalintegration.html +83 -171
  287. nautobot/project-static/docs/user-guide/platform-functionality/gitrepository.html +84 -172
  288. nautobot/project-static/docs/user-guide/platform-functionality/graphql.html +85 -173
  289. nautobot/project-static/docs/user-guide/platform-functionality/graphqlquery.html +83 -171
  290. nautobot/project-static/docs/user-guide/platform-functionality/imageattachment.html +84 -172
  291. nautobot/project-static/docs/user-guide/platform-functionality/jobs/index.html +83 -171
  292. nautobot/project-static/docs/user-guide/platform-functionality/jobs/job-scheduling-and-approvals.html +83 -171
  293. nautobot/project-static/docs/user-guide/platform-functionality/jobs/jobbutton.html +83 -171
  294. nautobot/project-static/docs/user-guide/platform-functionality/jobs/jobhook.html +83 -171
  295. nautobot/project-static/docs/user-guide/platform-functionality/jobs/models.html +83 -171
  296. nautobot/project-static/docs/user-guide/platform-functionality/napalm.html +84 -172
  297. nautobot/project-static/docs/user-guide/platform-functionality/note.html +83 -171
  298. nautobot/project-static/docs/user-guide/platform-functionality/objectmetadata.html +83 -171
  299. nautobot/project-static/docs/user-guide/platform-functionality/relationship.html +83 -171
  300. nautobot/project-static/docs/user-guide/platform-functionality/rest-api/authentication.html +84 -172
  301. nautobot/project-static/docs/user-guide/platform-functionality/rest-api/filtering.html +84 -172
  302. nautobot/project-static/docs/user-guide/platform-functionality/rest-api/overview.html +85 -173
  303. nautobot/project-static/docs/user-guide/platform-functionality/rest-api/ui-related-endpoints.html +83 -171
  304. nautobot/project-static/docs/user-guide/platform-functionality/role.html +83 -171
  305. nautobot/project-static/docs/user-guide/platform-functionality/savedview.html +83 -171
  306. nautobot/project-static/docs/user-guide/platform-functionality/secret.html +83 -171
  307. nautobot/project-static/docs/user-guide/platform-functionality/staticgroupassociation.html +83 -171
  308. nautobot/project-static/docs/user-guide/platform-functionality/status.html +83 -171
  309. nautobot/project-static/docs/user-guide/platform-functionality/tag.html +83 -171
  310. nautobot/project-static/docs/user-guide/platform-functionality/template-filters.html +83 -171
  311. nautobot/project-static/docs/user-guide/platform-functionality/users/objectpermission.html +83 -171
  312. nautobot/project-static/docs/user-guide/platform-functionality/users/token.html +83 -171
  313. nautobot/project-static/docs/user-guide/platform-functionality/webhook.html +83 -171
  314. nautobot/virtualization/filters.py +6 -1
  315. nautobot/virtualization/tables.py +2 -2
  316. {nautobot-2.3.2.dist-info → nautobot-2.3.4.dist-info}/METADATA +4 -4
  317. {nautobot-2.3.2.dist-info → nautobot-2.3.4.dist-info}/RECORD +321 -317
  318. nautobot/project-static/docs/assets/javascripts/bundle.fe8b6f2b.min.js +0 -29
  319. nautobot/project-static/docs/assets/javascripts/bundle.fe8b6f2b.min.js.map +0 -7
  320. nautobot/project-static/docs/assets/stylesheets/main.3cba04c6.min.css +0 -1
  321. nautobot/project-static/docs/assets/stylesheets/main.3cba04c6.min.css.map +0 -1
  322. nautobot/project-static/docs/user-guide/administration/configuration/render-settings-fragment.j2 +0 -76
  323. {nautobot-2.3.2.dist-info → nautobot-2.3.4.dist-info}/LICENSE.txt +0 -0
  324. {nautobot-2.3.2.dist-info → nautobot-2.3.4.dist-info}/NOTICE +0 -0
  325. {nautobot-2.3.2.dist-info → nautobot-2.3.4.dist-info}/WHEEL +0 -0
  326. {nautobot-2.3.2.dist-info → nautobot-2.3.4.dist-info}/entry_points.txt +0 -0
@@ -4,10 +4,10 @@
4
4
  <head>
5
5
  <meta charset="utf-8">
6
6
  <title>Redirecting...</title>
7
- <link rel="canonical" href="../user-guide/administration/installation-extras/selinux-troubleshooting.html">
7
+ <link rel="canonical" href="../user-guide/administration/guides/selinux-troubleshooting.html">
8
8
  <meta name="robots" content="noindex">
9
- <script>var anchor=window.location.hash.substr(1);location.href="../user-guide/administration/installation-extras/selinux-troubleshooting.html"+(anchor?"#"+anchor:"")</script>
10
- <meta http-equiv="refresh" content="0; url=../user-guide/administration/installation-extras/selinux-troubleshooting.html">
9
+ <script>var anchor=window.location.hash.substr(1);location.href="../user-guide/administration/guides/selinux-troubleshooting.html"+(anchor?"#"+anchor:"")</script>
10
+ <meta http-equiv="refresh" content="0; url=../user-guide/administration/guides/selinux-troubleshooting.html">
11
11
  </head>
12
12
  <body>
13
13
  Redirecting...