nautobot 1.6.22__py3-none-any.whl → 1.6.24__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.

Binary file
@@ -209,6 +209,8 @@ class ViewTestCases:
209
209
  escape(str(instance.cf.get(custom_field.name) or "")), response_body, msg=response_body
210
210
  )
211
211
 
212
+ return response # for consumption by child test cases if desired
213
+
212
214
  @override_settings(EXEMPT_VIEW_PERMISSIONS=[])
213
215
  def test_get_object_with_constrained_permission(self):
214
216
  instance1, instance2 = self._get_queryset().all()[:2]
@@ -226,11 +228,14 @@ class ViewTestCases:
226
228
  obj_perm.object_types.add(ContentType.objects.get_for_model(self.model))
227
229
 
228
230
  # Try GET to permitted object
229
- self.assertHttpStatus(self.client.get(instance1.get_absolute_url()), 200)
231
+ response = self.client.get(instance1.get_absolute_url())
232
+ self.assertHttpStatus(response, 200)
230
233
 
231
234
  # Try GET to non-permitted object
232
235
  self.assertHttpStatus(self.client.get(instance2.get_absolute_url()), 404)
233
236
 
237
+ return response # for consumption by child test cases if desired
238
+
234
239
  @override_settings(EXEMPT_VIEW_PERMISSIONS=[])
235
240
  def test_has_advanced_tab(self):
236
241
  instance = self._get_queryset().first()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: nautobot
3
- Version: 1.6.22
3
+ Version: 1.6.24
4
4
  Summary: Source of truth and network automation platform.
5
5
  Home-page: https://nautobot.com
6
6
  License: Apache-2.0
@@ -449,7 +449,7 @@ nautobot/extras/api/nested_serializers.py,sha256=zHEPCfgxN21J9ZNXTmvX1ljvEmPzmYv
449
449
  nautobot/extras/api/relationships.py,sha256=A4lNHtcphpKJu3Fp1RVnJXoW3M4q8zqFodSOZtkJ2Ps,18498
450
450
  nautobot/extras/api/serializers.py,sha256=FdxYKLFCa5YU8j5cAoV5N58YG478_s1eNGvE828ALIM,45304
451
451
  nautobot/extras/api/urls.py,sha256=_FqjssSVyaO_-ql9D165tvafFJ5wqUwYDIKA7uL-s2s,2314
452
- nautobot/extras/api/views.py,sha256=Bl0-L_JBZPTgqwQVYsKCi6u8LUz5Kt6XuX9NqKt_iYE,44512
452
+ nautobot/extras/api/views.py,sha256=Nxt5ovBIgAyiHnSA5C__R1aygkYJBys6StvfKY-4obo,44507
453
453
  nautobot/extras/apps.py,sha256=e0iGE_J2KFOc2r735kUYwsO9VLxVE2xeBtiDd9PIPow,2365
454
454
  nautobot/extras/choices.py,sha256=85AypRlkfb435TfQCNLIB-ctSv0udyMe99onw4Z0HKo,8521
455
455
  nautobot/extras/constants.py,sha256=O5Vn9ej4zxpTh3Dh3TRQHe6bp5mfS2E0x1Vbc6nqVbE,1349
@@ -679,12 +679,12 @@ nautobot/extras/tests/integration/test_plugin_banner.py,sha256=k33CLrsm2VZAkJ6zZ
679
679
  nautobot/extras/tests/integration/test_plugins.py,sha256=Gvm0cGKTSzMX2sgpuF3Pc3fdvwkc8FoIqf2PhU_H-ek,9515
680
680
  nautobot/extras/tests/integration/test_relationships.py,sha256=uf4xtJEIPb79VP6BuiXKXpjVkkkB7xT-XR-E5L3wopY,3378
681
681
  nautobot/extras/tests/integration/test_tagfilter.py,sha256=ImpTXtpKO07688FQoz9l0LWkl8_nW6j8bDbUV4auEGs,2534
682
- nautobot/extras/tests/test_api.py,sha256=ydhn5xCG1jl0ltUg2MW0PxPe9rcGpnDiD5wYacQOD1Q,150415
682
+ nautobot/extras/tests/test_api.py,sha256=XwVolQCiiNqmS07Noxv5XbO6Nu53Z-RZMr26tHumOqg,151473
683
683
  nautobot/extras/tests/test_changelog.py,sha256=6jXJk_S61YE5luy7AMAIFEAJkdyG5XI_Txb9E-6OzwA,25182
684
684
  nautobot/extras/tests/test_context_managers.py,sha256=sErbzUZMPRT4IVzpaS2SCUiiwQOTK6jeNGnVbwkq7cA,4033
685
685
  nautobot/extras/tests/test_customfields.py,sha256=kTyDTSpfDILB0Hq8DbongKztuZXa67aHVr_tJ-qGltY,91118
686
686
  nautobot/extras/tests/test_datasources.py,sha256=gK7qM37DqPvAWcExaYwpuN-_UMFQ0RpCNIA636RDr2c,43092
687
- nautobot/extras/tests/test_dynamicgroups.py,sha256=BMfpPp0E6JZivbZq4obVUuWEqXH_6FLOG0fVsyV_-Ls,46428
687
+ nautobot/extras/tests/test_dynamicgroups.py,sha256=EQV-as3FPk-w4Vn6Q3y_MMWjZ6gqFUCTSDi9z6n8E5s,46428
688
688
  nautobot/extras/tests/test_filters.py,sha256=HLwPaIWio51WgggpnztdymYdpnMCgT6n81zA5ccbNfQ,63218
689
689
  nautobot/extras/tests/test_forms.py,sha256=o72Nl5X0Y8vOIcj81UxpR5WQoJLgqzjFZ98RqkZ6cYE,49240
690
690
  nautobot/extras/tests/test_git.py,sha256=3u1fnvOLujOniTe9tcaXRZD1_GYKcbXARO0SpL7D7bs,809
@@ -699,11 +699,11 @@ nautobot/extras/tests/test_scripts.py,sha256=fvvRemCRUIaMPbBv29uUZwcdZppN8C-Fb-b
699
699
  nautobot/extras/tests/test_tags.py,sha256=mppWg48VYocTak0rTaPWmfpVWHkP6m9jn-tWVtW58Y0,4588
700
700
  nautobot/extras/tests/test_templatetags.py,sha256=-kfC1p9a_iZ3GgCF9Y8DYrlEcM40HA0ITlhm-cV-GGY,6502
701
701
  nautobot/extras/tests/test_utils.py,sha256=fXzx89CfDaOulVcLA0TRmRMerzkhGdgcujqPlX9oLPs,2304
702
- nautobot/extras/tests/test_views.py,sha256=T_zhHwTOcNmY5hFNT0ksP6dZr3sPAArjqztirn7Kn24,106168
702
+ nautobot/extras/tests/test_views.py,sha256=87eRmtZFCRqRuSRdPpgIrmOlwYe6gADi_PZrSG2uuqM,108181
703
703
  nautobot/extras/tests/test_webhooks.py,sha256=JjCnnGgZ_0A5k7MBKY2nVxekbx2R0nusea2BJvp76g4,11473
704
704
  nautobot/extras/urls.py,sha256=_LASfaAV3KrXp-u90pkT_pHdWmcSFmCxNOaG656cDoQ,23562
705
705
  nautobot/extras/utils.py,sha256=AlSNdhz5Imly0DPncBsGOOgdtcgGPCFUyVPVO2SdRKs,15876
706
- nautobot/extras/views.py,sha256=oL7cWWHDeUDwgxXYoWYHI6VrOjuGHRdazB4gmKBdyyk,79119
706
+ nautobot/extras/views.py,sha256=g4RhUbjXJW6746GBAHSsOSrkC-UulpbjevVZrkQRI5g,79203
707
707
  nautobot/extras/webhooks.py,sha256=eR6ez5IQYf11u7GR9I9ZW7rQLVUUGl9jzj4L3gTOGCc,2088
708
708
  nautobot/generate_secret_key.py,sha256=cjon2x3jMblXuXVJMZ4vqx_cmTH5Ci89JOB7kpioaM8,318
709
709
  nautobot/ipam/__init__.py,sha256=4hUAXRFWryCpduqSjuFLh36O_6mnkvndnOPPq9uQ8Zk,53
@@ -886,7 +886,7 @@ nautobot/project-static/docs/code-reference/nautobot/apps/forms.html,sha256=27pb
886
886
  nautobot/project-static/docs/code-reference/nautobot/apps/models.html,sha256=HZHdE3TxDyTJywC4S8FNJ65btiUk0AUSS8qRxGpPnGI,224503
887
887
  nautobot/project-static/docs/code-reference/nautobot/apps/secrets.html,sha256=Kzu-cRc-QLJRscjmVmEQKbk1ETyTh3YkHJpuuqHAmpk,103285
888
888
  nautobot/project-static/docs/code-reference/nautobot/apps/tables.html,sha256=XAMaExEjOrKkT6341V3Bx6120j6r-TW-6qWoojsO2VE,185338
889
- nautobot/project-static/docs/code-reference/nautobot/apps/testing.html,sha256=q-8VNixulpQnWT5Ekl9QFc8JZSWpkP78rpfHFQ0WEN4,1830758
889
+ nautobot/project-static/docs/code-reference/nautobot/apps/testing.html,sha256=KjY2nKY2f2_TiBGfFQRFMBwjx1colcYdZA0t36h-b34,1832855
890
890
  nautobot/project-static/docs/code-reference/nautobot/apps/ui.html,sha256=LCvCOq4HNlHxfGs5eniXqjkO-zS8sXrh1M04i-YkyBs,309270
891
891
  nautobot/project-static/docs/code-reference/nautobot/apps/urls.html,sha256=xEi2zwsi6fSMQdSQfP2XBVbludViwbAk9Nfk3Q4_oyg,108546
892
892
  nautobot/project-static/docs/code-reference/nautobot/apps/utils.html,sha256=JMfdW_PesgEGgJUiVzZo15DdcpLgjXc6k5mSHVEksn4,130940
@@ -1076,14 +1076,14 @@ nautobot/project-static/docs/release-notes/version-1.2.html,sha256=QdkHnyK54mMjo
1076
1076
  nautobot/project-static/docs/release-notes/version-1.3.html,sha256=dae-rrbRyaF5s8oHGCMHPiJVpLUb6alEyqR-YDlnGVI,168543
1077
1077
  nautobot/project-static/docs/release-notes/version-1.4.html,sha256=CkEpfQMtKRqvIZA0CRn1PcD7_JhaNQ-58emphMEk8As,181807
1078
1078
  nautobot/project-static/docs/release-notes/version-1.5.html,sha256=v5zAmW27pEQqBuTs3DkNF7HDLvIqSYYNr5KqBN5zMbw,208157
1079
- nautobot/project-static/docs/release-notes/version-1.6.html,sha256=e-1-xcLAt5vT2LNaCjfRE-ANG4cOKiL4Ag_GLK3kEj8,181942
1079
+ nautobot/project-static/docs/release-notes/version-1.6.html,sha256=beK6NLd5uw73DTN-NdOboV8EjepNDwLE2C57Rya5QCo,186088
1080
1080
  nautobot/project-static/docs/requirements.txt,sha256=v0uo_0GoM3QsvTrLeZVTC6GvKi3Ml7ExH_JMwI8Oxmo,227
1081
1081
  nautobot/project-static/docs/rest-api/authentication.html,sha256=N6R8AxPgk87fUA0mARPbLEOvj1J5YpVBd7bxlf533dY,95769
1082
1082
  nautobot/project-static/docs/rest-api/filtering.html,sha256=3oeK9XKYWvYDGsJO_quoRGENfxpT01VQouWsIijZQzU,102257
1083
1083
  nautobot/project-static/docs/rest-api/overview.html,sha256=_wimramudRVJ5uRoXoCf8mRF7LS9zI6WNQ_Soh4FSqk,210969
1084
- nautobot/project-static/docs/search/search_index.json,sha256=g6eLijbr1JmNvcLUzQOGLoJS5OaGYEgK6I4Kxf2jGkw,1985874
1085
- nautobot/project-static/docs/sitemap.xml,sha256=VLBWYTg9VeYOgtX4nIf3LykXuCA7s7qN5SiOv1vtrtI,37991
1086
- nautobot/project-static/docs/sitemap.xml.gz,sha256=J87tp41vfI2pGKFHzPbPCuxOhEiSSbmD8U8dTXBeFQM,1659
1084
+ nautobot/project-static/docs/search/search_index.json,sha256=OB6xTcrq-HsvdrWy_fgssl4fFrvAT1uOkuuiE7M_z9Y,1987644
1085
+ nautobot/project-static/docs/sitemap.xml,sha256=B3fH6oyUH22HoJHOlCHG6KnFImQYY55lsyMz1Bgtw5Y,37991
1086
+ nautobot/project-static/docs/sitemap.xml.gz,sha256=swEtDiGmrc0RfsnFc5PCusULloOyds1lKO_CBRPbio0,1660
1087
1087
  nautobot/project-static/docs/user-guides/custom-fields.html,sha256=sKctOd7DpshtDtm_jhe_qkGluFwX3SXRgogk0GBEEqY,133004
1088
1088
  nautobot/project-static/docs/user-guides/getting-started/creating-devices.html,sha256=bw0xY7tzoGBoE6pj6BsKheIpECHXiKFoIQXWMQhb4LY,93564
1089
1089
  nautobot/project-static/docs/user-guides/getting-started/index.html,sha256=7Z70Shfe_mePKPCEk-RK2Sfq-2SZ7z0Qsqbd-rMx3wE,86948
@@ -1443,7 +1443,7 @@ nautobot/utilities/testing/filters.py,sha256=Z0ZW0dYy1J14iXE2UbWeY65RRj7TIFaFjdW
1443
1443
  nautobot/utilities/testing/integration.py,sha256=jaqvgwKVS-043GF6wp1MQfeoT2eDq_mKSX43CjX6LcY,6685
1444
1444
  nautobot/utilities/testing/mixins.py,sha256=xQgqSXbVRj-gHlHGNEUJyz1ovDCEi0X7Q7WREBr1neo,9763
1445
1445
  nautobot/utilities/testing/utils.py,sha256=pKGlRWcusBlMwa3nMKs_iww496ZAK6MlfHefyOi1rLs,3286
1446
- nautobot/utilities/testing/views.py,sha256=xJ7K3nZi_2ImsDSyRVmzVKgmkPfqPvJ3T5ZsUGtnA9o,68056
1446
+ nautobot/utilities/testing/views.py,sha256=zwfpcD0865cBWtw3tqr3fELDW1MAFkCKxHob0nZ4L3Y,68246
1447
1447
  nautobot/utilities/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
1448
1448
  nautobot/utilities/tests/test_api.py,sha256=I5Y8ruigETJE0NkRMOfC-UCtUGJZlXh70gGtwAEAm8k,5576
1449
1449
  nautobot/utilities/tests/test_choices.py,sha256=4auNjDvD68NMEkev7zYrCTwx7rs1KxMIXP3RE9apHjw,923
@@ -1509,9 +1509,9 @@ nautobot/virtualization/tests/test_models.py,sha256=O8mu0GB9gztj098FKTbRAaEi1Nwy
1509
1509
  nautobot/virtualization/tests/test_views.py,sha256=tAHLjoVmF0N20dM-7o1NPqW1UgyeIBRbw1CKZEneYKo,14456
1510
1510
  nautobot/virtualization/urls.py,sha256=F9lwHTuqORxJepRStGF7ZasDhQ7aD8cRQ-Mp_feY3YA,8162
1511
1511
  nautobot/virtualization/views.py,sha256=uACV3h2vOWm4ui14zX2cFNX6qs0_Jd5EfMvtLYV4EW0,15649
1512
- nautobot-1.6.22.dist-info/LICENSE.txt,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174
1513
- nautobot-1.6.22.dist-info/METADATA,sha256=h1cKEchXut2AwEB4G0-vNfmcXLTx6FzaoPJzSHRGg5M,9624
1514
- nautobot-1.6.22.dist-info/NOTICE,sha256=2uSWs7KDIfOWAPxOGR_FdTW_41Zd4FTKGWXCqKZv2x4,267
1515
- nautobot-1.6.22.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
1516
- nautobot-1.6.22.dist-info/entry_points.txt,sha256=kUwm_Ve_FyUFjcYqTtQWsqJ2JKWPkHFOD8rcK71jX2k,58
1517
- nautobot-1.6.22.dist-info/RECORD,,
1512
+ nautobot-1.6.24.dist-info/LICENSE.txt,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174
1513
+ nautobot-1.6.24.dist-info/METADATA,sha256=Ixg-7571QOvCxJeB6g82LIfua0zC2YDid9JST2IRgC0,9624
1514
+ nautobot-1.6.24.dist-info/NOTICE,sha256=2uSWs7KDIfOWAPxOGR_FdTW_41Zd4FTKGWXCqKZv2x4,267
1515
+ nautobot-1.6.24.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
1516
+ nautobot-1.6.24.dist-info/entry_points.txt,sha256=kUwm_Ve_FyUFjcYqTtQWsqJ2JKWPkHFOD8rcK71jX2k,58
1517
+ nautobot-1.6.24.dist-info/RECORD,,