nautobot 2.3.10__py3-none-any.whl → 2.3.11__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 (54) hide show
  1. nautobot/apps/utils.py +2 -0
  2. nautobot/cloud/tables.py +1 -0
  3. nautobot/core/forms/forms.py +5 -1
  4. nautobot/core/tables.py +88 -22
  5. nautobot/core/templates/generic/object_bulk_destroy.html +12 -3
  6. nautobot/core/templates/generic/object_bulk_update.html +4 -2
  7. nautobot/core/templates/generic/object_create.html +1 -1
  8. nautobot/core/templates/rest_framework/api.html +3 -0
  9. nautobot/core/testing/api.py +3 -1
  10. nautobot/core/testing/integration.py +64 -0
  11. nautobot/core/testing/views.py +33 -27
  12. nautobot/core/tests/integration/test_app_navbar.py +3 -3
  13. nautobot/core/tests/integration/test_navbar.py +1 -1
  14. nautobot/core/tests/test_csv.py +3 -0
  15. nautobot/core/tests/test_utils.py +25 -5
  16. nautobot/core/utils/lookup.py +35 -0
  17. nautobot/core/views/generic.py +50 -39
  18. nautobot/core/views/mixins.py +97 -43
  19. nautobot/core/views/renderers.py +8 -5
  20. nautobot/dcim/tables/devices.py +3 -0
  21. nautobot/dcim/templates/dcim/device_component_add.html +8 -8
  22. nautobot/dcim/templates/dcim/virtualchassis_add_member.html +2 -2
  23. nautobot/dcim/templates/dcim/virtualchassis_edit.html +2 -2
  24. nautobot/dcim/tests/integration/test_create_device.py +86 -0
  25. nautobot/extras/tests/test_relationships.py +1 -0
  26. nautobot/extras/views.py +1 -0
  27. nautobot/ipam/factory.py +3 -0
  28. nautobot/ipam/filters.py +5 -0
  29. nautobot/ipam/forms.py +17 -0
  30. nautobot/ipam/models.py +2 -1
  31. nautobot/ipam/signals.py +2 -2
  32. nautobot/ipam/tables.py +3 -3
  33. nautobot/ipam/templates/ipam/ipaddress_assign.html +2 -2
  34. nautobot/ipam/tests/test_models.py +113 -1
  35. nautobot/ipam/tests/test_views.py +39 -5
  36. nautobot/project-static/docs/code-reference/nautobot/apps/tables.html +131 -6
  37. nautobot/project-static/docs/code-reference/nautobot/apps/testing.html +175 -0
  38. nautobot/project-static/docs/code-reference/nautobot/apps/utils.html +94 -0
  39. nautobot/project-static/docs/code-reference/nautobot/apps/views.html +4 -4
  40. nautobot/project-static/docs/objects.inv +0 -0
  41. nautobot/project-static/docs/release-notes/version-2.3.html +293 -138
  42. nautobot/project-static/docs/search/search_index.json +1 -1
  43. nautobot/project-static/docs/sitemap.xml +270 -270
  44. nautobot/project-static/docs/sitemap.xml.gz +0 -0
  45. nautobot/project-static/docs/user-guide/administration/guides/request-profiling.html +39 -0
  46. nautobot/virtualization/forms.py +24 -0
  47. nautobot/virtualization/templates/virtualization/vminterface_edit.html +1 -0
  48. nautobot/virtualization/tests/test_views.py +7 -2
  49. {nautobot-2.3.10.dist-info → nautobot-2.3.11.dist-info}/METADATA +1 -1
  50. {nautobot-2.3.10.dist-info → nautobot-2.3.11.dist-info}/RECORD +54 -53
  51. {nautobot-2.3.10.dist-info → nautobot-2.3.11.dist-info}/LICENSE.txt +0 -0
  52. {nautobot-2.3.10.dist-info → nautobot-2.3.11.dist-info}/NOTICE +0 -0
  53. {nautobot-2.3.10.dist-info → nautobot-2.3.11.dist-info}/WHEEL +0 -0
  54. {nautobot-2.3.10.dist-info → nautobot-2.3.11.dist-info}/entry_points.txt +0 -0
Binary file
@@ -1694,6 +1694,21 @@
1694
1694
  </span>
1695
1695
  </a>
1696
1696
 
1697
+ <nav class="md-nav" aria-label="User Setting">
1698
+ <ul class="md-nav__list">
1699
+
1700
+ <li class="md-nav__item">
1701
+ <a href="#user-setting-notes" class="md-nav__link">
1702
+ <span class="md-ellipsis">
1703
+ User Setting Notes
1704
+ </span>
1705
+ </a>
1706
+
1707
+ </li>
1708
+
1709
+ </ul>
1710
+ </nav>
1711
+
1697
1712
  </li>
1698
1713
 
1699
1714
  <li class="md-nav__item">
@@ -8734,6 +8749,21 @@
8734
8749
  </span>
8735
8750
  </a>
8736
8751
 
8752
+ <nav class="md-nav" aria-label="User Setting">
8753
+ <ul class="md-nav__list">
8754
+
8755
+ <li class="md-nav__item">
8756
+ <a href="#user-setting-notes" class="md-nav__link">
8757
+ <span class="md-ellipsis">
8758
+ User Setting Notes
8759
+ </span>
8760
+ </a>
8761
+
8762
+ </li>
8763
+
8764
+ </ul>
8765
+ </nav>
8766
+
8737
8767
  </li>
8738
8768
 
8739
8769
  <li class="md-nav__item">
@@ -8856,6 +8886,15 @@
8856
8886
  <p>Request profiling may be enabled by individual users in their profile within the web interface. This can be found under the "Advanced Settings" section.</p>
8857
8887
  <p><img alt="user advanced settings" src="../../../media/user-guide/administration/guides/request-profiling/advanced-settings.png" /></p>
8858
8888
  <p>Once a user enables request profiling, all subsequent HTTP requests made by that specific user to the system will be logged by django-silk. This setting will persist until the user either logs out or disables the setting in their profile.</p>
8889
+ <h3 id="user-setting-notes">User Setting Notes<a class="headerlink" href="#user-setting-notes" title="Permanent link">&para;</a></h3>
8890
+ <ul>
8891
+ <li>
8892
+ <p>While this feature may be visible within the profile configuration, you will only be able to toggle on/off, once the global configuration option <code>ALLOW_REQUEST_PROFILING</code> has been enabled (described further on).</p>
8893
+ </li>
8894
+ <li>
8895
+ <p><em>Warning!</em> Enabling request profiling on a user will impact the overall performance of Nautobot greatly! It is recommended to disable request profiling for the user when not actively being used.</p>
8896
+ </li>
8897
+ </ul>
8859
8898
  <h2 id="silk-ui">Silk UI<a class="headerlink" href="#silk-ui" title="Permanent link">&para;</a></h2>
8860
8899
  <p>Nautobot administrators with super-user permissions can access the django-silk UI at the <code>/silk/</code> URL.</p>
8861
8900
  <p><img alt="silk ui" src="../../../media/user-guide/administration/guides/request-profiling/silk-ui.png" /></p>
@@ -457,6 +457,14 @@ class VMInterfaceForm(NautobotModelForm, InterfaceCommonForm):
457
457
  required=False,
458
458
  label="IP Addresses",
459
459
  )
460
+ vrf = DynamicModelChoiceField(
461
+ queryset=VRF.objects.all(),
462
+ label="VRF",
463
+ required=False,
464
+ query_params={
465
+ "virtual_machine": "$virtual_machine",
466
+ },
467
+ )
460
468
 
461
469
  class Meta:
462
470
  model = VMInterface
@@ -476,6 +484,7 @@ class VMInterfaceForm(NautobotModelForm, InterfaceCommonForm):
476
484
  "untagged_vlan",
477
485
  "tagged_vlans",
478
486
  "status",
487
+ "vrf",
479
488
  ]
480
489
  widgets = {"mode": StaticSelect2()}
481
490
  labels = {
@@ -557,6 +566,14 @@ class VMInterfaceCreateForm(BootstrapMixin, InterfaceCommonForm, RoleNotRequired
557
566
  "content_types": VMInterface._meta.label_lower,
558
567
  },
559
568
  )
569
+ vrf = DynamicModelChoiceField(
570
+ queryset=VRF.objects.all(),
571
+ label="VRF",
572
+ required=False,
573
+ query_params={
574
+ "virtual_machine": "$virtual_machine",
575
+ },
576
+ )
560
577
 
561
578
  def __init__(self, *args, **kwargs):
562
579
  super().__init__(*args, **kwargs)
@@ -590,6 +607,13 @@ class VMInterfaceBulkEditForm(
590
607
  parent_interface = DynamicModelChoiceField(
591
608
  queryset=VMInterface.objects.all(), required=False, display_field="display_name"
592
609
  )
610
+ vrf = DynamicModelChoiceField(
611
+ queryset=VRF.objects.all(),
612
+ required=False,
613
+ query_params={
614
+ "virtual_machine": "$virtual_machine",
615
+ },
616
+ )
593
617
  bridge = DynamicModelChoiceField(
594
618
  queryset=VMInterface.objects.all(),
595
619
  required=False,
@@ -13,6 +13,7 @@
13
13
  {% render_field form.enabled %}
14
14
  {% render_field form.parent_interface %}
15
15
  {% render_field form.bridge %}
16
+ {% render_field form.vrf %}
16
17
  {% render_field form.mac_address %}
17
18
  {% render_field form.ip_addresses %}
18
19
  {% render_field form.mtu %}
@@ -7,7 +7,7 @@ from nautobot.dcim.choices import InterfaceModeChoices
7
7
  from nautobot.dcim.models import Device, Location, LocationType, Platform, SoftwareVersion
8
8
  from nautobot.extras.models import ConfigContextSchema, CustomField, Role, Status, Tag
9
9
  from nautobot.ipam.factory import VLANGroupFactory
10
- from nautobot.ipam.models import VLAN
10
+ from nautobot.ipam.models import VLAN, VRF
11
11
  from nautobot.virtualization.factory import ClusterGroupFactory, ClusterTypeFactory
12
12
  from nautobot.virtualization.models import (
13
13
  Cluster,
@@ -260,7 +260,9 @@ class VMInterfaceTestCase(ViewTestCases.DeviceComponentViewTestCase):
260
260
  VirtualMachine.objects.create(name="Virtual Machine 1", cluster=cluster, role=devicerole, status=vm_status),
261
261
  VirtualMachine.objects.create(name="Virtual Machine 2", cluster=cluster, role=devicerole, status=vm_status),
262
262
  )
263
-
263
+ vrf = VRF.objects.first()
264
+ vrf.virtual_machines.set([virtualmachines[0].pk, virtualmachines[1].pk])
265
+ vrf.save()
264
266
  statuses = Status.objects.get_for_model(VMInterface)
265
267
  status = statuses.first()
266
268
  role = Role.objects.get_for_model(VMInterface).first()
@@ -306,6 +308,7 @@ class VMInterfaceTestCase(ViewTestCases.DeviceComponentViewTestCase):
306
308
  "tagged_vlans": [v.pk for v in vlans[1:4]],
307
309
  "custom_field_1": "Custom Field Data",
308
310
  "tags": [t.pk for t in Tag.objects.get_for_model(VMInterface)],
311
+ "vrf": vrf.pk,
309
312
  }
310
313
 
311
314
  cls.bulk_create_data = {
@@ -322,6 +325,7 @@ class VMInterfaceTestCase(ViewTestCases.DeviceComponentViewTestCase):
322
325
  "tagged_vlans": [v.pk for v in vlans[1:4]],
323
326
  "custom_field_1": "Custom Field Data",
324
327
  "tags": [t.pk for t in Tag.objects.get_for_model(VMInterface)],
328
+ "vrf": vrf.pk,
325
329
  }
326
330
 
327
331
  cls.bulk_add_data = {
@@ -347,6 +351,7 @@ class VMInterfaceTestCase(ViewTestCases.DeviceComponentViewTestCase):
347
351
  "untagged_vlan": vlans[0].pk,
348
352
  "tagged_vlans": [v.pk for v in vlans[1:4]],
349
353
  "custom_field_1": "New Custom Field Data",
354
+ "vrf": vrf.pk,
350
355
  }
351
356
 
352
357
  def _edit_object_test_setup(self):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nautobot
3
- Version: 2.3.10
3
+ Version: 2.3.11
4
4
  Summary: Source of truth and network automation platform.
5
5
  Home-page: https://nautobot.com
6
6
  License: Apache-2.0
@@ -20,7 +20,7 @@ nautobot/apps/tables.py,sha256=5U-4HCY1rf6oeEQMU0FVoFCrf1SXIHK5xxFNs5Znw9w,855
20
20
  nautobot/apps/testing.py,sha256=GlgfSShoeifyXH-p3SQYYeUYcrwoGdxhAa6FCGDdMeY,1790
21
21
  nautobot/apps/ui.py,sha256=zrHccp7tsfs8bUgJids0Wnl4tZO5IHBU2Sf9AB9OCvk,974
22
22
  nautobot/apps/urls.py,sha256=oOma0J9wH3M8Og3y_xtHF8wZ8sc6hwXOdeT6lUooDVQ,156
23
- nautobot/apps/utils.py,sha256=e5TfBpjP4xG-tIcJlCIq2dLxn-f4agHykTqwqkzaQ94,4454
23
+ nautobot/apps/utils.py,sha256=3E0OxLgoNZipRKPQCgkCF-3cpL6V1rGJ0t2c9jhp7VM,4524
24
24
  nautobot/apps/views.py,sha256=ZiVawDd1_Gp4PRFLqHU6Bj5e2efQVKfd87QfDbyaHRQ,2596
25
25
  nautobot/circuits/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
26
26
  nautobot/circuits/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -108,7 +108,7 @@ nautobot/cloud/migrations/0001_initial.py,sha256=ZPAilxUOfXkyg2aCMH-GEl-u9n7bDkZ
108
108
  nautobot/cloud/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
109
109
  nautobot/cloud/models.py,sha256=9H_y63rMLaV3OOZy-Fpzl5WXaYFKQHI5PIzJG4lxu38,7902
110
110
  nautobot/cloud/navigation.py,sha256=hl1ICECf8KpVTydGKjgnQ9y8M6cXfVG-dIOAob5WsNY,3023
111
- nautobot/cloud/tables.py,sha256=P6_kN0c7XjDsTj8RB_Wbgx4JXlVy28ufCEc7-uoFVe0,4274
111
+ nautobot/cloud/tables.py,sha256=MgrbK2872gNnqa3hsSavuffSFPhlDS-VJiGjXwVziR8,4357
112
112
  nautobot/cloud/templates/cloud/cloudaccount_retrieve.html,sha256=YafCg_UMzPfTBHM2Hq1aOjkZt_bsKElEBivPBL4tNMs,1715
113
113
  nautobot/cloud/templates/cloud/cloudnetwork_retrieve.html,sha256=4hAFBKjmrZieAL6FIDjImWLRjtzVn3vJFDwtW6TBBAo,5753
114
114
  nautobot/cloud/templates/cloud/cloudnetwork_update.html,sha256=DQoSIyi8jkPjVDJXzMSAmwS4Yf-X1aWHRlPnR3wm6Lg,1128
@@ -163,7 +163,7 @@ nautobot/core/fixtures/user-data.json,sha256=SYipFAfZu_-pe3XyFZpuRqmKi5bufVyXAYl
163
163
  nautobot/core/forms/__init__.py,sha256=CT-3AdOOs43rIxdC3WD0GTdmZZQtrnTdqDmY305zxOk,3510
164
164
  nautobot/core/forms/constants.py,sha256=VTocTEPex6D4aaxqK9CUqmajWChbyC59cw4XGs7ZiF0,499
165
165
  nautobot/core/forms/fields.py,sha256=w2OGvVZGPfPWfN_h_1YDFkTdeX8kLwfGwpbFO2B3LiA,30528
166
- nautobot/core/forms/forms.py,sha256=G20pOTmLu9f4vDUpJjoL_9qLAUwW908QFwwEWarWo1s,12917
166
+ nautobot/core/forms/forms.py,sha256=HOHoDbn8hgEJFi-LR8MdqVW-ftAbyuuevTgLqr9xhuI,13112
167
167
  nautobot/core/forms/search.py,sha256=I-EAz3dJUF5MapAovpdntWfcX-pBkVXldo5laVm76hw,1128
168
168
  nautobot/core/forms/utils.py,sha256=M_kZ5THxFUQ_KKh3zDICxexVcUARJmRC01LdX6jDpeA,6482
169
169
  nautobot/core/forms/widgets.py,sha256=Pu5I6Gk5qKigZicN9O3UV-YsS_DmHa58ZV098EN9cTk,7978
@@ -208,7 +208,7 @@ nautobot/core/settings.py,sha256=fjDbw7D45JRzQsbSK5V9Nm8kOv5Hv8idK_VNWgbZA1Q,476
208
208
  nautobot/core/settings.yaml,sha256=zpLQ8B8GAKQqPYYBFZTrlcCdGHwHyJPED7kj6e6Xmq4,83897
209
209
  nautobot/core/settings_funcs.py,sha256=QQ_olczPhH0r6yT6qNZ6YAqTEK06ZkhemprvAHv9PR0,6579
210
210
  nautobot/core/signals.py,sha256=oteF3tAsHnFEPsNG1bp1SGJA0fIzsKIDEO9wF5Wq_N0,2853
211
- nautobot/core/tables.py,sha256=sXP6nPVcRL_b9XHWriRmVkXGAanrTyNKsmwoSeNS8gU,26789
211
+ nautobot/core/tables.py,sha256=y3X-XBji8fwUqw15rSnXNweLWMANtJjXX2vXZrJySUA,30552
212
212
  nautobot/core/tasks.py,sha256=-jPk34jSWth2oyz0-2xIVhwPmYhoEeRPvyCQyqRzhns,2082
213
213
  nautobot/core/templates/403.html,sha256=J-47-TSCkhxcsIlXYQDZmXkZswayCkA_AUpJALtGMPE,219
214
214
  nautobot/core/templates/403_csrf_failure.html,sha256=cfjvIeNvsEU32fX4oWarfVGJD0TmkDnYgmljJxGYFb8,504
@@ -250,14 +250,14 @@ nautobot/core/templates/exceptions/programming_error.html,sha256=fZuH7jxXjBqNMCW
250
250
  nautobot/core/templates/generic/object_bulk_add_component.html,sha256=Gjq55xK4rK6DaBI8TNNBFCVnusOK-7-exWabiBYxxg8,2051
251
251
  nautobot/core/templates/generic/object_bulk_create.html,sha256=T4IrJbT6pEOXO1i_4MgMDxPFrHVToRB5bgqc4TSR5H0,7452
252
252
  nautobot/core/templates/generic/object_bulk_delete.html,sha256=8N54fvPCw1PfUlawRLg0oPWqAFV2rDuik0RGWG3104Y,176
253
- nautobot/core/templates/generic/object_bulk_destroy.html,sha256=7GFj_6diqFkBsIr6CCuNgBJseIKzrDFfAm59-V3GKCw,1720
253
+ nautobot/core/templates/generic/object_bulk_destroy.html,sha256=e7LWPTEXp9gbGWRl63gLbO8yHksmOBZn2gzVTfDwpec,1936
254
254
  nautobot/core/templates/generic/object_bulk_edit.html,sha256=gJJTFFi79hrcWmDv56-o4BKS09zZQ44TKcxltXGhA74,175
255
255
  nautobot/core/templates/generic/object_bulk_import.html,sha256=q248DTENhp6ox-4BS6iWOT4ZMUugQb_TsA_LOa7DL8I,175
256
256
  nautobot/core/templates/generic/object_bulk_remove.html,sha256=D81opvPSRBGJAMYxBn_71Ah2XnxqNuKQzh8NPDpO8-w,1546
257
257
  nautobot/core/templates/generic/object_bulk_rename.html,sha256=xZuaiZngg8uUPByYQRWMyTVGK70b3Cxh9OZpJVcFbb8,2311
258
- nautobot/core/templates/generic/object_bulk_update.html,sha256=zTL6NiRSsyDOuZhi5xkDq-VL4FSjIfQkwy9_QMDFT4M,2576
258
+ nautobot/core/templates/generic/object_bulk_update.html,sha256=sPjHHEZt6kQOgUnDGPzY3fKPd-VepfthGqR5UcuibB0,2701
259
259
  nautobot/core/templates/generic/object_changelog.html,sha256=8Vm9TFBZNirKH9kiDEHWKVd0pDsvN_vQi6V2JiwzOSE,250
260
- nautobot/core/templates/generic/object_create.html,sha256=ntUVYTS4z1v7HN2BoOf3zF7h888KyRdvQILoCtSN0W8,3101
260
+ nautobot/core/templates/generic/object_create.html,sha256=ZSXJ9UflIOKwIDjw6xeRU6XOZC40QaELUt6d16KINTU,3127
261
261
  nautobot/core/templates/generic/object_delete.html,sha256=OLQdT8ymLBGDP990uM1p05vEBNIdiKXf7dBRIdXimL8,171
262
262
  nautobot/core/templates/generic/object_destroy.html,sha256=-_tjSgRII2GgmN_q_wiIbukvC-gCZ1CAFfee57JrgIg,294
263
263
  nautobot/core/templates/generic/object_detail.html,sha256=4wKInFfKtmfr-sn998jmKTQpUVad4JAZxaKRzh5nsgs,172
@@ -297,7 +297,7 @@ nautobot/core/templates/modals/modal_theme.html,sha256=xtmCDObZDgKhwFI4fPJKjotcj
297
297
  nautobot/core/templates/nautobot_config.py.j2,sha256=PMX-Ho4eC6TOeRqCG5NXea8V0_Zvbe7QIkVDpk5PRDg,26784
298
298
  nautobot/core/templates/panel_table.html,sha256=1xApDPes4civ5d7Y_rtnWS8eYiF_BYsHDPHqRlechMY,489
299
299
  nautobot/core/templates/responsive_table.html,sha256=txqCabAR75bIez2wTX5byRF5u7ri0YabZ7Cati6rZC0,156
300
- nautobot/core/templates/rest_framework/api.html,sha256=73p432By6BwRsj81WZ2hyl76N1T2CUTZw7i3vtFc6T8,967
300
+ nautobot/core/templates/rest_framework/api.html,sha256=ZNnVH0o73oCGb1kgVz7oXE8UTZz9DCT9kL8LELl7zYI,1064
301
301
  nautobot/core/templates/search.html,sha256=AGJB2zf5W1cmFO72USf9iNm-7PB026vU5ypXc8ZZODM,3014
302
302
  nautobot/core/templates/search_form.html,sha256=JYb2_YZ63a_2_EgHw73toL5FSfzQl36SMQuDCicfUks,454
303
303
  nautobot/core/templates/swagger_ui.html,sha256=vCCPHZGrlbe7AUW0Z9WJSqzG4DQVNen9-ea8VyQbqQY,1260
@@ -334,25 +334,25 @@ nautobot/core/templatetags/helpers.py,sha256=1yb8b7rpEzqOxSCqf4XHg4D34mGMWxgbS01
334
334
  nautobot/core/templatetags/netutils.py,sha256=P7SeV9KqWtlgZiFy_E1qxqaJHv4Xg4ObiuFzYiHhP4I,375
335
335
  nautobot/core/templatetags/perms.py,sha256=rItjknijsZW83jXkmPezGXwzPyJc3VdAYlLJy0SIhrE,665
336
336
  nautobot/core/testing/__init__.py,sha256=Yna5yxohOBIRM86_Ua8tR-wvrqvYcVYlPS5OYsFdY9Q,4332
337
- nautobot/core/testing/api.py,sha256=5X5mN0bQHzuUJ99_cyvmrcSdnu32of4GECQjoDqulP0,58278
337
+ nautobot/core/testing/api.py,sha256=lNT-GImCod-NJ07kazqWN-rL4P9i47O0F0PNdELYflE,58401
338
338
  nautobot/core/testing/filters.py,sha256=H0t-RhmvXPQYPTeHRB4P5Chw-yWv6_7w2T-_Mlo_1EY,21797
339
339
  nautobot/core/testing/forms.py,sha256=RulB9Izgnpg-yI4kvFKgf_554OK8Sr7ncyd4QQRdKzc,1517
340
- nautobot/core/testing/integration.py,sha256=Z7rh1lCBQFuRODmpa0k7iWUse4XIoEhYtqagVr4xoc4,3037
340
+ nautobot/core/testing/integration.py,sha256=pGkZIUTP85F1RUI2bN7Uz4cI2kr0Bi1X6iqwd0TRPSg,5896
341
341
  nautobot/core/testing/migrations.py,sha256=Vai5Iv58RCINHszBAu4cL3y6lKg2zu_wtOQOPUeljpA,1604
342
342
  nautobot/core/testing/mixins.py,sha256=DOrbNIqtY4JLKphxunXNiaVUqBy6oPly-pb3iKUQZDA,15706
343
343
  nautobot/core/testing/models.py,sha256=IMwZ4HNToX60iM2M1U_4R7nxLA8UUHXR01kSDtwBF8s,3294
344
344
  nautobot/core/testing/schema.py,sha256=-AQe921CH7M0j-YZ-kDzXz2e5gmU2lV_pj_P5lnpRP4,6856
345
345
  nautobot/core/testing/utils.py,sha256=a0m-5ThO50IGY4RAjOY1DwAc-nzD-NTjjN1zoESfWs4,3604
346
- nautobot/core/testing/views.py,sha256=DbDynWMhopGj-1e56Dk5vRRPIcACyWyvrFVzdBJRI7M,75003
346
+ nautobot/core/testing/views.py,sha256=rIPUvz3Tg9yEljD8N5z1Q5CKYxLKPyaziJv5vcuHX78,75125
347
347
  nautobot/core/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
348
348
  nautobot/core/tests/integration/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
349
349
  nautobot/core/tests/integration/test_app_home.py,sha256=hbv31C30Rth3Szk8tWDRBRvBL3UP2FzttqSzG4gPG6Y,5896
350
- nautobot/core/tests/integration/test_app_navbar.py,sha256=pmqhsHRuAOCQn7xfkSw9_VZw__MWz8tLgZr1R1MiCYU,5251
350
+ nautobot/core/tests/integration/test_app_navbar.py,sha256=JSZiTdTyaQ1G5jlUmPMIl-1biDsKcoQ0F-VqYjwz1IE,5260
351
351
  nautobot/core/tests/integration/test_filters.py,sha256=esFdu5tT6VBrgm0_f8n2JcrDtOqJnGy_ipilpKMm8_g,12271
352
352
  nautobot/core/tests/integration/test_general_functionality.py,sha256=x67PMiPrk8_JhWsbX2vZ-jfTQzvm983N9kXVbOSWZR0,1307
353
353
  nautobot/core/tests/integration/test_home.py,sha256=HNGT9Vl8Bre_Th0ui0One7TefYLjYUCogW_3pu_xiFU,4769
354
354
  nautobot/core/tests/integration/test_import_objects_ui.py,sha256=I-FVXDINhN1AppCNvCJmOE5vjrhIftR4lLSQ17N-Jec,1883
355
- nautobot/core/tests/integration/test_navbar.py,sha256=CfQx-zH0L8WRKtWi3_IUJtlyVosj4_eYhGhQ8H07Qas,3362
355
+ nautobot/core/tests/integration/test_navbar.py,sha256=dgRM_CrEWh1DVbVHtYxkyU2t2Ha7Bl2deh3yEYpJnVk,3365
356
356
  nautobot/core/tests/integration/test_swagger.py,sha256=Km72077DJMBkGFa5dmH57OK517L20iTI0SPVFtxCnNM,1653
357
357
  nautobot/core/tests/integration/test_theme.py,sha256=QD8pYFvyj7rxJwtjEBtY_NADEjdUHxzhfWTQzM9-1xQ,2760
358
358
  nautobot/core/tests/integration/test_view_authentication.py,sha256=J86tiXP_yxxupQpS_iv7HXtw8Ume9mipbJURFSdNsn8,3065
@@ -365,7 +365,7 @@ nautobot/core/tests/test_celery.py,sha256=dCSzVui-nbhHvTSoig8l3mVsEZIGxfWRv-U6lq
365
365
  nautobot/core/tests/test_checks.py,sha256=yxZu2ZxM778RWXiN4s9lH0hLfz730MFLDBuPq5NK2ig,1697
366
366
  nautobot/core/tests/test_choices.py,sha256=XrzM3lX3ubVxJ3ugHGaovBBWhIDG3c_HFx1ASJS7Lhk,916
367
367
  nautobot/core/tests/test_config.py,sha256=4kN1-yd0Y5pl5RWhpkdm3-Xt1RNXPMkwWW2i_LMTfzw,4816
368
- nautobot/core/tests/test_csv.py,sha256=FtoBrtkk8d70f2xMqKmpLONhZgPQ6M_euq_10FJxJ1E,14048
368
+ nautobot/core/tests/test_csv.py,sha256=Z7sKxrZWp1mr1pBxBlnVgCMBI3z8p9b4S_jbTDZ3NQo,14274
369
369
  nautobot/core/tests/test_factory.py,sha256=-e4MBBgRWbYFOi0ae1Znm8JWTiDCcFY9YGVzJpPiN8A,1785
370
370
  nautobot/core/tests/test_filters.py,sha256=HlivSRs4mrmJmhZ6xhsXCxAcTaM5vX_ylblNcCNdD8M,77588
371
371
  nautobot/core/tests/test_forms.py,sha256=0XaQHkPiTQoyiYs3utY72ar3y0Z_SgDtfgm5yB3idtk,35322
@@ -387,7 +387,7 @@ nautobot/core/tests/test_tables.py,sha256=6ehPS7A00rBP5J7Ke7PMKsVBVA1OmHlqkykuhG
387
387
  nautobot/core/tests/test_templatetags_helpers.py,sha256=enr9Oet0EnN37_BhXRmZeDe_a9CjJ5hkBvV_HPWL2yc,16162
388
388
  nautobot/core/tests/test_templatetags_netutils.py,sha256=GSjUPovPDpP1x5PTluZEYaqSTWLUAvVclSXdeBn_uiE,2561
389
389
  nautobot/core/tests/test_tree_queries.py,sha256=i0qh7rc2zVxrDgHXS2LXNjPf1IbBACZ9NBLs0E0YFzU,2690
390
- nautobot/core/tests/test_utils.py,sha256=R-YjalY3pa7o4RD-bZszI4ilQght_K5s86mpVo8e0KY,38592
390
+ nautobot/core/tests/test_utils.py,sha256=RgVcb7RL4WJOWNRtq2_cBTeBozzXBw6Jpgj3kUvKu6w,39563
391
391
  nautobot/core/tests/test_views.py,sha256=qiubW7nvzheF5DsVYQmbr28EaGXBNDQeZofLJfCQG5k,26555
392
392
  nautobot/core/tests/test_views_utils.py,sha256=yZIiArDcyQh7dJUO8JWy8gfCIdIjcPuNUQtPLjVykLc,7749
393
393
  nautobot/core/urls.py,sha256=DjU-cAo0DvylISbAC1Xw1G18lATLqrjnF8TsQ0jGq-I,3558
@@ -399,17 +399,17 @@ nautobot/core/utils/deprecation.py,sha256=lc2KE4T8ovBkPr25t9gJCqUm0d2irpeLBOwsXn
399
399
  nautobot/core/utils/filtering.py,sha256=7HZhDBH3E2NJJZwW6KYufPRbzYzytRy9Xs13huRcItc,7826
400
400
  nautobot/core/utils/git.py,sha256=ifsWqQ_nMkbbiCmgzH_vZNyEpFh3OoKeD9yLYo0HEGo,9819
401
401
  nautobot/core/utils/logging.py,sha256=7jlZgHnYJOTyE5oIeTzQJx1MkRf771G6fSEZ9EaAw9k,2071
402
- nautobot/core/utils/lookup.py,sha256=CbOTUPXPynQHfYFw6hRuixQPWjv9JW6xQ-qzQ9N-4Lg,15902
402
+ nautobot/core/utils/lookup.py,sha256=uw-qGteCbT7e5yBkc20Ge-daZmLCLdRiwqPuzOKlJjE,17469
403
403
  nautobot/core/utils/migrations.py,sha256=Im-n7fe47h45ijAlfL7iliids24j7o-f5MFkOCvqssk,8598
404
404
  nautobot/core/utils/module_loading.py,sha256=1-aIKTeeslquI1vX_2v7JC2CQoiBKfH-IYf-N7iBqg8,4021
405
405
  nautobot/core/utils/navigation.py,sha256=sRX9Vphho_Jbvx3QdebN3mdag5AannYkdNrY25AMuHk,2246
406
406
  nautobot/core/utils/permissions.py,sha256=KFtDvCm3aS4qCmLCKvOGKGsSSBlv2xMW8IQ4ZR-2NaY,3344
407
407
  nautobot/core/utils/requests.py,sha256=hLZVODvCpsSB5qUwANJ3zVCd9ZrAfxhU2OJH9ufSEwo,8428
408
408
  nautobot/core/views/__init__.py,sha256=VGslmi-cLtZ8zdRy0AUThEyNX9qJdnZCA1t5m0WoSZ0,20596
409
- nautobot/core/views/generic.py,sha256=G_ceDwamRn8J1vc4llLvtAIphSjQN9e2odrd-oHi0wk,65446
410
- nautobot/core/views/mixins.py,sha256=48wYz9PotHazO6f-4okl_rofa7BP6jo8dFX3Cy4FFYE,51510
409
+ nautobot/core/views/generic.py,sha256=xzdQkFmjzdFW7osPeyMkQ01OcBeu1Q5pRD0xardx1Cc,65920
410
+ nautobot/core/views/mixins.py,sha256=HvTYfdW_r8IxcwXKIk0sa6omgSsjSW4IdUglHz_JUXQ,53673
411
411
  nautobot/core/views/paginator.py,sha256=GgOngltcWfqWqFgduAQ16-G3C900QT2z4M0Qr7rOXaw,2409
412
- nautobot/core/views/renderers.py,sha256=FlUAwl7aJYQrzUps-PODNwuIqIOcwA94Hru1ypn36kA,18407
412
+ nautobot/core/views/renderers.py,sha256=HQC4QSNoNRZ_J-CNjf8mzIFcBuHDMYra8dXI6CiSuHM,18619
413
413
  nautobot/core/views/routers.py,sha256=xdfNWuMRKF5woyrH3ISMDf8Y_ajSWMf0LTUMW0fs9bQ,2706
414
414
  nautobot/core/views/utils.py,sha256=QXjcTFiO_0_8GfiRy950CIqKcZVOx80GlWUfwqzvS8s,16516
415
415
  nautobot/core/views/viewsets.py,sha256=cqp9un4F9n4-TlZ7iVks-0w3IjSQxcex-bFYo490BGs,727
@@ -515,7 +515,7 @@ nautobot/dcim/navigation.py,sha256=9U_hOrYSPyXWd66wyRQRzrYolYMOhr4ghdy-H1N1x30,2
515
515
  nautobot/dcim/signals.py,sha256=QpFXlvC8uTlqDqrHLXrg3QWvMFF6i91L1Dr7hRPMcRo,11327
516
516
  nautobot/dcim/tables/__init__.py,sha256=dDL8CEZusJUXyPeXnqUKtF2UXBs5bMBcMwDTiLPr_HY,5776
517
517
  nautobot/dcim/tables/cables.py,sha256=sOTlvmdTaqTMrc7sCw_tWrjcIOGw8VJDvlS4X8p7PwQ,2023
518
- nautobot/dcim/tables/devices.py,sha256=XKdPFZs_8TNl--kzEkOovpKBbGrCwlEy1_ZtpI-UCHg,39162
518
+ nautobot/dcim/tables/devices.py,sha256=oaVtZLFlwWvIhxhebat2nV1Uq9EJJ_XVtE4IQiNhWKo,39290
519
519
  nautobot/dcim/tables/devicetypes.py,sha256=Z7DeLlURSNaFMBGow3xu5nXW77XFUaz5eNKL0TMq3Cw,8608
520
520
  nautobot/dcim/tables/locations.py,sha256=InHxiaeg41NKYTh_TBQYjvicpcfXFJ1hjVd2RTyiJzA,2263
521
521
  nautobot/dcim/tables/power.py,sha256=WQecyYhvftspr6p-m6gOsEi8rdEdO0PZ7HgPxOEsccI,2309
@@ -551,7 +551,7 @@ nautobot/dcim/templates/dcim/device/rearports.html,sha256=VF9pDCnND7uBNRyvpsqILv
551
551
  nautobot/dcim/templates/dcim/device/status.html,sha256=v7jOr0dg-2QrYvL3eyafVfZ9xVi-_1jAlohw3CQgYf8,5954
552
552
  nautobot/dcim/templates/dcim/device.html,sha256=fzvtV4Rxwiy_a7UKS_BT_evJcS2IrWjZBzFGst2alUw,29536
553
553
  nautobot/dcim/templates/dcim/device_component.html,sha256=bmZiDQ0a27aHK0C2NQGDLzFJYSBFNzSsJDg3xpV1aiA,1172
554
- nautobot/dcim/templates/dcim/device_component_add.html,sha256=gnml6uYDxGDAPjMoR3_wIoKAlb9yIdE-BBSuXebgotM,1502
554
+ nautobot/dcim/templates/dcim/device_component_add.html,sha256=Xyzy_N3Kv_34GGa_TmZXZlgZ69KYH-ko4fz3FEmMyv4,1491
555
555
  nautobot/dcim/templates/dcim/device_component_edit.html,sha256=Lf15JwrB54I5M-UXa_E46XRmpt4He5qXK9IRaKVicBc,153
556
556
  nautobot/dcim/templates/dcim/device_edit.html,sha256=NX1fhw1MX-Kw0n8BooOGm8xpl9nVpL8D53AXaBMLiuw,10507
557
557
  nautobot/dcim/templates/dcim/device_interface_delete.html,sha256=xDZc8rVU50rPQ-QX23bn3xw_g74eGXu-mMY1Symnag0,149
@@ -644,13 +644,14 @@ nautobot/dcim/templates/dcim/trace/powerpanel.html,sha256=trkmh6siiGzNBWtRQjXaDE
644
644
  nautobot/dcim/templates/dcim/trace/termination.html,sha256=Cecq3YOF0ODXOHFJI5to7jc89n3CqW4GGke5Sm2gZW4,306
645
645
  nautobot/dcim/templates/dcim/virtualchassis.html,sha256=ffGLdH9fYKBM1JCtcYXLu1QFEkANN8lVZPkeU_wSQ1Q,2174
646
646
  nautobot/dcim/templates/dcim/virtualchassis_add.html,sha256=_9vp4mzxs-F6CVmNOxSjAfjks_Y6cE7h3OaChHgxudI,770
647
- nautobot/dcim/templates/dcim/virtualchassis_add_member.html,sha256=P9YKnIbQE54WU9DMH9IPQogfdQ-QuSiS6EpIuiArbog,1580
648
- nautobot/dcim/templates/dcim/virtualchassis_edit.html,sha256=lwecIe-zNRvdVNwODqtcH6ZvFIogB58xPTLh2DP7Fes,5055
647
+ nautobot/dcim/templates/dcim/virtualchassis_add_member.html,sha256=xK1F4Bfl8yUS00ui-fpT8PVb-w8Yb3C3iSYr_RsyD0Q,1632
648
+ nautobot/dcim/templates/dcim/virtualchassis_edit.html,sha256=TJLJ83qU0kGhhGmzVVrOGGgj1MJb3vzgLhfa0ay2s_w,5107
649
649
  nautobot/dcim/templates/dcim/virtualchassis_remove_member.html,sha256=cKe8i7wbJtR7nZQh5iGN3sP6EYlAyr4G-Z42uwNqd6o,296
650
650
  nautobot/dcim/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
651
651
  nautobot/dcim/tests/features/locations.feature,sha256=lfd_6gweDUxN9vUW6UNmbdPmQK8O9DBsjTgLEQkMd5M,7456
652
652
  nautobot/dcim/tests/integration/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
653
653
  nautobot/dcim/tests/integration/test_cable_connect_form.py,sha256=afTXEOPwJ8B14GontDemGvmGHKbMGx3vgkB0USpINaQ,5071
654
+ nautobot/dcim/tests/integration/test_create_device.py,sha256=rO-RjNhFq1pn6F13tNgr2G8Wa18WMcSl7sqRMp2y2nQ,4110
654
655
  nautobot/dcim/tests/test_api.py,sha256=tWWdqxTP2xGHwq4JNjCMHqKAxNPB4xoEJi5KLS-qsbA,132986
655
656
  nautobot/dcim/tests/test_cablepaths.py,sha256=tKb4peYEHU9bLL1jUYaeAw8H4ZPrkJ8Hp95kQjMAfnc,53711
656
657
  nautobot/dcim/tests/test_filters.py,sha256=tmsCfXsPpTVi6VGpy83cuhfb6TyUjutu9v7tMO3W9-Y,157578
@@ -1028,7 +1029,7 @@ nautobot/extras/tests/test_models.py,sha256=R4hTf3OyCcs2ptsYjCkN1tJeIGuPZSrMG2AX
1028
1029
  nautobot/extras/tests/test_notes.py,sha256=foT_9YLXhYEnuaMug-Bz0EA2exAwrJGUV5dEVyleCGI,1456
1029
1030
  nautobot/extras/tests/test_plugins.py,sha256=3n9lsusfs5dwedcrCGQhQA4Ln2-sYn85KO20HwhMDoU,34052
1030
1031
  nautobot/extras/tests/test_registry.py,sha256=evPBCr-C8VzbbNtfjcONuEsJqarw0uUronYwfWAPoZ0,2762
1031
- nautobot/extras/tests/test_relationships.py,sha256=T5owGP8Sj-9M-C_1sUZ21sQ4osjdjMO1SIo7-HGjBuA,78849
1032
+ nautobot/extras/tests/test_relationships.py,sha256=vVfbg76RcSCCFYnl74CwuLHeMtDzxEupMoASu6jgYig,78887
1032
1033
  nautobot/extras/tests/test_schema.py,sha256=8BcnvSWw7xeiHM7pmZFas4hD8tbIoml6-dTWK_Y0ngc,2489
1033
1034
  nautobot/extras/tests/test_tags.py,sha256=ogcBCWmXUAypllf2lNNyiz6gAB0delOTYRlOqtM0hmM,4945
1034
1035
  nautobot/extras/tests/test_utils.py,sha256=Pc_MH6_4_6vNvR7KQosL4qLFPEdaN6sCzMnE9_d1lM8,3628
@@ -1036,7 +1037,7 @@ nautobot/extras/tests/test_views.py,sha256=tfr7LKehEAef5xc5GxQhyHwkd6a5lPY5orzEx
1036
1037
  nautobot/extras/tests/test_webhooks.py,sha256=mHCxYvdE0DvKTwLrZxPSD6gcgpr_DSbH14z6HIOBhpw,15732
1037
1038
  nautobot/extras/urls.py,sha256=Lh7cziClmNS-ozRhdm-A7TG9JNrP3uTdPvXnJFXePlo,24430
1038
1039
  nautobot/extras/utils.py,sha256=VWyHrbTPJS9AckAlDcQFy2tVdlL-lmOyxQlEt3Vf-l0,32406
1039
- nautobot/extras/views.py,sha256=853Xr92iwC2Ngec4HCbe-gTpH1zpeWi_ygnT2L3VAgw,115456
1040
+ nautobot/extras/views.py,sha256=9ZW-sp_nar58kUrTDWcV9LSy-Y7IC-3v_nnwcYTUjVU,115496
1040
1041
  nautobot/extras/webhooks.py,sha256=USuU2upWGBSs9qH2mpLQ3hiNLtduRKRdlorkJJajVcg,2292
1041
1042
  nautobot/generate_secret_key.py,sha256=4HQOyZMPFdXx-Ob5RjCrIdU37TSYmK_cWvM9OXZKYE0,509
1042
1043
  nautobot/ipam/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -1048,11 +1049,11 @@ nautobot/ipam/api/views.py,sha256=SQcFrT4mD8RAkIFvGXY-eluWIf8KOfx1-VupwNunLXY,25
1048
1049
  nautobot/ipam/apps.py,sha256=_HOM9cIV_ocIbxML2GB9stTfYmTkgCujTCv45GqNEUA,734
1049
1050
  nautobot/ipam/choices.py,sha256=tstf-liy9mzl51SW5m8016qA8I8Jq-bkuzIgG7H3l9U,2837
1050
1051
  nautobot/ipam/constants.py,sha256=fdHopQUAl-WgJ-WXVJP4lZXMOSYNoO6WRpT1W2URdM4,1795
1051
- nautobot/ipam/factory.py,sha256=2SJK5fOumXcCzpZnIYWclfdiEvGWJleVm4I41xXzzOA,19115
1052
+ nautobot/ipam/factory.py,sha256=D_qriNpesnwdjRLBZYSlPyWJl4D77LXpD0lT-A9SBDU,19363
1052
1053
  nautobot/ipam/fields.py,sha256=tbNZ_AIHXBY0akl4P9rkA4fkbgTKl7kPIC1xZhsPhX8,3902
1053
- nautobot/ipam/filters.py,sha256=4mcaXa7-6rhbg5kMeD1QXzfjAZ4i9xl_gooWWmG_YEk,20580
1054
+ nautobot/ipam/filters.py,sha256=MTGBLFnsgn35rtuV1onO3Cvf5s5L4diEnm8Om3t7FkU,20768
1054
1055
  nautobot/ipam/formfields.py,sha256=ig4DSaIbXrc7zPVyK2u7_KaESyjwNpn2OkCrN1z0jCk,1999
1055
- nautobot/ipam/forms.py,sha256=y8OJbvCbrPm2c1p9yKnaIU7bEoBbxEomyAPH7J-rea8,29810
1056
+ nautobot/ipam/forms.py,sha256=A0drEdHIwDwdQzKtUAu9AO2au5uDyjiDF29hMqxqnkg,30697
1056
1057
  nautobot/ipam/graphql/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1057
1058
  nautobot/ipam/graphql/types.py,sha256=HAY4xecOUYcnEZv8pW1JB5JfrGGCKlxsmaC6oTkmBk8,1413
1058
1059
  nautobot/ipam/homepage.py,sha256=wy17qHak7bVkRb0I63CCsgfM-RE33csNwMU8fAeRBXw,1382
@@ -1112,17 +1113,17 @@ nautobot/ipam/migrations/0049_vrf_data_migration.py,sha256=wWDRp5SXXNFoQN7UzsBpk
1112
1113
  nautobot/ipam/migrations/0050_vlangroup_range.py,sha256=acCX6_sxXWyvK7Q0V3TvuDeDByPlxYsKbDtu62PamjM,658
1113
1114
  nautobot/ipam/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1114
1115
  nautobot/ipam/mixins.py,sha256=bd6hX3q0j64Lmu5N08scSRz5JGNk1Ua5jenUQaXo-wM,1578
1115
- nautobot/ipam/models.py,sha256=q-3u1P4xM_aOeoc5t4InB8LvleBvMKy_87Y-Nei1M2s,57870
1116
+ nautobot/ipam/models.py,sha256=0dkmWIchtkD-P-T5D5XEuEkb44glAUp2EO9c8JgxfyE,57950
1116
1117
  nautobot/ipam/navigation.py,sha256=8SQbjHpKc80J3uc6apaWZUhzyEu2TGx9BQDK3adOnuE,9994
1117
1118
  nautobot/ipam/querysets.py,sha256=afBAekXHZ7GvCGUwnhXlmSbSi_XCl_t9dvOMJ7cyHQI,20819
1118
- nautobot/ipam/signals.py,sha256=Hm62ouFDLtqxLTvKL_0Qk155-10ElJn3VYuMPIYMtHE,5109
1119
- nautobot/ipam/tables.py,sha256=a2h5CC4zdxUTKPI_jrNFncIf1LcJUdLPawuNnnB5hYE,24155
1119
+ nautobot/ipam/signals.py,sha256=9P5IngYBf08oybNYtihOv92C2BU_yEIZfx8O7NoGD_M,5120
1120
+ nautobot/ipam/tables.py,sha256=oNa61tbPfWhg0on5hu-F6M-A49xpOPk9hOsJs-x--48,24197
1120
1121
  nautobot/ipam/templates/ipam/inc/ipadress_edit_header.html,sha256=E-kg63hAwg6oZ5o7hP06cG_uNlISh3OpCx5umpRmtg8,765
1121
1122
  nautobot/ipam/templates/ipam/inc/service.html,sha256=4EmyWpT2DgzYhmgQa7uAr771FWkhLl2f2YH-jZ85r5U,1258
1122
1123
  nautobot/ipam/templates/ipam/inc/toggle_available.html,sha256=0h1es14XtJs_3Ys7IrhbuP5FLmFAlNuuDhQx8Ir-2Dk,626
1123
1124
  nautobot/ipam/templates/ipam/inc/vlangroup_header.html,sha256=3Qf8R-_VKxdc1kLBKF1v4mO6S6dapuArgZJP4e3C5x0,704
1124
1125
  nautobot/ipam/templates/ipam/ipaddress.html,sha256=EORz5EGQy6-H2OCmL-xcup7JP1KMDazzG-rhoA_lz5I,7266
1125
- nautobot/ipam/templates/ipam/ipaddress_assign.html,sha256=2ALBh1K6Y8ml71purIFdtfXQAlRzluKp4BYV3tyf-q8,3118
1126
+ nautobot/ipam/templates/ipam/ipaddress_assign.html,sha256=mn98onBYOAMfsh89B4M_M6hudm17oylEKpJQe3_lFLY,3170
1126
1127
  nautobot/ipam/templates/ipam/ipaddress_bulk_add.html,sha256=IIMuBIc6I21SLFBwyVlisrw0_guhDCiXTEmMdYDPTWI,1149
1127
1128
  nautobot/ipam/templates/ipam/ipaddress_edit.html,sha256=o4WT-EkL2vALSM-xmDx9W4Eon30WOq9oWlSu3TN2GNk,2389
1128
1129
  nautobot/ipam/templates/ipam/ipaddress_interfaces.html,sha256=_7Hyw4lRpq0LHESpLBo2LwBTXTp-bBFASL75FdWa2IQ,1460
@@ -1160,12 +1161,12 @@ nautobot/ipam/tests/test_filters.py,sha256=MUeMpjlouAlzVHuMfo8KBL8BuhY-kC2rP8rt1
1160
1161
  nautobot/ipam/tests/test_forms.py,sha256=Z7YsI-iiqVEf1gjCu_XkmiS9DjD7rGEOZ0uLu3jugdY,4869
1161
1162
  nautobot/ipam/tests/test_graphql.py,sha256=TueQWXtLIxyYmFM158IhG4DeYcVZbMHlhv09oKJiQAo,1140
1162
1163
  nautobot/ipam/tests/test_migrations.py,sha256=14m6b_34Iba15w-CFLeZjbd0FGlzVScze8O-By8ID2E,21997
1163
- nautobot/ipam/tests/test_models.py,sha256=Aslk7cHxIiECtdtpF4BqrMq2uemJVXfJT1X7WQU2p6U,71733
1164
+ nautobot/ipam/tests/test_models.py,sha256=1iUJdMeAXTXCX8YeeohQZbnclrCHqrwMuPJdFd_WLtE,77147
1164
1165
  nautobot/ipam/tests/test_ordering.py,sha256=lZoOx-W4Lgf16doDNgdsNd8obs0aa7hAWfuXLQi_rDc,1389
1165
1166
  nautobot/ipam/tests/test_querysets.py,sha256=ZfOS1Cm0kb1nnQ2l3Se66m2ZQpxryg4k0PkSqzL2_Dw,40466
1166
1167
  nautobot/ipam/tests/test_tables.py,sha256=hR6j8gEjqELlfQFRwpz7ry8zMyjPCTmYoBRF8Ikb9Xo,2520
1167
1168
  nautobot/ipam/tests/test_utils.py,sha256=526xClvwwTUTV5pzpV4cU063YmQLdJaRZtLUDJfxoDQ,3182
1168
- nautobot/ipam/tests/test_views.py,sha256=BUdgzBOiHXcC0i0_ddgutki4Ch35FZnOlkF9wmz_1CA,51809
1169
+ nautobot/ipam/tests/test_views.py,sha256=s9w107LfaqNdwk8-HCsvieIDfZz6BVFgn9kV_HK624s,53515
1169
1170
  nautobot/ipam/urls.py,sha256=fnWhf8F_2B5ZdPlFzj25VRdU1PkhxtYaRbux0-CB614,11607
1170
1171
  nautobot/ipam/utils/__init__.py,sha256=hA6WY4ftoapQhxwEQvKdTMl8cGhqUvpBDmAMiKpA9H8,13747
1171
1172
  nautobot/ipam/utils/migrations.py,sha256=aWd40IWbBCZ29tijEe8F5V6VQNzSO1taIL5JeBJFJxo,27854
@@ -1285,12 +1286,12 @@ nautobot/project-static/docs/code-reference/nautobot/apps/jobs.html,sha256=fdlt3
1285
1286
  nautobot/project-static/docs/code-reference/nautobot/apps/models.html,sha256=HNxyzUwMwl4lVD1WWc4hElbc0Thy7O1pWbcFYWedoxQ,343708
1286
1287
  nautobot/project-static/docs/code-reference/nautobot/apps/querysets.html,sha256=Nt7Sb6enEJpnEsTTIbZKR4ZI4Isfq8PDV6nttc1EIEw,163178
1287
1288
  nautobot/project-static/docs/code-reference/nautobot/apps/secrets.html,sha256=uLnkEHEFB4vhsQAOXDjJiM5yfwuv2mVRBxRtYVkHb90,167276
1288
- nautobot/project-static/docs/code-reference/nautobot/apps/tables.html,sha256=gjSGj1vnqvc3CkQw2HvsXDLLigqPDoZALMiwUz8-cBc,181228
1289
- nautobot/project-static/docs/code-reference/nautobot/apps/testing.html,sha256=VWPDKpswBJJLOor3CQMKRO1m75EMOuIhUYpuYsfxEnE,352134
1289
+ nautobot/project-static/docs/code-reference/nautobot/apps/tables.html,sha256=mbBQdTUO9XPBui8V4rZwSxvj-mGDYUL002UV3cLgAO4,189003
1290
+ nautobot/project-static/docs/code-reference/nautobot/apps/testing.html,sha256=zvSvpDJlFCNDFNizdd8wJ1N-0l8OoEW-bQE9160lEyg,357538
1290
1291
  nautobot/project-static/docs/code-reference/nautobot/apps/ui.html,sha256=G5rkTFCXfkXk08h1ZbuUg7JqVJblMj7ngzjvwonSpaU,240228
1291
1292
  nautobot/project-static/docs/code-reference/nautobot/apps/urls.html,sha256=zS8_D4G-gGgC0SkYIuz4eXSil3OCmzLtHBV_9EDFD6M,160872
1292
- nautobot/project-static/docs/code-reference/nautobot/apps/utils.html,sha256=VFPB2pQK__Hqx71aktwDry3UzK53eu-4pTTOAbBSJhQ,304704
1293
- nautobot/project-static/docs/code-reference/nautobot/apps/views.html,sha256=bsoxCWC1vynZuoUGGneCSb9CjouS5Fu4brnCx3abikE,280980
1293
+ nautobot/project-static/docs/code-reference/nautobot/apps/utils.html,sha256=KG5N8OPP2JK3HRhWvWA1J5EXPUp6KMdQY5uzArtuwKU,309742
1294
+ nautobot/project-static/docs/code-reference/nautobot/apps/views.html,sha256=bX4OASvpmmNT69zhDv3SDRn8YSZHQELrI2Ce09P8OGc,281548
1294
1295
  nautobot/project-static/docs/configuration/authentication/ldap.html,sha256=kh6WpHp9tyUfY5KtjNDQwbEFnNdWaNcPSUMH2iL7ZKA,589
1295
1296
  nautobot/project-static/docs/configuration/authentication/remote.html,sha256=30ryajBWVNS_KSAeS1JqDEFK8J7UM07LNX85ZPewThw,595
1296
1297
  nautobot/project-static/docs/configuration/authentication/sso.html,sha256=FvxhXjzcyCjUjiRt-RJBQum85awSEKE1qqWYJKLu49E,586
@@ -1563,7 +1564,7 @@ nautobot/project-static/docs/models/virtualization/virtualmachine.html,sha256=g_
1563
1564
  nautobot/project-static/docs/models/virtualization/vminterface.html,sha256=-UN01ln7jqGUXhiXxyCiTtu3Zm8c7sIYycSfkhzKoZg,571
1564
1565
  nautobot/project-static/docs/nautobot_logo.png,sha256=mVJ0rWJcqys2XAJzSBZUDmTZSPWcI4OYvE_K4SB1580,9204
1565
1566
  nautobot/project-static/docs/nautobot_logo.svg,sha256=jJ4smK4dolEszNsvkYp5xYF1jsZ9nw28GRPtT1Jj2o4,13318
1566
- nautobot/project-static/docs/objects.inv,sha256=2BUvYg8_R0Ye9XxmTb3yzNIzmbFL5S9Rqkwsp13CbDE,33545
1567
+ nautobot/project-static/docs/objects.inv,sha256=M1swctn-TB2DsDrfo1AZxqKZu7rm_NNH5Hly7LhA7QI,33727
1567
1568
  nautobot/project-static/docs/overview/application_stack.html,sha256=E3sVcXTfVFw1rxVi2m3S_xAZcOayg9Fw-x-ppsYztvg,175374
1568
1569
  nautobot/project-static/docs/overview/design_philosophy.html,sha256=2AB7PRihJzVni9rCuVZFGOQEZEpswCav3M70oGCGRuU,162870
1569
1570
  nautobot/project-static/docs/overview/index.html,sha256=6Yl8iMMWugqj6vKdIsq5l4oK18TYA86uyN3ZDK6LyvQ,418
@@ -1581,12 +1582,12 @@ nautobot/project-static/docs/release-notes/version-1.6.html,sha256=1kKWtJ-goGRcE
1581
1582
  nautobot/project-static/docs/release-notes/version-2.0.html,sha256=xbc83vcIzJsOnmWHXPrRCvEt_TMjyOt6vvQBNMMmR_g,418970
1582
1583
  nautobot/project-static/docs/release-notes/version-2.1.html,sha256=ieQC7ly0uSgBZZ0GCdXLh1claKzFNWEkCLeqTbkD2X0,262947
1583
1584
  nautobot/project-static/docs/release-notes/version-2.2.html,sha256=tsp6_tAvXiOMavHWVT-iUumZ9KhQNo30eASTdXWf5ag,261095
1584
- nautobot/project-static/docs/release-notes/version-2.3.html,sha256=ZixFsl89CfzjxQhnjNaA6XMWoOacG5ayoNcjcPeo3oU,278528
1585
+ nautobot/project-static/docs/release-notes/version-2.3.html,sha256=Aj4gF2kBUHYecbBZ1ZyWrPr1iDzFsxGS4y3aXRFJxXo,285012
1585
1586
  nautobot/project-static/docs/requirements.txt,sha256=5GscsqWEw3rFiBcmFJYwssCp6I9MKt9_oZX6wLKw-HU,385
1586
1587
  nautobot/project-static/docs/rest-api/overview.html,sha256=KQL2zhlljwafJvQ1Ook1TjpKeZxemTgUUIHBo0kxLuQ,556
1587
- nautobot/project-static/docs/search/search_index.json,sha256=63_S1X0UqzOSKTyTIY94vCpA42Usomi_OnESOWlXAak,2584326
1588
- nautobot/project-static/docs/sitemap.xml,sha256=siyX-yaFSdfreOl2CAUVtkMXp1Uao6Pe0PpakPwqgnw,48383
1589
- nautobot/project-static/docs/sitemap.xml.gz,sha256=8lXdCwwAvx9sd8N39ba9bJ8CDMBULofWwwmP42dKZRc,2404
1588
+ nautobot/project-static/docs/search/search_index.json,sha256=KyC6i94ZBdpqgRufuFto2kVwNqIXd_ICuUYLrZgcMiY,2592695
1589
+ nautobot/project-static/docs/sitemap.xml,sha256=hUyvM8zyc1YPszTpst5TK3tMbR4AvI06Ku8SJTMB34U,48383
1590
+ nautobot/project-static/docs/sitemap.xml.gz,sha256=2RgpL9jJAVscJPVCq9rRKHZDCwGub0wF49JljU6Tjd8,2404
1590
1591
  nautobot/project-static/docs/user-guide/administration/configuration/authentication/ldap.html,sha256=r0P28tRmekjyXuqM_UdUckcKMbWQ-JxniADB_s_hP64,198466
1591
1592
  nautobot/project-static/docs/user-guide/administration/configuration/authentication/remote.html,sha256=klc9bhR9SBty_FRpVYDNt_ONKKtr4JasOfOZAH7-HrE,163016
1592
1593
  nautobot/project-static/docs/user-guide/administration/configuration/authentication/sso.html,sha256=9ExJ51OuVhRWjc5AIAAIoc2Z3yY6hyoJGjf2bQ3yzkY,233393
@@ -1605,7 +1606,7 @@ nautobot/project-static/docs/user-guide/administration/guides/healthcheck.html,s
1605
1606
  nautobot/project-static/docs/user-guide/administration/guides/permissions.html,sha256=MeoY_1-JVG8UeTLoOyGDPTJi3qWlxaeb4REcDF_cMGw,173172
1606
1607
  nautobot/project-static/docs/user-guide/administration/guides/prometheus-metrics.html,sha256=2DU9-pRVCbx38PDUiLnydwMR_pH1LdVegbu-glUcssY,167306
1607
1608
  nautobot/project-static/docs/user-guide/administration/guides/replicating-nautobot.html,sha256=mJlqeDOBGAOn_Jqkuf9jd7vM9BaJvD2iKYwZ8U0CtHU,165322
1608
- nautobot/project-static/docs/user-guide/administration/guides/request-profiling.html,sha256=k3N4pTtaplbNBCSm3eJpRWsDjDpc_tCXprkpBkoKZT8,165954
1609
+ nautobot/project-static/docs/user-guide/administration/guides/request-profiling.html,sha256=uWUcFBTl8ATsJD0v6FRPK4XWAYeFr8nPNz6oT1nVHpY,167162
1609
1610
  nautobot/project-static/docs/user-guide/administration/guides/s3-django-storage.html,sha256=kLADc6iEKB-DgJYhP3VEKJ01EBHo2vNQkBLrrFE-NIs,180180
1610
1611
  nautobot/project-static/docs/user-guide/administration/guides/selinux-troubleshooting.html,sha256=udWv7Zekx9sgn_5wXGirm9D-fEmCZmq30P_xxQ6xUxA,179987
1611
1612
  nautobot/project-static/docs/user-guide/administration/installation/app-install.html,sha256=l5JB8UFK6LyTcYsVkU9TyGrigeITAhP0Y8cmFatoyNc,167704
@@ -2128,7 +2129,7 @@ nautobot/virtualization/apps.py,sha256=f25g5jTOmLI-RECfF4v-QC6etkbwUorNJd2slKJH6
2128
2129
  nautobot/virtualization/choices.py,sha256=sArxoghj00U8L5psI0sid-qFnMBU0jm94QeefpYV7e0,1014
2129
2130
  nautobot/virtualization/factory.py,sha256=f-8Eb13T8SsJ0RNHb8tllL5lbeG2O-nNQcz_iYh1McU,4385
2130
2131
  nautobot/virtualization/filters.py,sha256=S8zjnO1NKp9vxSjMpzC_R2Uj_lUiyo1Bl13RqzRWyFc,12466
2131
- nautobot/virtualization/forms.py,sha256=MupMiVSDKcd9WkN5VNTNKD1qRMnIqfjbl-t1OO_nySE,23833
2132
+ nautobot/virtualization/forms.py,sha256=on8Z_9bDOYGGQ60onqnV3WQnKYJxtsdinZZijgKR_HM,24452
2132
2133
  nautobot/virtualization/graphql/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2133
2134
  nautobot/virtualization/graphql/types.py,sha256=hZhYScY9H4_IXOKk11kfLBeUIM8oVrWgUNVEhOQ56ig,1560
2134
2135
  nautobot/virtualization/homepage.py,sha256=MS9-4oLuPcIJqXM9SIOKt49_7reDCg4SBNlNlwsXOMk,924
@@ -2179,17 +2180,17 @@ nautobot/virtualization/templates/virtualization/virtualmachine_edit.html,sha256
2179
2180
  nautobot/virtualization/templates/virtualization/virtualmachine_list.html,sha256=OEsucQcL85UqD3GLs7P2hGKrH2Q57Z_zrazvr2aIXmA,794
2180
2181
  nautobot/virtualization/templates/virtualization/vminterface.html,sha256=OT2Oujj6k6UYAuWWy_EpjEUfD5pHLjrrYia2_K6vBvk,3071
2181
2182
  nautobot/virtualization/templates/virtualization/vminterface_bulk_delete.html,sha256=ZNStEvW6-7_xRmRgD-tCJQ7AlHZUWWkzwEBXu2RnKVw,162
2182
- nautobot/virtualization/templates/virtualization/vminterface_edit.html,sha256=mJGZz9FpA-q4dIP5okJvAsk1ak8m916vKLnyvLfsmro,1759
2183
+ nautobot/virtualization/templates/virtualization/vminterface_edit.html,sha256=0sr_zSw2WA0rYxp2W75EpGT_62yw4nHadymqmQiNaBg,1799
2183
2184
  nautobot/virtualization/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2184
2185
  nautobot/virtualization/tests/test_api.py,sha256=5-TIG8eZozT2rLN_HdDnSxDuro_0OVeTLDviePHb2zo,16244
2185
2186
  nautobot/virtualization/tests/test_filters.py,sha256=ukz8YF1SWJOCNTe74w635prgEZplBR8TzHBQfd0whmM,31066
2186
2187
  nautobot/virtualization/tests/test_models.py,sha256=Skv2INRTXuiicvP5TL77aKqEzRHTkuxik3NW6s7p6yE,8815
2187
- nautobot/virtualization/tests/test_views.py,sha256=2YYCl3d_y-7f5C9ub4OWSrzqxNH3yOGfxzPCZI9bGWI,14282
2188
+ nautobot/virtualization/tests/test_views.py,sha256=YXGMsKMzq6vaUSl-IEhZoq0whlbJ29WmR-EWkeGoANM,14501
2188
2189
  nautobot/virtualization/urls.py,sha256=EurmzDdz73U_ivr7xIOc8DQg6E4Zpsig-2EBOKyVUVg,8389
2189
2190
  nautobot/virtualization/views.py,sha256=NIvLX_abHmgIbPswHx0cj4CZ4tDyR6YajuZO0kKLkFs,15885
2190
- nautobot-2.3.10.dist-info/LICENSE.txt,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174
2191
- nautobot-2.3.10.dist-info/METADATA,sha256=Y0aZ2Hkg8ErRgp1PMBcPjlr-mH0VTFXx6orZodrrHIM,10025
2192
- nautobot-2.3.10.dist-info/NOTICE,sha256=RA2yQ-u70Ex-APSWYkMN6IdM7zp7cWK0SzmVrqBCcUA,284
2193
- nautobot-2.3.10.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
2194
- nautobot-2.3.10.dist-info/entry_points.txt,sha256=kUwm_Ve_FyUFjcYqTtQWsqJ2JKWPkHFOD8rcK71jX2k,58
2195
- nautobot-2.3.10.dist-info/RECORD,,
2191
+ nautobot-2.3.11.dist-info/LICENSE.txt,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174
2192
+ nautobot-2.3.11.dist-info/METADATA,sha256=qWh5BleWtQaM3_Clm8H1S0-okdjPDRgWYNIRWUbHBiw,10025
2193
+ nautobot-2.3.11.dist-info/NOTICE,sha256=RA2yQ-u70Ex-APSWYkMN6IdM7zp7cWK0SzmVrqBCcUA,284
2194
+ nautobot-2.3.11.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
2195
+ nautobot-2.3.11.dist-info/entry_points.txt,sha256=kUwm_Ve_FyUFjcYqTtQWsqJ2JKWPkHFOD8rcK71jX2k,58
2196
+ nautobot-2.3.11.dist-info/RECORD,,