nautobot 2.4.2__py3-none-any.whl → 2.4.3__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 (132) hide show
  1. nautobot/circuits/templates/circuits/inc/circuit_termination.html +1 -1
  2. nautobot/circuits/tests/integration/test_circuit.py +135 -0
  3. nautobot/circuits/views.py +4 -1
  4. nautobot/cloud/api/views.py +3 -3
  5. nautobot/core/constants.py +0 -1
  6. nautobot/core/forms/__init__.py +2 -0
  7. nautobot/core/forms/forms.py +2 -1
  8. nautobot/core/forms/widgets.py +8 -0
  9. nautobot/core/management/commands/generate_performance_test_endpoints.py +268 -0
  10. nautobot/core/templates/generic/object_bulk_delete.html +1 -1
  11. nautobot/core/templates/generic/object_bulk_edit.html +1 -1
  12. nautobot/core/templates/generic/object_bulk_import.html +1 -1
  13. nautobot/core/templates/generic/object_create.html +5 -0
  14. nautobot/core/templates/generic/object_delete.html +1 -1
  15. nautobot/core/templates/generic/object_detail.html +1 -1
  16. nautobot/core/templates/generic/object_edit.html +1 -1
  17. nautobot/core/templates/inc/javascript.html +2 -0
  18. nautobot/core/templates/widgets/clearable_file.html +5 -0
  19. nautobot/core/templatetags/helpers.py +3 -3
  20. nautobot/core/testing/integration.py +37 -7
  21. nautobot/core/tests/test_commands.py +31 -0
  22. nautobot/core/tests/test_utils.py +17 -2
  23. nautobot/core/utils/lookup.py +12 -1
  24. nautobot/core/views/generic.py +9 -1
  25. nautobot/core/views/mixins.py +9 -1
  26. nautobot/dcim/api/views.py +11 -10
  27. nautobot/dcim/forms.py +3 -6
  28. nautobot/dcim/models/devices.py +1 -2
  29. nautobot/dcim/templates/dcim/cable_trace.html +4 -4
  30. nautobot/dcim/templates/dcim/consoleport.html +14 -4
  31. nautobot/dcim/templates/dcim/consoleserverport.html +14 -4
  32. nautobot/dcim/templates/dcim/device/lldp_neighbors.html +3 -3
  33. nautobot/dcim/templates/dcim/frontport.html +7 -2
  34. nautobot/dcim/templates/dcim/interface.html +9 -4
  35. nautobot/dcim/templates/dcim/powerfeed.html +8 -3
  36. nautobot/dcim/templates/dcim/poweroutlet.html +14 -4
  37. nautobot/dcim/templates/dcim/powerport.html +14 -4
  38. nautobot/dcim/templates/dcim/rearport.html +7 -2
  39. nautobot/dcim/tests/integration/test_fileinputpicker.py +87 -0
  40. nautobot/dcim/tests/test_models.py +1 -1
  41. nautobot/extras/api/views.py +2 -2
  42. nautobot/extras/forms/forms.py +4 -0
  43. nautobot/extras/jobs.py +8 -1
  44. nautobot/extras/templates/extras/job.html +1 -0
  45. nautobot/extras/tests/test_dynamicgroups.py +14 -0
  46. nautobot/extras/tests/test_views.py +197 -9
  47. nautobot/extras/utils.py +30 -0
  48. nautobot/extras/views.py +29 -14
  49. nautobot/ipam/api/views.py +3 -3
  50. nautobot/ipam/forms.py +2 -6
  51. nautobot/project-static/bootstrap-filestyle-1.2.3/bootstrap-filestyle.min.js +11 -0
  52. nautobot/project-static/docs/apps/index.html +1 -1
  53. nautobot/project-static/docs/apps/nautobot-apps.html +1 -1
  54. nautobot/project-static/docs/development/apps/api/models/graphql.html +9 -9
  55. nautobot/project-static/docs/development/apps/api/platform-features/filter-extensions.html +2 -2
  56. nautobot/project-static/docs/development/apps/api/setup.html +1 -1
  57. nautobot/project-static/docs/development/apps/migration/code-updates.html +6 -5
  58. nautobot/project-static/docs/development/apps/migration/dependency-updates.html +2 -2
  59. nautobot/project-static/docs/development/apps/migration/from-v1.html +3 -3
  60. nautobot/project-static/docs/development/core/best-practices.html +1 -1
  61. nautobot/project-static/docs/development/core/bootstrap-ui.html +1 -1
  62. nautobot/project-static/docs/development/core/docker-compose-advanced-use-cases.html +7 -7
  63. nautobot/project-static/docs/development/core/getting-started.html +2 -2
  64. nautobot/project-static/docs/development/core/index.html +1 -1
  65. nautobot/project-static/docs/development/core/minikube-dev-environment-for-k8s-jobs.html +3 -3
  66. nautobot/project-static/docs/development/core/model-checklist.html +1 -1
  67. nautobot/project-static/docs/development/core/navigation-menu.html +1 -1
  68. nautobot/project-static/docs/development/core/release-checklist.html +1 -1
  69. nautobot/project-static/docs/development/core/settings.html +1 -1
  70. nautobot/project-static/docs/development/core/style-guide.html +4 -4
  71. nautobot/project-static/docs/development/jobs/index.html +8 -1
  72. nautobot/project-static/docs/development/jobs/migration/from-v1.html +3 -2
  73. nautobot/project-static/docs/index.html +3 -2
  74. nautobot/project-static/docs/objects.inv +0 -0
  75. nautobot/project-static/docs/overview/application_stack.html +2 -2
  76. nautobot/project-static/docs/release-notes/version-1.0.html +2 -2
  77. nautobot/project-static/docs/release-notes/version-1.1.html +2 -2
  78. nautobot/project-static/docs/release-notes/version-1.2.html +3 -3
  79. nautobot/project-static/docs/release-notes/version-1.3.html +1 -1
  80. nautobot/project-static/docs/release-notes/version-1.4.html +17 -17
  81. nautobot/project-static/docs/release-notes/version-1.5.html +8 -8
  82. nautobot/project-static/docs/release-notes/version-1.6.html +4 -4
  83. nautobot/project-static/docs/release-notes/version-2.0.html +10 -10
  84. nautobot/project-static/docs/release-notes/version-2.1.html +7 -7
  85. nautobot/project-static/docs/release-notes/version-2.2.html +1 -1
  86. nautobot/project-static/docs/release-notes/version-2.3.html +4 -4
  87. nautobot/project-static/docs/release-notes/version-2.4.html +188 -0
  88. nautobot/project-static/docs/search/search_index.json +1 -1
  89. nautobot/project-static/docs/sitemap.xml +290 -290
  90. nautobot/project-static/docs/sitemap.xml.gz +0 -0
  91. nautobot/project-static/docs/user-guide/administration/configuration/authentication/ldap.html +3 -3
  92. nautobot/project-static/docs/user-guide/administration/configuration/authentication/sso.html +4 -4
  93. nautobot/project-static/docs/user-guide/administration/configuration/redis.html +1 -1
  94. nautobot/project-static/docs/user-guide/administration/configuration/settings.html +3 -3
  95. nautobot/project-static/docs/user-guide/administration/guides/celery-queues.html +5 -5
  96. nautobot/project-static/docs/user-guide/administration/guides/docker.html +3 -3
  97. nautobot/project-static/docs/user-guide/administration/guides/health-checks.html +1 -1
  98. nautobot/project-static/docs/user-guide/administration/guides/prometheus-metrics.html +4 -4
  99. nautobot/project-static/docs/user-guide/administration/guides/request-profiling.html +15 -15
  100. nautobot/project-static/docs/user-guide/administration/guides/s3-django-storage.html +2 -2
  101. nautobot/project-static/docs/user-guide/administration/installation/app-install.html +1 -1
  102. nautobot/project-static/docs/user-guide/administration/installation/install_system.html +1 -1
  103. nautobot/project-static/docs/user-guide/administration/installation/nautobot.html +6 -6
  104. nautobot/project-static/docs/user-guide/administration/installation/services.html +1 -1
  105. nautobot/project-static/docs/user-guide/administration/security/index.html +1 -1
  106. nautobot/project-static/docs/user-guide/administration/security/notices.html +1 -0
  107. nautobot/project-static/docs/user-guide/administration/tools/nautobot-shell.html +1 -1
  108. nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/upgrading-from-nautobot-v1.html +11 -8
  109. nautobot/project-static/docs/user-guide/feature-guides/custom-fields.html +12 -12
  110. nautobot/project-static/docs/user-guide/feature-guides/git-data-source.html +1 -1
  111. nautobot/project-static/docs/user-guide/platform-functionality/dynamicgroup.html +1 -1
  112. nautobot/project-static/docs/user-guide/platform-functionality/graphql.html +3 -3
  113. nautobot/project-static/docs/user-guide/platform-functionality/jobs/jobqueue.html +2 -2
  114. nautobot/project-static/docs/user-guide/platform-functionality/jobs/kubernetes-job-support.html +6 -6
  115. nautobot/project-static/js/dropdown.js +28 -0
  116. nautobot/tenancy/forms.py +9 -0
  117. nautobot/tenancy/templates/tenancy/tenant_create.html +21 -0
  118. nautobot/tenancy/templates/tenancy/tenant_edit.html +2 -21
  119. nautobot/tenancy/templates/tenancy/tenantgroup.html +2 -44
  120. nautobot/tenancy/templates/tenancy/tenantgroup_retrieve.html +1 -0
  121. nautobot/tenancy/tests/test_views.py +5 -1
  122. nautobot/tenancy/urls.py +7 -79
  123. nautobot/tenancy/views.py +51 -80
  124. nautobot/wireless/api/serializers.py +6 -1
  125. nautobot/wireless/api/views.py +3 -3
  126. nautobot/wireless/tests/test_api.py +5 -0
  127. {nautobot-2.4.2.dist-info → nautobot-2.4.3.dist-info}/METADATA +8 -8
  128. {nautobot-2.4.2.dist-info → nautobot-2.4.3.dist-info}/RECORD +132 -123
  129. {nautobot-2.4.2.dist-info → nautobot-2.4.3.dist-info}/LICENSE.txt +0 -0
  130. {nautobot-2.4.2.dist-info → nautobot-2.4.3.dist-info}/NOTICE +0 -0
  131. {nautobot-2.4.2.dist-info → nautobot-2.4.3.dist-info}/WHEEL +0 -0
  132. {nautobot-2.4.2.dist-info → nautobot-2.4.3.dist-info}/entry_points.txt +0 -0
@@ -10781,7 +10781,7 @@
10781
10781
  <p>Plugins can now define additional Django apps that they require and these dependencies will be automatically enabled when the plugin is activated.</p>
10782
10782
  <p>Nautobot now allows and encourages plugins to make use of the generic view classes and page templates provided in <code>nautobot.core.views.generic</code> and <code>nautobot/core/templates/generic/</code> respectively.</p>
10783
10783
  <h4 id="single-sign-on-social-authentication-support">Single Sign-On / Social Authentication Support<a class="headerlink" href="#single-sign-on-social-authentication-support" title="Permanent link">&para;</a></h4>
10784
- <p>Nautobot now supports single sign on as an authentication option using OAuth2, OpenID, SAML, and others, using the <a href="https://python-social-auth.readthedocs.io/en/latest/">social-auth-app-django</a> module. For more details please refer to the guide on <a href="../user-guide/administration/configuration/authentication/sso.html">SSO authentication</a>.</p>
10784
+ <p>Nautobot now supports single sign on as an authentication option using OAuth2, OpenID, SAML, and others, using the <a href="https://python-social-auth.readthedocs.io/en/latest/"><code>social-auth-app-django</code></a> module. For more details please refer to the guide on <a href="../user-guide/administration/configuration/authentication/sso.html">SSO authentication</a>.</p>
10785
10785
  <h4 id="user-defined-relationships">User-Defined Relationships<a class="headerlink" href="#user-defined-relationships" title="Permanent link">&para;</a></h4>
10786
10786
  <p>User-Defined, or "custom", <a href="../user-guide/platform-functionality/relationship.html">relationships</a> allow users to create their own relationships between models in Nautobot to best suit the needs of their specific network design.</p>
10787
10787
  <p>For example, a VLAN is mapped to a Site by default. After a VLAN is created today, you then assign that VLAN to an Interface on a Device. This Device should be within the initial mapped Site. However, many networks today have different requirements and relationships for VLANs (and many other models): VLANs may be limited to racks in Layer 3 DC fabrics; VLANs may be mapped to multiple buildings in a campus; they may span sites. Relationships allow you to express these additional requirements and relationships without requiring code changes to Nautobot itself. Other use cases include circuits, ASNs, or IP addressing -- just to name a few -- allowing users to define the exact relationships required for their network.</p>
@@ -11059,7 +11059,7 @@
11059
11059
  <li><a href="https://github.com/nautobot/nautobot/issues/83">#83</a> - Custom user model added; UserConfig model merged into User model</li>
11060
11060
  <li><a href="https://github.com/nautobot/nautobot/issues/98">#98</a> - Simplify MultipleContentTypeField boilerplate</li>
11061
11061
  <li><a href="https://github.com/nautobot/nautobot/pull/128">#128</a> - Overview of usage for the <code>nautobot-netbox-importer</code> plugin could be mistaken for full instructions</li>
11062
- <li><a href="https://github.com/nautobot/nautobot/pull/122">#122</a> - Improved installation flow for creating nautobot user and virtualenv</li>
11062
+ <li><a href="https://github.com/nautobot/nautobot/pull/122">#122</a> - Improved installation flow for creating <code>nautobot</code> user and virtualenv</li>
11063
11063
  <li><a href="https://github.com/nautobot/nautobot/pull/131">#131</a> - Replaced PostgreSQL-specific ArrayField with a more generic JSONArrayField</li>
11064
11064
  <li><a href="https://github.com/nautobot/nautobot/issues/137">#137</a> - Explicitly disallow Custom Field Name Changes</li>
11065
11065
  <li><a href="https://github.com/nautobot/nautobot/pull/142">#142</a> - Converted various config validation checks into proper Django checks</li>
@@ -10394,7 +10394,7 @@
10394
10394
  <p>Plugins can now define custom Jinja2 filters to be used when rendering templates defined within computed fields or custom links. To register your own filters, you may add a <code>jinja_filters.py</code> to your plugin and any filters defined there will be automatically registered and globally usable.</p>
10395
10395
  <p>Please see the <a href="../development/apps/api/platform-features/jinja2-filters.html">plugin development documentation on including Jinja2 filters</a> to get started.</p>
10396
10396
  <h4 id="read-only-jobs-200">Read Only Jobs (<a href="https://github.com/nautobot/nautobot/issues/200">#200</a>)<a class="headerlink" href="#read-only-jobs-200" title="Permanent link">&para;</a></h4>
10397
- <p>Jobs may be optionally marked as read only by setting the <code>read_only = True</code> meta attribute. This prevents the job from making any changes to nautobot data and suppresses certain log messages. Read only jobs can be a great way to safely develop new jobs, and for working with reporting use cases. Please see the <a href="../user-guide/platform-functionality/jobs/index.html">Jobs documentation</a> for more details.</p>
10397
+ <p>Jobs may be optionally marked as read only by setting the <code>read_only = True</code> meta attribute. This prevents the job from making any changes to Nautobot data and suppresses certain log messages. Read only jobs can be a great way to safely develop new jobs, and for working with reporting use cases. Please see the <a href="../user-guide/platform-functionality/jobs/index.html">Jobs documentation</a> for more details.</p>
10398
10398
  <h4 id="saved-graphql-queries-3">Saved GraphQL Queries (<a href="https://github.com/nautobot/nautobot/issues/3">#3</a>)<a class="headerlink" href="#saved-graphql-queries-3" title="Permanent link">&para;</a></h4>
10399
10399
  <p><a href="../user-guide/platform-functionality/graphql.html#saved-queries">Saved GraphQL queries</a> offers a new model where reusable queries can be stored in Nautobot. New views for managing saved queries are available; additionally, the GraphiQL interface has been augmented to allow populating the interface from a saved query, editing and saving new queries.</p>
10400
10400
  <p>Saved queries can easily be imported into the GraphiQL interface by using the new navigation tab located on the right side of the navbar. Inside the new tab are also buttons for editing and saving queries directly into Nautobot's databases.</p>
@@ -10594,7 +10594,7 @@
10594
10594
  </ul>
10595
10595
  <h3 id="fixed-in-v110">Fixed in v1.1.0<a class="headerlink" href="#fixed-in-v110" title="Permanent link">&para;</a></h3>
10596
10596
  <ul>
10597
- <li><a href="https://github.com/nautobot/nautobot/issues/363">#363</a> - Fixed using S3 django-storages backend requires <code>USE_TZ=False</code></li>
10597
+ <li><a href="https://github.com/nautobot/nautobot/issues/363">#363</a> - Fixed using S3 <code>django-storages</code> backend requires <code>USE_TZ=False</code>.</li>
10598
10598
  <li><a href="https://github.com/nautobot/nautobot/issues/466">#466</a> - Fixed improper GraphQL schema generation on fields that can be blank but not null (such as <code>Interface.mode</code>)</li>
10599
10599
  <li><a href="https://github.com/nautobot/nautobot/issues/663">#663</a> - Fixed <code>kombu.exceptions.EncodeError</code> when trying to execute Jobs using <code>(Multi)ObjectVar</code> objects with nested relationships</li>
10600
10600
  <li><a href="https://github.com/nautobot/nautobot/issues/672">#672</a> - Fixed inheritance of Celery broker/results URL settings for dev/template configs (they can now be defined using Redis env. vars)</li>
@@ -11102,7 +11102,7 @@
11102
11102
  </ul>
11103
11103
  <h3 id="dependencies-in-v128">Dependencies in v1.2.8<a class="headerlink" href="#dependencies-in-v128" title="Permanent link">&para;</a></h3>
11104
11104
  <ul>
11105
- <li><a href="https://github.com/nautobot/nautobot/issues/1432">#1432</a> - Update django-redis to <code>5.2.x</code> to address <code>5.1.x</code> blocking redis <code>4.x</code> versions.</li>
11105
+ <li><a href="https://github.com/nautobot/nautobot/issues/1432">#1432</a> - Update <code>django-redis</code> to <code>5.2.x</code> to address <code>5.1.x</code> blocking <code>redis</code> <code>4.x</code> versions.</li>
11106
11106
  </ul>
11107
11107
  <h3 id="documentation-in-v128">Documentation in v1.2.8<a class="headerlink" href="#documentation-in-v128" title="Permanent link">&para;</a></h3>
11108
11108
  <ul>
@@ -11110,8 +11110,8 @@
11110
11110
  </ul>
11111
11111
  <h3 id="housekeeping-in-v128">Housekeeping in v1.2.8<a class="headerlink" href="#housekeeping-in-v128" title="Permanent link">&para;</a></h3>
11112
11112
  <ul>
11113
- <li><a href="https://github.com/nautobot/nautobot/issues/839">#839</a> - Add CODE_OF_CONDUCT.md to repository.</li>
11114
- <li><a href="https://github.com/nautobot/nautobot/pull/1299">#1299</a> - Add SECURITY.md to repository.</li>
11113
+ <li><a href="https://github.com/nautobot/nautobot/issues/839">#839</a> - Add <code>CODE_OF_CONDUCT.md</code> to repository.</li>
11114
+ <li><a href="https://github.com/nautobot/nautobot/pull/1299">#1299</a> - Add <code>SECURITY.md</code> to repository.</li>
11115
11115
  <li><a href="https://github.com/nautobot/nautobot/pull/1348">#1348</a> - Pin Selenium Grid container version to match Python Client version.</li>
11116
11116
  <li><a href="https://github.com/nautobot/nautobot/pull/1388">#1388</a> - Added beta version of GitHub Issue Form style for feature request.</li>
11117
11117
  <li><a href="https://github.com/nautobot/nautobot/pull/1447">#1447</a> - Minor <code>nit</code> on Github Issue Form styling.</li>
@@ -11417,7 +11417,7 @@
11417
11417
  </ul>
11418
11418
  <h3 id="changed-in-v132">Changed in v1.3.2<a class="headerlink" href="#changed-in-v132" title="Permanent link">&para;</a></h3>
11419
11419
  <ul>
11420
- <li><a href="https://github.com/nautobot/nautobot/pull/1670">#1670</a> - Configure drf-spectacular schema to more closely match drf-yasg (related to: <a href="https://github.com/nautobot/nautobot-ansible/pull/135">nautobot-ansible#135</a>).</li>
11420
+ <li><a href="https://github.com/nautobot/nautobot/pull/1670">#1670</a> - Configure <code>drf-spectacular</code> schema to more closely match <code>drf-yasg</code> (related to: <a href="https://github.com/nautobot/nautobot-ansible/pull/135"><code>nautobot-ansible#135</code></a>).</li>
11421
11421
  </ul>
11422
11422
  <h3 id="fixed-in-v132">Fixed in v1.3.2<a class="headerlink" href="#fixed-in-v132" title="Permanent link">&para;</a></h3>
11423
11423
  <ul>
@@ -11610,7 +11610,7 @@
11610
11610
  </ul>
11611
11611
  <h3 id="documentation-in-v148">Documentation in v1.4.8<a class="headerlink" href="#documentation-in-v148" title="Permanent link">&para;</a></h3>
11612
11612
  <ul>
11613
- <li><a href="https://github.com/nautobot/nautobot/issues/2578">#2578</a> - Added a warning in the documentation about django-cryptography and changing <code>SECRET_KEY</code>.</li>
11613
+ <li><a href="https://github.com/nautobot/nautobot/issues/2578">#2578</a> - Added a warning in the documentation about <code>django-cryptography</code> and changing <code>SECRET_KEY</code>.</li>
11614
11614
  <li><a href="https://github.com/nautobot/nautobot/issues/2591">#2591</a> - Updated README.md to include additional information about the Nautobot project.</li>
11615
11615
  <li><a href="https://github.com/nautobot/nautobot/issues/2619">#2619</a> - Added notes about restarting the Nautobot server after creating relationships, custom fields, and computed fields to show them in GraphQL.</li>
11616
11616
  <li><a href="https://github.com/nautobot/nautobot/issues/2677">#2677</a> - Fixed a documentation error by adding an import statement to a code example in <code>nautobot/docs/plugins/development.md</code>.</li>
@@ -11685,7 +11685,7 @@
11685
11685
  </ul>
11686
11686
  <h3 id="documentation-in-v145">Documentation in v1.4.5<a class="headerlink" href="#documentation-in-v145" title="Permanent link">&para;</a></h3>
11687
11687
  <ul>
11688
- <li><a href="https://github.com/nautobot/nautobot/issues/2539">#2539</a> - Updated links from nautobot.readthedocs.io to docs.nautobot.com.</li>
11688
+ <li><a href="https://github.com/nautobot/nautobot/issues/2539">#2539</a> - Updated links from <code>nautobot.readthedocs.io</code> to <code>docs.nautobot.com</code>.</li>
11689
11689
  </ul>
11690
11690
  <h3 id="housekeeping-in-v145">Housekeeping in v1.4.5<a class="headerlink" href="#housekeeping-in-v145" title="Permanent link">&para;</a></h3>
11691
11691
  <ul>
@@ -11869,7 +11869,7 @@
11869
11869
  </ul>
11870
11870
  <h3 id="dependencies-in-v140">Dependencies in v1.4.0<a class="headerlink" href="#dependencies-in-v140" title="Permanent link">&para;</a></h3>
11871
11871
  <ul>
11872
- <li><a href="https://github.com/nautobot/nautobot/pull/2183">#2183</a> - Update dependency django to ~3.2.15.</li>
11872
+ <li><a href="https://github.com/nautobot/nautobot/pull/2183">#2183</a> - Update dependency <code>django</code> to <code>~3.2.15</code>.</li>
11873
11873
  </ul>
11874
11874
  <h3 id="documentation-in-v140">Documentation in v1.4.0<a class="headerlink" href="#documentation-in-v140" title="Permanent link">&para;</a></h3>
11875
11875
  <ul>
@@ -11940,7 +11940,7 @@
11940
11940
  </ul>
11941
11941
  <h3 id="dependencies-in-v140b1">Dependencies in v1.4.0b1<a class="headerlink" href="#dependencies-in-v140b1" title="Permanent link">&para;</a></h3>
11942
11942
  <ul>
11943
- <li><a href="https://github.com/nautobot/nautobot/pull/2116">#2116</a> - Updated package dependencies: Pillow <code>~9.1.1</code> -&gt; <code>~9.2.0</code>, black <code>~22.3.0</code> -&gt; <code>~22.6.0</code>, coverage <code>6.4.1</code> -&gt; <code>6.4.2</code>, django-cacheops <code>6.0</code> -&gt; <code>6.1</code>, django-cryptography <code>1.0</code> -&gt; <code>1.1</code>, django-debug-toolbar <code>~3.4.0</code> -&gt; <code>~3.5.0</code>, django-extensions <code>~3.1.5</code> -&gt; <code>~3.2.0</code>, drf-yasg <code>~1.20.0</code> -&gt; <code>^1.20.0</code>, importlib-metadata <code>~4.4</code> -&gt; <code>^4.4.0</code>, jsonschema <code>~4.4.0</code> -&gt; <code>~4.8.0</code>, mkdocs <code>1.3.0</code> -&gt; <code>1.3.1</code>, mkdocs <code>==1.3.0</code> -&gt; <code>==1.3.1</code>, mkdocs-include-markdown-plugin <code>~3.2.3</code> -&gt; <code>~3.6.0</code>, mkdocs-include-markdown-plugin <code>==3.2.3</code> -&gt; <code>==3.6.1</code>, social-auth-core <code>~4.2.0</code> -&gt; <code>~4.3.0</code>, svgwrite <code>1.4.2</code> -&gt; <code>1.4.3</code></li>
11943
+ <li><a href="https://github.com/nautobot/nautobot/pull/2116">#2116</a> - Updated package dependencies: <code>Pillow</code> <code>~9.1.1</code> -&gt; <code>~9.2.0</code>, <code>black</code> <code>~22.3.0</code> -&gt; <code>~22.6.0</code>, <code>coverage</code> <code>6.4.1</code> -&gt; <code>6.4.2</code>, <code>django-cacheops</code> <code>6.0</code> -&gt; <code>6.1</code>, <code>django-cryptography</code> <code>1.0</code> -&gt; <code>1.1</code>, <code>django-debug-toolbar</code> <code>~3.4.0</code> -&gt; <code>~3.5.0</code>, <code>django-extensions</code> <code>~3.1.5</code> -&gt; <code>~3.2.0</code>, <code>drf-yasg</code> <code>~1.20.0</code> -&gt; <code>^1.20.0</code>, <code>importlib-metadata</code> <code>~4.4</code> -&gt; <code>^4.4.0</code>, <code>jsonschema</code> <code>~4.4.0</code> -&gt; <code>~4.8.0</code>, <code>mkdocs</code> <code>1.3.0</code> -&gt; <code>1.3.1</code>, <code>mkdocs</code> <code>==1.3.0</code> -&gt; <code>==1.3.1</code>, <code>mkdocs-include-markdown-plugin</code> <code>~3.2.3</code> -&gt; <code>~3.6.0</code>, <code>mkdocs-include-markdown-plugin</code> <code>==3.2.3</code> -&gt; <code>==3.6.1</code>, <code>social-auth-core</code> <code>~4.2.0</code> -&gt; <code>~4.3.0</code>, <code>svgwrite</code> <code>1.4.2</code> -&gt; <code>1.4.3</code>.</li>
11944
11944
  </ul>
11945
11945
  <h3 id="documentation-in-v140b1">Documentation in v1.4.0b1<a class="headerlink" href="#documentation-in-v140b1" title="Permanent link">&para;</a></h3>
11946
11946
  <ul>
@@ -11980,19 +11980,19 @@
11980
11980
  </ul>
11981
11981
  <h3 id="dependencies-in-v140a2">Dependencies in v1.4.0a2<a class="headerlink" href="#dependencies-in-v140a2" title="Permanent link">&para;</a></h3>
11982
11982
  <ul>
11983
- <li><a href="https://github.com/nautobot/nautobot/pull/1908">#1908</a> - Update dependency Markdown to ~3.3.7</li>
11984
- <li><a href="https://github.com/nautobot/nautobot/pull/1909">#1909</a> - Update dependency MarkupSafe to ~2.1.1</li>
11985
- <li><a href="https://github.com/nautobot/nautobot/pull/1912">#1912</a> - Update dependency celery to ~5.2.7</li>
11986
- <li><a href="https://github.com/nautobot/nautobot/pull/1913">#1913</a> - Update dependency django-jinja to ~2.10.2</li>
11987
- <li><a href="https://github.com/nautobot/nautobot/pull/1915">#1915</a> - Update dependency invoke to ~1.7.1</li>
11988
- <li><a href="https://github.com/nautobot/nautobot/pull/1917">#1917</a> - Update dependency svgwrite to ~1.4.2</li>
11989
- <li><a href="https://github.com/nautobot/nautobot/pull/1919">#1919</a> - Update dependency Pillow to ~9.1.1</li>
11990
- <li><a href="https://github.com/nautobot/nautobot/pull/1920">#1920</a> - Update dependency coverage to ~6.4.1</li>
11991
- <li><a href="https://github.com/nautobot/nautobot/pull/1921">#1921</a> - Update dependency django-auth-ldap to ~4.1.0</li>
11992
- <li><a href="https://github.com/nautobot/nautobot/pull/1924">#1924</a> - Update dependency django-cors-headers to ~3.13.0</li>
11993
- <li><a href="https://github.com/nautobot/nautobot/pull/1925">#1925</a> - Update dependency django-debug-toolbar to ~3.4.0</li>
11994
- <li><a href="https://github.com/nautobot/nautobot/pull/1928">#1928</a> - Update dependency napalm to ~3.4.1</li>
11995
- <li><a href="https://github.com/nautobot/nautobot/pull/1929">#1929</a> - Update dependency selenium to ~4.2.0</li>
11983
+ <li><a href="https://github.com/nautobot/nautobot/pull/1908">#1908</a> - Update dependency <code>Markdown</code> to <code>~3.3.7</code></li>
11984
+ <li><a href="https://github.com/nautobot/nautobot/pull/1909">#1909</a> - Update dependency <code>MarkupSafe</code> to <code>~2.1.1</code></li>
11985
+ <li><a href="https://github.com/nautobot/nautobot/pull/1912">#1912</a> - Update dependency <code>celery</code> to <code>~5.2.7</code></li>
11986
+ <li><a href="https://github.com/nautobot/nautobot/pull/1913">#1913</a> - Update dependency <code>django-jinja</code> to <code>~2.10.2</code></li>
11987
+ <li><a href="https://github.com/nautobot/nautobot/pull/1915">#1915</a> - Update dependency <code>invoke</code> to <code>~1.7.1</code></li>
11988
+ <li><a href="https://github.com/nautobot/nautobot/pull/1917">#1917</a> - Update dependency <code>svgwrite</code> to <code>~1.4.2</code></li>
11989
+ <li><a href="https://github.com/nautobot/nautobot/pull/1919">#1919</a> - Update dependency <code>Pillow</code> to <code>~9.1.1</code></li>
11990
+ <li><a href="https://github.com/nautobot/nautobot/pull/1920">#1920</a> - Update dependency <code>coverage</code> to <code>~6.4.1</code></li>
11991
+ <li><a href="https://github.com/nautobot/nautobot/pull/1921">#1921</a> - Update dependency <code>django-auth-ldap</code> to <code>~4.1.0</code></li>
11992
+ <li><a href="https://github.com/nautobot/nautobot/pull/1924">#1924</a> - Update dependency <code>django-cors-headers</code> to <code>~3.13.0</code></li>
11993
+ <li><a href="https://github.com/nautobot/nautobot/pull/1925">#1925</a> - Update dependency <code>django-debug-toolbar</code> to <code>~3.4.0</code></li>
11994
+ <li><a href="https://github.com/nautobot/nautobot/pull/1928">#1928</a> - Update dependency <code>napalm</code> to <code>~3.4.1</code></li>
11995
+ <li><a href="https://github.com/nautobot/nautobot/pull/1929">#1929</a> - Update dependency <code>selenium</code> to <code>~4.2.0</code></li>
11996
11996
  </ul>
11997
11997
  <h3 id="housekeeping-in-v140a2">Housekeeping in v1.4.0a2<a class="headerlink" href="#housekeeping-in-v140a2" title="Permanent link">&para;</a></h3>
11998
11998
  <ul>
@@ -12205,10 +12205,10 @@
12205
12205
  <h4 id="custom-field-grouping-899">Custom Field Grouping (<a href="https://github.com/nautobot/nautobot/issues/899">#899</a>)<a class="headerlink" href="#custom-field-grouping-899" title="Permanent link">&para;</a></h4>
12206
12206
  <p>Custom fields can now be assigned to a free-text "grouping" to improve usability when a large number of custom fields are defined on a given model. In the UI, fields in the same grouping will be grouped together, and groupings can be expanded/collapsed for display purposes.</p>
12207
12207
  <h4 id="custom-celery-task-queues-2421">Custom Celery Task Queues (<a href="https://github.com/nautobot/nautobot/pull/2421">#2421</a>)<a class="headerlink" href="#custom-celery-task-queues-2421" title="Permanent link">&para;</a></h4>
12208
- <p>A new optional job property <code>task_queues</code> has been introduced to allow Nautobot to leverage custom celery queues for jobs. This will allow you to send jobs to specific workers based on which queue is selected. This property can be set on the job class and overridden in the job model, similar to other overridable job fields. If <code>task_queues</code> is not defined on the job class or job model, the job will only be able to use the default queue. A new field has been added to the job run form to allow you to select a queue when you run the job and an optional field <code>task_queue</code> has been added to the REST API <a href="../user-guide/platform-functionality/jobs/index.html#via-the-rest-api">job run endpoint</a> for the same purpose.</p>
12208
+ <p>A new optional job property <code>task_queues</code> has been introduced to allow Nautobot to leverage custom Celery queues for jobs. This will allow you to send jobs to specific workers based on which queue is selected. This property can be set on the job class and overridden in the job model, similar to other overridable job fields. If <code>task_queues</code> is not defined on the job class or job model, the job will only be able to use the default queue. A new field has been added to the job run form to allow you to select a queue when you run the job and an optional field <code>task_queue</code> has been added to the REST API <a href="../user-guide/platform-functionality/jobs/index.html#via-the-rest-api">job run endpoint</a> for the same purpose.</p>
12209
12209
  <div class="admonition important">
12210
12210
  <p class="admonition-title">Important</p>
12211
- <p>The default celery queue name has been changed from <code>celery</code> to <code>default</code>. If you have any workers or tasks hard coded to use <code>celery</code> you will need to update those workers/tasks or change the <a href="../user-guide/administration/configuration/settings.html#celery_task_default_queue"><code>CELERY_TASK_DEFAULT_QUEUE</code></a> setting in your <code>nautobot_config.py</code>.</p>
12211
+ <p>The default Celery queue name has been changed from <code>celery</code> to <code>default</code>. If you have any workers or tasks hard coded to use <code>celery</code> you will need to update those workers/tasks or change the <a href="../user-guide/administration/configuration/settings.html#celery_task_default_queue"><code>CELERY_TASK_DEFAULT_QUEUE</code></a> setting in your <code>nautobot_config.py</code>.</p>
12212
12212
  </div>
12213
12213
  <h4 id="device-redundancy-groups-1892">Device Redundancy Groups (<a href="https://github.com/nautobot/nautobot/issues/1892">#1892</a>)<a class="headerlink" href="#device-redundancy-groups-1892" title="Permanent link">&para;</a></h4>
12214
12214
  <p>Device Redundancy Groups have been added to model groups of distinct devices that perform device clustering or failover high availability functions. This may be used to model whole device redundancy strategies across devices with separate control planes (ex: ASA failover), not devices that share a control plane (ex: stackwise switch stacks), or interface specific redundancy strategies (ex: hsrp). Device Redundancy Groups support grouping an arbitrary number of devices and may be assigned an optional secrets group and one or more optional failover strategies.</p>
@@ -12480,7 +12480,7 @@ relationship:</p>
12480
12480
  <ul>
12481
12481
  <li><a href="https://github.com/nautobot/nautobot/issues/3806">#3806</a> - Added instructions and examples for SAML SSO using Okta as the IdP.</li>
12482
12482
  <li><a href="https://github.com/nautobot/nautobot/issues/3811">#3811</a> - Added a note that addresses UWSGI buffer size concerns with Azure SSO in <code>nautobot/docs/user-guide/administration/configuration/authentication/sso.md</code>.</li>
12483
- <li><a href="https://github.com/nautobot/nautobot/issues/3888">#3888</a> - Changed note for celery concurrency in the docs.</li>
12483
+ <li><a href="https://github.com/nautobot/nautobot/issues/3888">#3888</a> - Changed note for Celery concurrency in the docs.</li>
12484
12484
  </ul>
12485
12485
  <h2 id="v1520-2023-05-30">v1.5.20 (2023-05-30)<a class="headerlink" href="#v1520-2023-05-30" title="Permanent link">&para;</a></h2>
12486
12486
  <h3 id="changed-in-v1520">Changed in v1.5.20<a class="headerlink" href="#changed-in-v1520" title="Permanent link">&para;</a></h3>
@@ -12633,7 +12633,7 @@ relationship:</p>
12633
12633
  <h3 id="documentation-in-v1515">Documentation in v1.5.15<a class="headerlink" href="#documentation-in-v1515" title="Permanent link">&para;</a></h3>
12634
12634
  <ul>
12635
12635
  <li><a href="https://github.com/nautobot/nautobot/issues/3384">#3384</a> - Removed documentation about <code>block sidebar</code> from <code>docs/development/templates.md</code>.</li>
12636
- <li><a href="https://github.com/nautobot/nautobot/issues/3446">#3446</a> - Added documentation links for Device Onboarding and LifeCycle Management plugins to docs.nautobot.com menu.</li>
12636
+ <li><a href="https://github.com/nautobot/nautobot/issues/3446">#3446</a> - Added documentation links for Device Onboarding and LifeCycle Management plugins to <code>docs.nautobot.com</code> menu.</li>
12637
12637
  </ul>
12638
12638
  <h3 id="housekeeping-in-v1515">Housekeeping in v1.5.15<a class="headerlink" href="#housekeeping-in-v1515" title="Permanent link">&para;</a></h3>
12639
12639
  <ul>
@@ -12790,7 +12790,7 @@ relationship:</p>
12790
12790
  <ul>
12791
12791
  <li><a href="https://github.com/nautobot/nautobot/issues/3114">#3114</a> - Fixed Navbar scroll through top-level menu in low resolution desktop screens.</li>
12792
12792
  <li><a href="https://github.com/nautobot/nautobot/issues/3155">#3155</a> - Aligned buttons on device component create page.</li>
12793
- <li><a href="https://github.com/nautobot/nautobot/issues/3169">#3169</a> - Fixed data mismatch in <code>ScheduledJob</code> causing celery workers to fail when running scheduled jobs created in versions prior to <code>v1.5.8</code>. ⚠ <strong>NOTE</strong>: If your celery workers are failing on startup after upgrading to <code>v1.5.8</code>, you may need to purge the celery queue with <code>nautobot-server celery purge</code> or <code>nautobot-server celery purge -Q &lt;queues&gt;</code> to purge custom queues.</li>
12793
+ <li><a href="https://github.com/nautobot/nautobot/issues/3169">#3169</a> - Fixed data mismatch in <code>ScheduledJob</code> causing Celery workers to fail when running scheduled jobs created in versions prior to <code>v1.5.8</code>. ⚠ <strong>NOTE</strong>: If your Celery workers are failing on startup after upgrading to <code>v1.5.8</code>, you may need to purge the Celery queue with <code>nautobot-server celery purge</code> or <code>nautobot-server celery purge -Q &lt;queues&gt;</code> to purge custom queues.</li>
12794
12794
  </ul>
12795
12795
  <h3 id="dependencies-in-v159">Dependencies in v1.5.9<a class="headerlink" href="#dependencies-in-v159" title="Permanent link">&para;</a></h3>
12796
12796
  <ul>
@@ -12973,8 +12973,8 @@ relationship:</p>
12973
12973
  <li><a href="https://github.com/nautobot/nautobot/issues/899">#899</a> - Added support for grouping of Custom Fields.</li>
12974
12974
  <li><a href="https://github.com/nautobot/nautobot/issues/1468">#1468</a> - Added relationship columns to ObjectListTableView and disabled sorting.</li>
12975
12975
  <li><a href="https://github.com/nautobot/nautobot/issues/1892">#1892</a> - Added <code>DeviceRedundancyGroup</code> model for representing a logical grouping of physical hardware for the purposes of high-availability.</li>
12976
- <li><a href="https://github.com/nautobot/nautobot/issues/2063">#2063</a> - Added documentation and initial support for custom celery queues.</li>
12977
- <li><a href="https://github.com/nautobot/nautobot/issues/2064">#2064</a> - Added <code>task_queues</code> job property to support custom celery queues.</li>
12976
+ <li><a href="https://github.com/nautobot/nautobot/issues/2063">#2063</a> - Added documentation and initial support for custom Celery queues.</li>
12977
+ <li><a href="https://github.com/nautobot/nautobot/issues/2064">#2064</a> - Added <code>task_queues</code> job property to support custom Celery queues.</li>
12978
12978
  <li><a href="https://github.com/nautobot/nautobot/issues/2460">#2460</a> - Added search box filter form to generic list views.</li>
12979
12979
  <li><a href="https://github.com/nautobot/nautobot/issues/2518">#2518</a> - Added <code>base_site</code> and <code>subtree</code> filters to <code>LocationFilterSet</code>, allowing for filtering Locations by their root ancestor or its Site.</li>
12980
12980
  <li><a href="https://github.com/nautobot/nautobot/issues/2536">#2536</a> - Added <code>nautobot-server generate_test_data</code> command.</li>
@@ -12987,7 +12987,7 @@ relationship:</p>
12987
12987
  <li><a href="https://github.com/nautobot/nautobot/issues/1892">#1892</a> - Updated <code>Device</code> to have <code>device_redundancy_group</code> relationship, <code>device_redundancy_group_priority</code> numeric property.</li>
12988
12988
  <li><a href="https://github.com/nautobot/nautobot/issues/1892">#1892</a> - Updated <code>ConfigContext</code> to have <code>ManyToManyField</code> to <code>dcim.DeviceRedundancyGroup</code> for the purposes of applying a <code>ConfigContext</code> based upon a <code>Device</code>s <code>DeviceRedundancyGroup</code> membership.</li>
12989
12989
  <li><a href="https://github.com/nautobot/nautobot/issues/1998">#1998</a> - Added DynamicFilterForm to list views.</li>
12990
- <li><a href="https://github.com/nautobot/nautobot/issues/2064">#2064</a> - Changed default celery queue name from <code>celery</code> to <code>default</code>.</li>
12990
+ <li><a href="https://github.com/nautobot/nautobot/issues/2064">#2064</a> - Changed default Celery queue name from <code>celery</code> to <code>default</code>.</li>
12991
12991
  <li><a href="https://github.com/nautobot/nautobot/issues/2615">#2615</a> - Changed <code>ConfigContextFilterForm</code>s <code>schema</code> filter form field to support added filter field on <code>ConfigContextFilterSet</code>.</li>
12992
12992
  <li><a href="https://github.com/nautobot/nautobot/issues/2615">#2615</a> - Changed <code>BaseNetworkQuerySet</code> and <code>IPAddressQuerySet</code> to search both IPv6 and IPv4 when given search string is ambiguous.</li>
12993
12993
  </ul>
@@ -12141,7 +12141,7 @@
12141
12141
  <h3 id="security-in-v1629">Security in v1.6.29<a class="headerlink" href="#security-in-v1629" title="Permanent link">&para;</a></h3>
12142
12142
  <ul>
12143
12143
  <li><a href="https://github.com/nautobot/nautobot/issues/5911">#5911</a> - Updated <code>zipp</code> to <code>3.19.2</code> to address <code>CVE-2024-5569</code>. This is not a direct dependency so it will not auto-update when upgrading. Please be sure to upgrade your local environment.</li>
12144
- <li><a href="https://github.com/nautobot/nautobot/issues/6625">#6625</a> - Patched <code>set_values()</code> method of Query class from django.db.models.sql.query to address <code>CVE-2024-42005</code>.</li>
12144
+ <li><a href="https://github.com/nautobot/nautobot/issues/6625">#6625</a> - Patched <code>set_values()</code> method of <code>Query</code> class from <code>django.db.models.sql.query</code> to address <code>CVE-2024-42005</code>.</li>
12145
12145
  </ul>
12146
12146
  <h3 id="fixed-in-v1629">Fixed in v1.6.29<a class="headerlink" href="#fixed-in-v1629" title="Permanent link">&para;</a></h3>
12147
12147
  <ul>
@@ -12358,7 +12358,7 @@
12358
12358
  </ul>
12359
12359
  <h3 id="added-in-v1611">Added in v1.6.11<a class="headerlink" href="#added-in-v1611" title="Permanent link">&para;</a></h3>
12360
12360
  <ul>
12361
- <li><a href="https://github.com/nautobot/nautobot/issues/5169">#5169</a> - Added support for user session profiling via django-silk.</li>
12361
+ <li><a href="https://github.com/nautobot/nautobot/issues/5169">#5169</a> - Added support for user session profiling via <code>django-silk</code>.</li>
12362
12362
  </ul>
12363
12363
  <h3 id="fixed-in-v1611">Fixed in v1.6.11<a class="headerlink" href="#fixed-in-v1611" title="Permanent link">&para;</a></h3>
12364
12364
  <ul>
@@ -12587,8 +12587,8 @@
12587
12587
  </ul>
12588
12588
  <h3 id="dependencies-in-v160">Dependencies in v1.6.0<a class="headerlink" href="#dependencies-in-v160" title="Permanent link">&para;</a></h3>
12589
12589
  <ul>
12590
- <li><a href="https://github.com/nautobot/nautobot/issues/4208">#4208</a> - Updated django-rq to 2.8.1.</li>
12591
- <li><a href="https://github.com/nautobot/nautobot/issues/4209">#4209</a> - Relaxed constraint on prometheus-client minimum version to <code>0.14.1</code>.</li>
12590
+ <li><a href="https://github.com/nautobot/nautobot/issues/4208">#4208</a> - Updated <code>django-rq</code> to 2.8.1.</li>
12591
+ <li><a href="https://github.com/nautobot/nautobot/issues/4209">#4209</a> - Relaxed constraint on <code>prometheus-client</code> minimum version to <code>0.14.1</code>.</li>
12592
12592
  <li><a href="https://github.com/nautobot/nautobot/issues/4173">#4173</a> - Updated <code>drf-spectacular</code> to <code>0.26.4</code>.</li>
12593
12593
  <li><a href="https://github.com/nautobot/nautobot/issues/4199">#4199</a> - Updated <code>cryptography</code> to <code>~41.0.3</code>. As this is not a direct dependency of Nautobot, it will not auto-update when upgrading. Please be sure to upgrade your local environment.</li>
12594
12594
  <li><a href="https://github.com/nautobot/nautobot/issues/4215">#4215</a> - Broadened the range of acceptable <code>packaging</code> dependency versions.</li>
@@ -12003,7 +12003,7 @@
12003
12003
  <p>This document describes all new features and changes in Nautobot 2.0.</p>
12004
12004
  <div class="admonition note">
12005
12005
  <p class="admonition-title">Note</p>
12006
- <p>Please thoroughly review the release overview below to see what changes may affect you during upgrade. Our <a href="../user-guide/administration/upgrading/from-v1/upgrading-from-nautobot-v1.html">"Upgrading from Nautobot v1.X"</a> guide provides a lot of information around pre- and post-migration helpers we have written that should assist you in a successful 2.0 upgrade. If you have any questions, please reach out to us on the <strong>#nautobot</strong> channel on <a href="https://slack.networktocode.com/">Network to Code's Slack community</a> or <a href="https://github.com/nautobot/nautobot/discussions">GitHub Discussions</a>.</p>
12006
+ <p>Please thoroughly review the release overview below to see what changes may affect you during upgrade. Our <a href="../user-guide/administration/upgrading/from-v1/upgrading-from-nautobot-v1.html">"Upgrading from Nautobot v1.X"</a> guide provides a lot of information around pre- and post-migration helpers we have written that should assist you in a successful 2.0 upgrade. If you have any questions, please reach out to us on the <code>#nautobot</code> channel on <a href="https://slack.networktocode.com/">Network to Code's Slack community</a> or <a href="https://github.com/nautobot/nautobot/discussions">GitHub Discussions</a>.</p>
12007
12007
  </div>
12008
12008
  <h2 id="release-overview">Release Overview<a class="headerlink" href="#release-overview" title="Permanent link">&para;</a></h2>
12009
12009
  <h3 id="added">Added<a class="headerlink" href="#added" title="Permanent link">&para;</a></h3>
@@ -12224,7 +12224,7 @@
12224
12224
  <p>This change may introduce breaking changes to your existing <code>DynamicGroup</code> filters, <code>ObjectPermission</code> filters, <code>Relationship</code> filters, and any other saved references to these fields. You should review any existing instances of these models before and after upgrading your production environment for any potentially subtle change. Please refer to the <a href="../user-guide/administration/upgrading/from-v1/upgrading-from-nautobot-v1.html#renamed-filter-fields">Upgrading from Nautobot v1.X</a> guide for more details.</p>
12225
12225
  </div>
12226
12226
  <p>Some filter fields have been renamed to reflect their functionalities better.</p>
12227
- <p>For example in v1.X, to filter <code>FrontPorts</code> that has a cable attached in the UI or make changes to them via Rest API, you would use the <code>cabled</code> filter:</p>
12227
+ <p>For example in v1.X, to filter <code>FrontPorts</code> that has a cable attached in the UI or make changes to them via REST API, you would use the <code>cabled</code> filter:</p>
12228
12228
  <p><code>/dcim/front-ports/?cabled=True</code></p>
12229
12229
  <p>Now in v2.x, you would instead use the <code>has_cable</code> filter which has a more user-friendly name:</p>
12230
12230
  <p><code>/dcim/front-ports/?has_cable=True</code></p>
@@ -12309,11 +12309,11 @@
12309
12309
  <li><a href="https://github.com/nautobot/nautobot/issues/3488">#3488</a> - Corrected positioning and style of "Collapse All" button in Jobs list view.</li>
12310
12310
  <li><a href="https://github.com/nautobot/nautobot/issues/4142">#4142</a> - Fixed unnecessary git operations when calling <code>ensure_git_repository</code> while the desired commit is already checked out.</li>
12311
12311
  <li><a href="https://github.com/nautobot/nautobot/issues/4179">#4179</a> - Fixed error in creation of storage directories (<code>GIT_ROOT</code>, <code>JOBS_ROOT</code>, <code>MEDIA_ROOT</code>, etc.) when running tests in parallel.</li>
12312
- <li><a href="https://github.com/nautobot/nautobot/issues/4747">#4747</a> - Fixed an issue when appending nautobot version to a static file path with existing query parameters resulted in an invalid URL generation.</li>
12312
+ <li><a href="https://github.com/nautobot/nautobot/issues/4747">#4747</a> - Fixed an issue when appending Nautobot version to a static file path with existing query parameters resulted in an invalid URL generation.</li>
12313
12313
  <li><a href="https://github.com/nautobot/nautobot/issues/4768">#4768</a> - Fixed incorrect link in TenantGroup template.</li>
12314
12314
  <li><a href="https://github.com/nautobot/nautobot/issues/4768">#4768</a> - Fixed ConfigContext not applied to nested TenantGroup objects.</li>
12315
12315
  <li><a href="https://github.com/nautobot/nautobot/issues/4819">#4819</a> - Fixed empty assignment field in IPAddress detail view.</li>
12316
- <li><a href="https://github.com/nautobot/nautobot/issues/4845">#4845</a> - Fixed issues with installing an app that is nested inside a python package (e.g. <code>my_apps/app1/</code> + <code>my_apps/app2/</code>), and lookups for UI view testing.</li>
12316
+ <li><a href="https://github.com/nautobot/nautobot/issues/4845">#4845</a> - Fixed issues with installing an app that is nested inside a Python package (e.g. <code>my_apps/app1/</code> + <code>my_apps/app2/</code>), and lookups for UI view testing.</li>
12317
12317
  <li><a href="https://github.com/nautobot/nautobot/issues/4851">#4851</a> - Fixed an exception when trying to access computed fields via GraphQL.</li>
12318
12318
  <li><a href="https://github.com/nautobot/nautobot/issues/4854">#4854</a> - Fixed GraphQL UI unable to load when some ComputedField instances have non-graphql-safe keys.</li>
12319
12319
  <li><a href="https://github.com/nautobot/nautobot/issues/4856">#4856</a> - Fix ConfigContext application logic for Locations and TenantGroups.</li>
@@ -12498,7 +12498,7 @@
12498
12498
  </ul>
12499
12499
  <h3 id="housekeeping-in-v202">Housekeeping in v2.0.2<a class="headerlink" href="#housekeeping-in-v202" title="Permanent link">&para;</a></h3>
12500
12500
  <ul>
12501
- <li><a href="https://github.com/nautobot/nautobot/issues/4611">#4611</a> - Updated pylint to use multiple threads.</li>
12501
+ <li><a href="https://github.com/nautobot/nautobot/issues/4611">#4611</a> - Updated Pylint to use multiple threads.</li>
12502
12502
  </ul>
12503
12503
  <h2 id="v201-2023-10-04">v2.0.1 (2023-10-04)<a class="headerlink" href="#v201-2023-10-04" title="Permanent link">&para;</a></h2>
12504
12504
  <h3 id="fixed-in-v201">Fixed in v2.0.1<a class="headerlink" href="#fixed-in-v201" title="Permanent link">&para;</a></h3>
@@ -12671,7 +12671,7 @@
12671
12671
  <li><a href="https://github.com/nautobot/nautobot/issues/4249">#4249</a> - Added section on many-to-many relationships in the REST API overview docs.</li>
12672
12672
  <li><a href="https://github.com/nautobot/nautobot/issues/4303">#4303</a> - Added documentation on identifying objects after the removal of slug fields.</li>
12673
12673
  <li><a href="https://github.com/nautobot/nautobot/issues/4326">#4326</a> - Update documentation on Nautobot release workflow.</li>
12674
- <li><a href="https://github.com/nautobot/nautobot/issues/4429">#4429</a> - Updated the pylint-nautobot migration steps.</li>
12674
+ <li><a href="https://github.com/nautobot/nautobot/issues/4429">#4429</a> - Updated the <code>pylint-nautobot</code> migration steps.</li>
12675
12675
  </ul>
12676
12676
  <h3 id="housekeeping-in-v200-rc3">Housekeeping in v2.0.0-rc.3<a class="headerlink" href="#housekeeping-in-v200-rc3" title="Permanent link">&para;</a></h3>
12677
12677
  <ul>
@@ -12962,7 +12962,7 @@
12962
12962
  </ul>
12963
12963
  <h3 id="dependencies-in-v200-beta2">Dependencies in v2.0.0-beta.2<a class="headerlink" href="#dependencies-in-v200-beta2" title="Permanent link">&para;</a></h3>
12964
12964
  <ul>
12965
- <li><a href="https://github.com/nautobot/nautobot/issues/3883">#3883</a> - Updated nautobot-ui package in next.</li>
12965
+ <li><a href="https://github.com/nautobot/nautobot/issues/3883">#3883</a> - Updated <code>nautobot-ui</code> package in <code>next</code>.</li>
12966
12966
  </ul>
12967
12967
  <h3 id="documentation-in-v200-beta2">Documentation in v2.0.0-beta.2<a class="headerlink" href="#documentation-in-v200-beta2" title="Permanent link">&para;</a></h3>
12968
12968
  <ul>
@@ -13024,7 +13024,7 @@
13024
13024
  <ul>
13025
13025
  <li><a href="https://github.com/nautobot/nautobot/issues/1633">#1633</a> - The base class for all <code>tags</code> fields on <code>PrimaryModel</code> subclasses is now <code>nautobot.core.models.fields.TagsField</code> rather than <code>taggit.managers.TaggableManager</code>. Any apps using <code>PrimaryModel</code> as a base class will likely need to generate and run a schema migration to reflect this change.</li>
13026
13026
  <li><a href="https://github.com/nautobot/nautobot/issues/2331">#2331</a> - Changed <code>JobLogEntry.log_level</code> choices from <code>default</code>, <code>info</code>, <code>success</code>, <code>warning</code>, <code>failure</code> to Python default logging levels <code>debug</code>, <code>info</code>, <code>warning</code>, <code>error</code> and <code>critical</code>.</li>
13027
- <li><a href="https://github.com/nautobot/nautobot/issues/2331">#2331</a> - Changed job logging from custom log methods on the <code>BaseJob</code> class to celery's <code>get_task_logger</code> logging implementation.</li>
13027
+ <li><a href="https://github.com/nautobot/nautobot/issues/2331">#2331</a> - Changed job logging from custom log methods on the <code>BaseJob</code> class to Celery's <code>get_task_logger</code> logging implementation.</li>
13028
13028
  <li><a href="https://github.com/nautobot/nautobot/issues/2569">#2569</a> - Revamped CSV export functionality to use REST API serializers for more self-consistency and reduced boilerplate.</li>
13029
13029
  <li><a href="https://github.com/nautobot/nautobot/issues/2569">#2569</a> - Revised the natural key for <code>SecretsGroupAssociation</code> through-table model.</li>
13030
13030
  <li><a href="https://github.com/nautobot/nautobot/issues/2569">#2569</a> - Changed behavior of <code>JobLogEntry.display</code> REST API field to match the model behavior.</li>
@@ -13038,7 +13038,7 @@
13038
13038
  <li><a href="https://github.com/nautobot/nautobot/issues/3465">#3465</a> - Renamed IPAddress <code>prefix_length</code> field to <code>mask_length</code>.</li>
13039
13039
  <li><a href="https://github.com/nautobot/nautobot/issues/3465">#3465</a> - Made IPAddress <code>host</code> field non-modifiable.</li>
13040
13040
  <li><a href="https://github.com/nautobot/nautobot/issues/3527">#3527</a> - Restructured navigation menus to context-centered design for 2.0.</li>
13041
- <li><a href="https://github.com/nautobot/nautobot/issues/3552">#3552</a> - Extracted data tables from upgrading-from-nautobot-v1.md into separate YAML files.</li>
13041
+ <li><a href="https://github.com/nautobot/nautobot/issues/3552">#3552</a> - Extracted data tables from <code>upgrading-from-nautobot-v1.md</code> into separate YAML files.</li>
13042
13042
  <li><a href="https://github.com/nautobot/nautobot/issues/3586">#3586</a> - Changed REST API for Device and VirtualMachine to omit <code>config_context</code> by default and only include it when requested by using the <code>?include=config_context</code> query parameter.</li>
13043
13043
  <li><a href="https://github.com/nautobot/nautobot/issues/3607">#3607</a> - Changed the default <code>lookup_field</code> for <code>NautobotUIViewSet</code> to <code>"pk"</code> instead of <code>"slug"</code>.</li>
13044
13044
  <li><a href="https://github.com/nautobot/nautobot/issues/3663">#3663</a> - Modified <code>delete_button</code> and <code>edit_button</code> template tags to lookup <code>pk</code> and <code>slug</code> without the need to specify the lookup key.</li>
@@ -13340,7 +13340,7 @@
13340
13340
  </ul>
13341
13341
  <h3 id="documentation-in-v200-alpha1">Documentation in v2.0.0-alpha.1<a class="headerlink" href="#documentation-in-v200-alpha1" title="Permanent link">&para;</a></h3>
13342
13342
  <ul>
13343
- <li><a href="https://github.com/nautobot/nautobot/issues/204">#204</a> - Added style guide documentation for importing python modules in Nautobot.</li>
13343
+ <li><a href="https://github.com/nautobot/nautobot/issues/204">#204</a> - Added style guide documentation for importing Python modules in Nautobot.</li>
13344
13344
  </ul>
13345
13345
  <h3 id="housekeeping-in-v200-alpha1">Housekeeping in v2.0.0-alpha.1<a class="headerlink" href="#housekeeping-in-v200-alpha1" title="Permanent link">&para;</a></h3>
13346
13346
  <ul>
@@ -11006,7 +11006,7 @@
11006
11006
  </ul>
11007
11007
  <h3 id="dependencies-in-v219">Dependencies in v2.1.9<a class="headerlink" href="#dependencies-in-v219" title="Permanent link">&para;</a></h3>
11008
11008
  <ul>
11009
- <li><a href="https://github.com/nautobot/nautobot/issues/5296">#5296</a> - Fixed bug in pyproject.toml that added <code>coverage</code> as a nautobot dependency instead of a development dependency.</li>
11009
+ <li><a href="https://github.com/nautobot/nautobot/issues/5296">#5296</a> - Fixed bug in <code>pyproject.toml</code> that added <code>coverage</code> as a Nautobot dependency instead of a development dependency.</li>
11010
11010
  </ul>
11011
11011
  <h3 id="documentation-in-v219">Documentation in v2.1.9<a class="headerlink" href="#documentation-in-v219" title="Permanent link">&para;</a></h3>
11012
11012
  <ul>
@@ -11034,8 +11034,8 @@
11034
11034
  </ul>
11035
11035
  <h3 id="changed-in-v218">Changed in v2.1.8<a class="headerlink" href="#changed-in-v218" title="Permanent link">&para;</a></h3>
11036
11036
  <ul>
11037
- <li><a href="https://github.com/nautobot/nautobot/issues/5403">#5403</a> - Changed uses of <code>functools.lru_cache</code> to use django-redis cache instead.</li>
11038
- <li><a href="https://github.com/nautobot/nautobot/issues/5403">#5403</a> - Standardized cache key strings used with the django-redis cache.</li>
11037
+ <li><a href="https://github.com/nautobot/nautobot/issues/5403">#5403</a> - Changed uses of <code>functools.lru_cache</code> to use <code>django-redis</code> cache instead.</li>
11038
+ <li><a href="https://github.com/nautobot/nautobot/issues/5403">#5403</a> - Standardized cache key strings used with the <code>django-redis</code> cache.</li>
11039
11039
  </ul>
11040
11040
  <h3 id="removed-in-v218">Removed in v2.1.8<a class="headerlink" href="#removed-in-v218" title="Permanent link">&para;</a></h3>
11041
11041
  <ul>
@@ -11175,7 +11175,7 @@
11175
11175
  <ul>
11176
11176
  <li><a href="https://github.com/nautobot/nautobot/issues/4981">#4981</a> - Add serial types to InterfaceTypeChoices.</li>
11177
11177
  <li><a href="https://github.com/nautobot/nautobot/issues/5012">#5012</a> - Added database indexes to the ObjectChange model to improve performance when filtering by <code>user_name</code>, <code>changed_object</code>, or <code>related_object</code>, and also by <code>changed_object</code> in combination with <code>user</code> or <code>user_name</code>.</li>
11178
- <li><a href="https://github.com/nautobot/nautobot/issues/5169">#5169</a> - Added support for user session profiling via django-silk.</li>
11178
+ <li><a href="https://github.com/nautobot/nautobot/issues/5169">#5169</a> - Added support for user session profiling via <code>django-silk</code>.</li>
11179
11179
  <li><a href="https://github.com/nautobot/nautobot/issues/5178">#5178</a> - Added Navbar dropdown arrow rotation on open/close.</li>
11180
11180
  <li><a href="https://github.com/nautobot/nautobot/issues/5178">#5178</a> - Added behavior of resetting navbar state when the "home" link is clicked.</li>
11181
11181
  </ul>
@@ -11260,7 +11260,7 @@
11260
11260
  <li><a href="https://github.com/nautobot/nautobot/issues/5024">#5024</a> - Fixed a bug that caused IPAddress objects to query their parent Prefix and Namespace every time they were instantiated.</li>
11261
11261
  <li><a href="https://github.com/nautobot/nautobot/issues/5024">#5024</a> - Improved performance of the IPAddress list view by including the namespace in the table queryset.</li>
11262
11262
  <li><a href="https://github.com/nautobot/nautobot/issues/5024">#5024</a> - Updated bulk-edit and bulk-delete views to auto-hide any "actions" column in the table of objects being edited or deleted.</li>
11263
- <li><a href="https://github.com/nautobot/nautobot/issues/5031">#5031</a> - Updated the default sanitizer pattern to include secret(s) and to be flexible with python dictionaries.</li>
11263
+ <li><a href="https://github.com/nautobot/nautobot/issues/5031">#5031</a> - Updated the default sanitizer pattern to include secret(s) and to be flexible with Python dictionaries.</li>
11264
11264
  <li><a href="https://github.com/nautobot/nautobot/issues/5043">#5043</a> - Fixed early return conditional in <code>ensure_git_repository</code>.</li>
11265
11265
  <li><a href="https://github.com/nautobot/nautobot/issues/5045">#5045</a> - Adjusted Bootstrap grid breakpoints to account for the space occupied by the sidebar, fixing various page rendering.</li>
11266
11266
  <li><a href="https://github.com/nautobot/nautobot/issues/5054">#5054</a> - Fixed missing search logic on the "Assign an IP Address" view.</li>
@@ -11377,7 +11377,7 @@
11377
11377
  </ul>
11378
11378
  <h3 id="fixed-in-v210">Fixed in v2.1.0<a class="headerlink" href="#fixed-in-v210" title="Permanent link">&para;</a></h3>
11379
11379
  <ul>
11380
- <li><a href="https://github.com/nautobot/nautobot/issues/4620">#4620</a> - Ensure UI build directory is created on init of nautobot-server.</li>
11380
+ <li><a href="https://github.com/nautobot/nautobot/issues/4620">#4620</a> - Ensure UI build directory is created on init of <code>nautobot-server</code>.</li>
11381
11381
  <li><a href="https://github.com/nautobot/nautobot/issues/4627">#4627</a> - Fixed JSON custom field being returned as a <code>repr()</code> string when using GraphQL.</li>
11382
11382
  <li><a href="https://github.com/nautobot/nautobot/issues/4834">#4834</a> - Fixed display of custom field choices when editing a CustomField.</li>
11383
11383
  <li><a href="https://github.com/nautobot/nautobot/issues/4834">#4834</a> - Fixed display of child groups when editing a DynamicGroup.</li>
@@ -11425,7 +11425,7 @@
11425
11425
  </ul>
11426
11426
  <h3 id="changed-in-v210-beta1">Changed in v2.1.0-beta.1<a class="headerlink" href="#changed-in-v210-beta1" title="Permanent link">&para;</a></h3>
11427
11427
  <ul>
11428
- <li><a href="https://github.com/nautobot/nautobot/issues/4677">#4677</a> - Updated and customized nautobot UI bootstrap theme with LESS variables.</li>
11428
+ <li><a href="https://github.com/nautobot/nautobot/issues/4677">#4677</a> - Updated and customized Nautobot UI bootstrap theme with LESS variables.</li>
11429
11429
  <li><a href="https://github.com/nautobot/nautobot/issues/4745">#4745</a> - Changed object export (CSV, YAML, export-template) to run as a background task, avoiding HTTP timeouts when exporting thousands of objects in a single operation.</li>
11430
11430
  <li><a href="https://github.com/nautobot/nautobot/issues/4750">#4750</a> - Refined CSS to Nautobot Bootstrap UI.</li>
11431
11431
  <li><a href="https://github.com/nautobot/nautobot/issues/4765">#4765</a> - Moved navbar to the left.</li>
@@ -11211,7 +11211,7 @@
11211
11211
  </ul>
11212
11212
  <h3 id="housekeeping-in-v221">Housekeeping in v2.2.1<a class="headerlink" href="#housekeeping-in-v221" title="Permanent link">&para;</a></h3>
11213
11213
  <ul>
11214
- <li><a href="https://github.com/nautobot/nautobot/issues/5531">#5531</a> - Removed <code>nautobot-server pylint</code> management command from the <code>example_app</code>, as pylint can be invoked directly with an appropriate <code>--init-hook</code> instead.</li>
11214
+ <li><a href="https://github.com/nautobot/nautobot/issues/5531">#5531</a> - Removed <code>nautobot-server pylint</code> management command from the <code>example_app</code>, as Pylint can be invoked directly with an appropriate <code>--init-hook</code> instead.</li>
11215
11215
  <li><a href="https://github.com/nautobot/nautobot/issues/5547">#5547</a> - Fixed TransactionTestCase inheritance order so that <code>test.client</code> works in test cases using this class.</li>
11216
11216
  </ul>
11217
11217
  <h2 id="v220-2024-03-29">v2.2.0 (2024-03-29)<a class="headerlink" href="#v220-2024-03-29" title="Permanent link">&para;</a></h2>
@@ -11839,8 +11839,8 @@
11839
11839
  </ul>
11840
11840
  <h3 id="housekeeping-in-v2316">Housekeeping in v2.3.16<a class="headerlink" href="#housekeeping-in-v2316" title="Permanent link">&para;</a></h3>
11841
11841
  <ul>
11842
- <li><a href="https://github.com/nautobot/nautobot/issues/6714">#6714</a> - Enabled and addressed pylint checkers <code>arguments-differ</code>, <code>arguments-renamed</code>, <code>exec-used</code>, <code>hard-coded-auth-user</code>, <code>super-init-not-called</code>.</li>
11843
- <li><a href="https://github.com/nautobot/nautobot/issues/6722">#6722</a> - Enabled pylint <code>not-callable</code> and <code>no-member</code> checkers and addressed issues reported thereby.</li>
11842
+ <li><a href="https://github.com/nautobot/nautobot/issues/6714">#6714</a> - Enabled and addressed Pylint checkers <code>arguments-differ</code>, <code>arguments-renamed</code>, <code>exec-used</code>, <code>hard-coded-auth-user</code>, <code>super-init-not-called</code>.</li>
11843
+ <li><a href="https://github.com/nautobot/nautobot/issues/6722">#6722</a> - Enabled Pylint <code>not-callable</code> and <code>no-member</code> checkers and addressed issues reported thereby.</li>
11844
11844
  </ul>
11845
11845
  <h2 id="v2315-2025-01-02">v2.3.15 (2025-01-02)<a class="headerlink" href="#v2315-2025-01-02" title="Permanent link">&para;</a></h2>
11846
11846
  <h3 id="security-in-v2315">Security in v2.3.15<a class="headerlink" href="#security-in-v2315" title="Permanent link">&para;</a></h3>
@@ -12447,7 +12447,7 @@
12447
12447
  <li><a href="https://github.com/nautobot/nautobot/issues/5774">#5774</a> - Fixed the bug that required users and administrators to manage additional permission to be able to use saved views.</li>
12448
12448
  <li><a href="https://github.com/nautobot/nautobot/issues/5814">#5814</a> - Fixed style issues with Saved Views and other language code blocks.</li>
12449
12449
  <li><a href="https://github.com/nautobot/nautobot/issues/5818">#5818</a> - Fixed broken table configure buttons in device and module component tabs.</li>
12450
- <li><a href="https://github.com/nautobot/nautobot/issues/5842">#5842</a> - Fixed missing classes when importing <code>*</code> from nautobot.ipam.models.</li>
12450
+ <li><a href="https://github.com/nautobot/nautobot/issues/5842">#5842</a> - Fixed missing classes when importing <code>*</code> from <code>nautobot.ipam.models</code>.</li>
12451
12451
  <li><a href="https://github.com/nautobot/nautobot/issues/5877">#5877</a> - Resolved issue with tags not saving on Dynamic Groups.</li>
12452
12452
  <li><a href="https://github.com/nautobot/nautobot/issues/5880">#5880</a> - Fixed overflowing device component tables in device and module component tabs.</li>
12453
12453
  <li><a href="https://github.com/nautobot/nautobot/issues/5880">#5880</a> - Fixed an exception when trying to edit an IPAddress that had a NAT Inside IPAddress that was related to a component attached to a module.</li>
@@ -12472,7 +12472,7 @@
12472
12472
  <li><a href="https://github.com/nautobot/nautobot/issues/5429">#5429</a> - Updated Docker build and CI to use <code>poetry</code> <code>1.8.2</code>.</li>
12473
12473
  <li><a href="https://github.com/nautobot/nautobot/issues/5429">#5429</a> - Removed development dependency on <code>mkdocs-include-markdown-plugin</code> as it's no longer used in Nautobot's documentation.</li>
12474
12474
  <li><a href="https://github.com/nautobot/nautobot/issues/5518">#5518</a> - Updated <code>drf-spectacular</code> to version <code>0.27.2</code>.</li>
12475
- <li><a href="https://github.com/nautobot/nautobot/issues/5687">#5687</a> - Added <a href="https://django-structlog.readthedocs.io/en/latest/">django-structlog</a> dependency.</li>
12475
+ <li><a href="https://github.com/nautobot/nautobot/issues/5687">#5687</a> - Added <a href="https://django-structlog.readthedocs.io/en/latest/"><code>django-structlog</code></a> dependency.</li>
12476
12476
  <li><a href="https://github.com/nautobot/nautobot/issues/5734">#5734</a> - Updated <code>django-auth-ldap</code> dependency to <code>~4.8</code>.</li>
12477
12477
  <li><a href="https://github.com/nautobot/nautobot/issues/5734">#5734</a> - Updated <code>django-tree-queries</code> dependency to <code>~0.19</code>.</li>
12478
12478
  <li><a href="https://github.com/nautobot/nautobot/issues/5734">#5734</a> - Updated <code>Markdown</code> dependency to <code>~3.6</code>.</li>