nautobot 2.3.0__py3-none-any.whl → 2.3.1__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 (40) hide show
  1. nautobot/cloud/forms.py +1 -1
  2. nautobot/cloud/tests/test_views.py +17 -0
  3. nautobot/cloud/views.py +1 -1
  4. nautobot/core/celery/__init__.py +5 -2
  5. nautobot/core/templates/generic/object_retrieve.html +1 -1
  6. nautobot/core/templates/inc/computed_fields/panel_data.html +36 -24
  7. nautobot/core/templates/inc/object_details_advanced_panel.html +1 -1
  8. nautobot/core/views/__init__.py +1 -1
  9. nautobot/dcim/forms.py +19 -0
  10. nautobot/dcim/models/devices.py +12 -15
  11. nautobot/dcim/templates/dcim/device.html +1 -1
  12. nautobot/dcim/templates/dcim/softwareimagefile_retrieve.html +1 -1
  13. nautobot/dcim/tests/test_forms.py +54 -0
  14. nautobot/dcim/tests/test_models.py +9 -1
  15. nautobot/dcim/tests/test_views.py +6 -2
  16. nautobot/extras/api/serializers.py +0 -1
  17. nautobot/extras/filters/__init__.py +4 -1
  18. nautobot/extras/forms/forms.py +1 -0
  19. nautobot/extras/migrations/0114_computedfield_grouping.py +17 -0
  20. nautobot/extras/models/customfields.py +54 -0
  21. nautobot/extras/templates/extras/computedfield.html +4 -0
  22. nautobot/extras/views.py +1 -1
  23. nautobot/ipam/querysets.py +26 -0
  24. nautobot/ipam/tests/test_models.py +86 -0
  25. nautobot/ipam/views.py +4 -4
  26. nautobot/project-static/docs/code-reference/nautobot/apps/filters.html +0 -45
  27. nautobot/project-static/docs/code-reference/nautobot/apps/forms.html +0 -90
  28. nautobot/project-static/docs/code-reference/nautobot/apps/models.html +127 -0
  29. nautobot/project-static/docs/objects.inv +0 -0
  30. nautobot/project-static/docs/release-notes/version-2.3.html +148 -24
  31. nautobot/project-static/docs/requirements.txt +1 -1
  32. nautobot/project-static/docs/search/search_index.json +1 -1
  33. nautobot/project-static/docs/sitemap.xml +271 -271
  34. nautobot/project-static/docs/sitemap.xml.gz +0 -0
  35. {nautobot-2.3.0.dist-info → nautobot-2.3.1.dist-info}/METADATA +1 -1
  36. {nautobot-2.3.0.dist-info → nautobot-2.3.1.dist-info}/RECORD +40 -39
  37. {nautobot-2.3.0.dist-info → nautobot-2.3.1.dist-info}/LICENSE.txt +0 -0
  38. {nautobot-2.3.0.dist-info → nautobot-2.3.1.dist-info}/NOTICE +0 -0
  39. {nautobot-2.3.0.dist-info → nautobot-2.3.1.dist-info}/WHEEL +0 -0
  40. {nautobot-2.3.0.dist-info → nautobot-2.3.1.dist-info}/entry_points.txt +0 -0
@@ -8312,6 +8312,57 @@
8312
8312
  </ul>
8313
8313
  </nav>
8314
8314
 
8315
+ </li>
8316
+
8317
+ <li class="md-nav__item">
8318
+ <a href="#v231-2024-08-19" class="md-nav__link">
8319
+ <span class="md-ellipsis">
8320
+ v2.3.1 (2024-08-19)
8321
+ </span>
8322
+ </a>
8323
+
8324
+ <nav class="md-nav" aria-label="v2.3.1 (2024-08-19)">
8325
+ <ul class="md-nav__list">
8326
+
8327
+ <li class="md-nav__item">
8328
+ <a href="#added_1" class="md-nav__link">
8329
+ <span class="md-ellipsis">
8330
+ Added
8331
+ </span>
8332
+ </a>
8333
+
8334
+ </li>
8335
+
8336
+ <li class="md-nav__item">
8337
+ <a href="#changed_1" class="md-nav__link">
8338
+ <span class="md-ellipsis">
8339
+ Changed
8340
+ </span>
8341
+ </a>
8342
+
8343
+ </li>
8344
+
8345
+ <li class="md-nav__item">
8346
+ <a href="#fixed" class="md-nav__link">
8347
+ <span class="md-ellipsis">
8348
+ Fixed
8349
+ </span>
8350
+ </a>
8351
+
8352
+ </li>
8353
+
8354
+ <li class="md-nav__item">
8355
+ <a href="#housekeeping" class="md-nav__link">
8356
+ <span class="md-ellipsis">
8357
+ Housekeeping
8358
+ </span>
8359
+ </a>
8360
+
8361
+ </li>
8362
+
8363
+ </ul>
8364
+ </nav>
8365
+
8315
8366
  </li>
8316
8367
 
8317
8368
  <li class="md-nav__item">
@@ -8334,7 +8385,7 @@
8334
8385
  </li>
8335
8386
 
8336
8387
  <li class="md-nav__item">
8337
- <a href="#added_1" class="md-nav__link">
8388
+ <a href="#added_2" class="md-nav__link">
8338
8389
  <span class="md-ellipsis">
8339
8390
  Added
8340
8391
  </span>
@@ -8343,7 +8394,7 @@
8343
8394
  </li>
8344
8395
 
8345
8396
  <li class="md-nav__item">
8346
- <a href="#changed_1" class="md-nav__link">
8397
+ <a href="#changed_2" class="md-nav__link">
8347
8398
  <span class="md-ellipsis">
8348
8399
  Changed
8349
8400
  </span>
@@ -8361,7 +8412,7 @@
8361
8412
  </li>
8362
8413
 
8363
8414
  <li class="md-nav__item">
8364
- <a href="#fixed" class="md-nav__link">
8415
+ <a href="#fixed_1" class="md-nav__link">
8365
8416
  <span class="md-ellipsis">
8366
8417
  Fixed
8367
8418
  </span>
@@ -8379,7 +8430,7 @@
8379
8430
  </li>
8380
8431
 
8381
8432
  <li class="md-nav__item">
8382
- <a href="#housekeeping" class="md-nav__link">
8433
+ <a href="#housekeeping_1" class="md-nav__link">
8383
8434
  <span class="md-ellipsis">
8384
8435
  Housekeeping
8385
8436
  </span>
@@ -8412,7 +8463,7 @@
8412
8463
  </li>
8413
8464
 
8414
8465
  <li class="md-nav__item">
8415
- <a href="#added_2" class="md-nav__link">
8466
+ <a href="#added_3" class="md-nav__link">
8416
8467
  <span class="md-ellipsis">
8417
8468
  Added
8418
8469
  </span>
@@ -8421,7 +8472,7 @@
8421
8472
  </li>
8422
8473
 
8423
8474
  <li class="md-nav__item">
8424
- <a href="#changed_2" class="md-nav__link">
8475
+ <a href="#changed_3" class="md-nav__link">
8425
8476
  <span class="md-ellipsis">
8426
8477
  Changed
8427
8478
  </span>
@@ -8448,7 +8499,7 @@
8448
8499
  </li>
8449
8500
 
8450
8501
  <li class="md-nav__item">
8451
- <a href="#fixed_1" class="md-nav__link">
8502
+ <a href="#fixed_2" class="md-nav__link">
8452
8503
  <span class="md-ellipsis">
8453
8504
  Fixed
8454
8505
  </span>
@@ -8475,7 +8526,7 @@
8475
8526
  </li>
8476
8527
 
8477
8528
  <li class="md-nav__item">
8478
- <a href="#housekeeping_1" class="md-nav__link">
8529
+ <a href="#housekeeping_2" class="md-nav__link">
8479
8530
  <span class="md-ellipsis">
8480
8531
  Housekeeping
8481
8532
  </span>
@@ -9277,6 +9328,57 @@
9277
9328
  </ul>
9278
9329
  </nav>
9279
9330
 
9331
+ </li>
9332
+
9333
+ <li class="md-nav__item">
9334
+ <a href="#v231-2024-08-19" class="md-nav__link">
9335
+ <span class="md-ellipsis">
9336
+ v2.3.1 (2024-08-19)
9337
+ </span>
9338
+ </a>
9339
+
9340
+ <nav class="md-nav" aria-label="v2.3.1 (2024-08-19)">
9341
+ <ul class="md-nav__list">
9342
+
9343
+ <li class="md-nav__item">
9344
+ <a href="#added_1" class="md-nav__link">
9345
+ <span class="md-ellipsis">
9346
+ Added
9347
+ </span>
9348
+ </a>
9349
+
9350
+ </li>
9351
+
9352
+ <li class="md-nav__item">
9353
+ <a href="#changed_1" class="md-nav__link">
9354
+ <span class="md-ellipsis">
9355
+ Changed
9356
+ </span>
9357
+ </a>
9358
+
9359
+ </li>
9360
+
9361
+ <li class="md-nav__item">
9362
+ <a href="#fixed" class="md-nav__link">
9363
+ <span class="md-ellipsis">
9364
+ Fixed
9365
+ </span>
9366
+ </a>
9367
+
9368
+ </li>
9369
+
9370
+ <li class="md-nav__item">
9371
+ <a href="#housekeeping" class="md-nav__link">
9372
+ <span class="md-ellipsis">
9373
+ Housekeeping
9374
+ </span>
9375
+ </a>
9376
+
9377
+ </li>
9378
+
9379
+ </ul>
9380
+ </nav>
9381
+
9280
9382
  </li>
9281
9383
 
9282
9384
  <li class="md-nav__item">
@@ -9299,7 +9401,7 @@
9299
9401
  </li>
9300
9402
 
9301
9403
  <li class="md-nav__item">
9302
- <a href="#added_1" class="md-nav__link">
9404
+ <a href="#added_2" class="md-nav__link">
9303
9405
  <span class="md-ellipsis">
9304
9406
  Added
9305
9407
  </span>
@@ -9308,7 +9410,7 @@
9308
9410
  </li>
9309
9411
 
9310
9412
  <li class="md-nav__item">
9311
- <a href="#changed_1" class="md-nav__link">
9413
+ <a href="#changed_2" class="md-nav__link">
9312
9414
  <span class="md-ellipsis">
9313
9415
  Changed
9314
9416
  </span>
@@ -9326,7 +9428,7 @@
9326
9428
  </li>
9327
9429
 
9328
9430
  <li class="md-nav__item">
9329
- <a href="#fixed" class="md-nav__link">
9431
+ <a href="#fixed_1" class="md-nav__link">
9330
9432
  <span class="md-ellipsis">
9331
9433
  Fixed
9332
9434
  </span>
@@ -9344,7 +9446,7 @@
9344
9446
  </li>
9345
9447
 
9346
9448
  <li class="md-nav__item">
9347
- <a href="#housekeeping" class="md-nav__link">
9449
+ <a href="#housekeeping_1" class="md-nav__link">
9348
9450
  <span class="md-ellipsis">
9349
9451
  Housekeeping
9350
9452
  </span>
@@ -9377,7 +9479,7 @@
9377
9479
  </li>
9378
9480
 
9379
9481
  <li class="md-nav__item">
9380
- <a href="#added_2" class="md-nav__link">
9482
+ <a href="#added_3" class="md-nav__link">
9381
9483
  <span class="md-ellipsis">
9382
9484
  Added
9383
9485
  </span>
@@ -9386,7 +9488,7 @@
9386
9488
  </li>
9387
9489
 
9388
9490
  <li class="md-nav__item">
9389
- <a href="#changed_2" class="md-nav__link">
9491
+ <a href="#changed_3" class="md-nav__link">
9390
9492
  <span class="md-ellipsis">
9391
9493
  Changed
9392
9494
  </span>
@@ -9413,7 +9515,7 @@
9413
9515
  </li>
9414
9516
 
9415
9517
  <li class="md-nav__item">
9416
- <a href="#fixed_1" class="md-nav__link">
9518
+ <a href="#fixed_2" class="md-nav__link">
9417
9519
  <span class="md-ellipsis">
9418
9520
  Fixed
9419
9521
  </span>
@@ -9440,7 +9542,7 @@
9440
9542
  </li>
9441
9543
 
9442
9544
  <li class="md-nav__item">
9443
- <a href="#housekeeping_1" class="md-nav__link">
9545
+ <a href="#housekeeping_2" class="md-nav__link">
9444
9546
  <span class="md-ellipsis">
9445
9547
  Housekeeping
9446
9548
  </span>
@@ -9557,12 +9659,34 @@
9557
9659
  <h4 id="updated-to-django-42-3581">Updated to Django 4.2 (<a href="https://github.com/nautobot/nautobot/issues/3581">#3581</a>)<a class="headerlink" href="#updated-to-django-42-3581" title="Permanent link">&para;</a></h4>
9558
9660
  <p>As Django 3.2 has reached end-of-life, Nautobot 2.3 requires Django 4.2, the next long-term-support (LTS) version of Django. There are a number of changes in Django itself as a result of this upgrade; Nautobot App maintainers are urged to review the Django release-notes (<a href="https://docs.djangoproject.com/en/4.2/releases/4.0/">4.0</a>, <a href="https://docs.djangoproject.com/en/4.2/releases/4.1/">4.1</a>, <a href="https://docs.djangoproject.com/en/4.2/releases/4.2/">4.2</a>), especially the relevant "Backwards incompatible changes" sections, to proactively identify any impact to their Apps.</p>
9559
9661
  <!-- towncrier release notes start -->
9662
+ <h2 id="v231-2024-08-19">v2.3.1 (2024-08-19)<a class="headerlink" href="#v231-2024-08-19" title="Permanent link">&para;</a></h2>
9663
+ <h3 id="added_1">Added<a class="headerlink" href="#added_1" title="Permanent link">&para;</a></h3>
9664
+ <ul>
9665
+ <li><a href="https://github.com/nautobot/nautobot/issues/5232">#5232</a> - Added support for groupings to computed fields.</li>
9666
+ <li><a href="https://github.com/nautobot/nautobot/issues/5494">#5494</a> - Added validation logic to <code>DeviceForm</code> <code>clean()</code> method to raise a validation error if there is any invalid software image file specified.</li>
9667
+ <li><a href="https://github.com/nautobot/nautobot/issues/5915">#5915</a> - Enhanced <code>IPAddress.objects.get_or_create</code> method to permit specifying a namespace as an alternative to a parent prefix.</li>
9668
+ </ul>
9669
+ <h3 id="changed_1">Changed<a class="headerlink" href="#changed_1" title="Permanent link">&para;</a></h3>
9670
+ <ul>
9671
+ <li><a href="https://github.com/nautobot/nautobot/issues/5970">#5970</a> - Removed indentations for PrefixTable in various locations in the UI.</li>
9672
+ </ul>
9673
+ <h3 id="fixed">Fixed<a class="headerlink" href="#fixed" title="Permanent link">&para;</a></h3>
9674
+ <ul>
9675
+ <li><a href="https://github.com/nautobot/nautobot/issues/5494">#5494</a> - Fixed <code>Device</code> model <code>clean()</code> validation logic to allow user to specify a software version on a device without specifying any software image files.</li>
9676
+ <li><a href="https://github.com/nautobot/nautobot/issues/6096">#6096</a> - Updated CloudAccount UI: Set the <code>secrets_group</code> form field to be optional.</li>
9677
+ <li><a href="https://github.com/nautobot/nautobot/issues/6097">#6097</a> - Updated ContactAssociation API: Set the role field to be required.</li>
9678
+ <li><a href="https://github.com/nautobot/nautobot/issues/6116">#6116</a> - Added handling for an <code>OperationalError</code> that might be raised when running <code>pylint-nautobot</code> or similar linters that depend on successfully running <code>nautobot.setup()</code>.</li>
9679
+ </ul>
9680
+ <h3 id="housekeeping">Housekeeping<a class="headerlink" href="#housekeeping" title="Permanent link">&para;</a></h3>
9681
+ <ul>
9682
+ <li><a href="https://github.com/nautobot/nautobot/issues/6107">#6107</a> - Updated documentation dependency <code>mkdocstrings-python</code> to <code>~1.10.8</code>.</li>
9683
+ </ul>
9560
9684
  <h2 id="v230-2024-08-08">v2.3.0 (2024-08-08)<a class="headerlink" href="#v230-2024-08-08" title="Permanent link">&para;</a></h2>
9561
9685
  <h3 id="security">Security<a class="headerlink" href="#security" title="Permanent link">&para;</a></h3>
9562
9686
  <ul>
9563
9687
  <li><a href="https://github.com/nautobot/nautobot/issues/6073">#6073</a> - Updated <code>Django</code> to <code>~4.2.15</code> due to <code>CVE-2024-41989</code>, <code>CVE-2024-41990</code>, <code>CVE-2024-41991</code>, and <code>CVE-2024-42005</code>.</li>
9564
9688
  </ul>
9565
- <h3 id="added_1">Added<a class="headerlink" href="#added_1" title="Permanent link">&para;</a></h3>
9689
+ <h3 id="added_2">Added<a class="headerlink" href="#added_2" title="Permanent link">&para;</a></h3>
9566
9690
  <ul>
9567
9691
  <li><a href="https://github.com/nautobot/nautobot/issues/5996">#5996</a> - Added missing <code>comments</code> field to DeviceType bulk edit.</li>
9568
9692
  <li><a href="https://github.com/nautobot/nautobot/issues/5996">#5996</a> - Added <code>comments</code> field to ModuleType.</li>
@@ -9572,7 +9696,7 @@
9572
9696
  <li><a href="https://github.com/nautobot/nautobot/issues/6039">#6039</a> - Added support for querying <code>GenericRelation</code> relationships (reverse of <code>GenericForeignKey</code>) in GraphQL.</li>
9573
9697
  <li><a href="https://github.com/nautobot/nautobot/issues/6039">#6039</a> - Added support for filtering an object's <code>associated_contacts</code> in GraphQL.</li>
9574
9698
  </ul>
9575
- <h3 id="changed_1">Changed<a class="headerlink" href="#changed_1" title="Permanent link">&para;</a></h3>
9699
+ <h3 id="changed_2">Changed<a class="headerlink" href="#changed_2" title="Permanent link">&para;</a></h3>
9576
9700
  <ul>
9577
9701
  <li><a href="https://github.com/nautobot/nautobot/issues/6003">#6003</a> - Changed rendering of <code>scoped_fields</code> column in <code>ObjectMetadataTable</code>.</li>
9578
9702
  <li><a href="https://github.com/nautobot/nautobot/issues/6003">#6003</a> - Changed default ordering of <code>ObjectMetadata</code> list views.</li>
@@ -9586,7 +9710,7 @@
9586
9710
  <li><a href="https://github.com/nautobot/nautobot/issues/6005">#6005</a> - Removed "delete" and "bulk-delete" functionalities from the ObjectMetadata views.</li>
9587
9711
  <li><a href="https://github.com/nautobot/nautobot/issues/6039">#6039</a> - Removed unneeded <code>CloudNetworkPrefixAssignmentTable</code>.</li>
9588
9712
  </ul>
9589
- <h3 id="fixed">Fixed<a class="headerlink" href="#fixed" title="Permanent link">&para;</a></h3>
9713
+ <h3 id="fixed_1">Fixed<a class="headerlink" href="#fixed_1" title="Permanent link">&para;</a></h3>
9590
9714
  <ul>
9591
9715
  <li><a href="https://github.com/nautobot/nautobot/issues/5967">#5967</a> - Fixed a regression in the display of custom fields in object-edit forms.</li>
9592
9716
  <li><a href="https://github.com/nautobot/nautobot/issues/5996">#5996</a> - Fixed URL typo in module and module type list views.</li>
@@ -9610,7 +9734,7 @@
9610
9734
  <li><a href="https://github.com/nautobot/nautobot/issues/6050">#6050</a> - Added some crosslinks within the DCIM model documentation.</li>
9611
9735
  <li><a href="https://github.com/nautobot/nautobot/issues/6062">#6062</a> - Updated Configuration Context docs with additional examples for dictionary of dictionaries.</li>
9612
9736
  </ul>
9613
- <h3 id="housekeeping">Housekeeping<a class="headerlink" href="#housekeeping" title="Permanent link">&para;</a></h3>
9737
+ <h3 id="housekeeping_1">Housekeeping<a class="headerlink" href="#housekeeping_1" title="Permanent link">&para;</a></h3>
9614
9738
  <ul>
9615
9739
  <li><a href="https://github.com/nautobot/nautobot/issues/5962">#5962</a> - Updated development dependency <code>ruff</code> to <code>~0.5.6</code>.</li>
9616
9740
  <li><a href="https://github.com/nautobot/nautobot/issues/5962">#5962</a> - Updated documentation dependencies: <code>mkdocs-material</code> to <code>~9.5.31</code>, <code>mkdocstrings</code> to <code>~0.25.2</code>, and <code>mkdocstrings-python</code> to <code>~1.10.7</code>.</li>
@@ -9625,7 +9749,7 @@
9625
9749
  <ul>
9626
9750
  <li><a href="https://github.com/nautobot/nautobot/issues/5889">#5889</a> - Updated <code>Django</code> to <code>~4.2.14</code> due to <code>CVE-2024-38875</code>, <code>CVE-2024-39329</code>, <code>CVE-2024-39330</code>, and <code>CVE-2024-39614</code>.</li>
9627
9751
  </ul>
9628
- <h3 id="added_2">Added<a class="headerlink" href="#added_2" title="Permanent link">&para;</a></h3>
9752
+ <h3 id="added_3">Added<a class="headerlink" href="#added_3" title="Permanent link">&para;</a></h3>
9629
9753
  <ul>
9630
9754
  <li><a href="https://github.com/nautobot/nautobot/issues/1758">#1758</a> - Implemented SavedView model.</li>
9631
9755
  <li><a href="https://github.com/nautobot/nautobot/issues/2101">#2101</a> - Added ModuleBay, Module, ModuleType and ModuleBayTemplate models to support modeling line cards and other modular components of a device.</li>
@@ -9672,7 +9796,7 @@
9672
9796
  <li><a href="https://github.com/nautobot/nautobot/issues/5933">#5933</a> - Added tables of related <code>CloudService</code> and/or <code>CloudNetwork</code> instances to the <code>CloudResourceType</code> detail view.</li>
9673
9797
  <li><a href="https://github.com/nautobot/nautobot/issues/5933">#5933</a> - Added <code>description</code> field to <code>CloudService</code> model.</li>
9674
9798
  </ul>
9675
- <h3 id="changed_2">Changed<a class="headerlink" href="#changed_2" title="Permanent link">&para;</a></h3>
9799
+ <h3 id="changed_3">Changed<a class="headerlink" href="#changed_3" title="Permanent link">&para;</a></h3>
9676
9800
  <ul>
9677
9801
  <li><a href="https://github.com/nautobot/nautobot/issues/2101">#2101</a> - Updated device interfaces filter to support filtering by interface name as well as by ID.</li>
9678
9802
  <li><a href="https://github.com/nautobot/nautobot/issues/3749">#3749</a> - Changed behavior of the <code>CHANGELOG_RETENTION</code> setting; it no longer applies automatically to force cleanup of ObjectChange records over a certain age cutoff, but instead serves as the default cutoff age whenever running the new "Logs Cleanup" system Job.</li>
@@ -9716,7 +9840,7 @@
9716
9840
  <li><a href="https://github.com/nautobot/nautobot/issues/5473">#5473</a> - Removed <code>DYNAMIC_GROUPS_MEMBER_CACHE_TIMEOUT</code> setting as it is no longer relevant after refactoring the Dynamic Group membership caching implementation.</li>
9717
9841
  <li><a href="https://github.com/nautobot/nautobot/issues/5786">#5786</a> - Removed the <code>StaticGroup</code> model added in #5472, replacing it with a subtype of the <code>DynamicGroup</code> model.</li>
9718
9842
  </ul>
9719
- <h3 id="fixed_1">Fixed<a class="headerlink" href="#fixed_1" title="Permanent link">&para;</a></h3>
9843
+ <h3 id="fixed_2">Fixed<a class="headerlink" href="#fixed_2" title="Permanent link">&para;</a></h3>
9720
9844
  <ul>
9721
9845
  <li><a href="https://github.com/nautobot/nautobot/issues/2352">#2352</a> - Fixed random deadlocks in long-running Jobs resulting from the ObjectChange automatic cleanup signal.</li>
9722
9846
  <li><a href="https://github.com/nautobot/nautobot/issues/5123">#5123</a> - Fixed an unhandled <code>ValueError</code> when filtering on <code>vlans</code> by their UUID rather than their VLAN ID.</li>
@@ -9772,7 +9896,7 @@
9772
9896
  <li><a href="https://github.com/nautobot/nautobot/issues/5895">#5895</a> - Added missing model documentation for <code>CloudNetwork</code>, <code>CloudNetworkPrefixAssignment</code>, <code>CloudService</code> and <del><code>CloudType</code></del> <code>CloudResourceType</code>.</li>
9773
9897
  <li><a href="https://github.com/nautobot/nautobot/issues/5934">#5934</a> - Add Cloud Model Example and Entity Diagram.</li>
9774
9898
  </ul>
9775
- <h3 id="housekeeping_1">Housekeeping<a class="headerlink" href="#housekeeping_1" title="Permanent link">&para;</a></h3>
9899
+ <h3 id="housekeeping_2">Housekeeping<a class="headerlink" href="#housekeeping_2" title="Permanent link">&para;</a></h3>
9776
9900
  <ul>
9777
9901
  <li><a href="https://github.com/nautobot/nautobot/issues/5160">#5160</a> - Replaced references to <code>pytz</code> with <code>zoneinfo</code> in keeping with Django 4.</li>
9778
9902
  <li><a href="https://github.com/nautobot/nautobot/issues/5212">#5212</a> - Enhanced <code>nautobot.core.testing.filters.FilterTestCases.BaseFilterTestCase.test_filters_generic()</code> test case to test for the presence and proper functioning of the <code>contacts</code> and <code>teams</code> filters on any appropriate model FilterSet.</li>
@@ -10,5 +10,5 @@ mkdocs-material==9.5.31
10
10
  mkdocs-redirects==1.2.1
11
11
  mkdocs-section-index==0.3.9
12
12
  mkdocstrings==0.25.2
13
- mkdocstrings-python==1.10.7
13
+ mkdocstrings-python==1.10.8
14
14
  zipp==3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability