nautobot 1.6.19__py3-none-any.whl → 1.6.21__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.
- nautobot/core/api/views.py +7 -1
- nautobot/core/templates/generic/object_list.html +21 -12
- nautobot/core/tests/test_views.py +19 -0
- nautobot/project-static/docs/code-reference/nautobot/apps/api.html +71 -71
- nautobot/project-static/docs/release-notes/version-1.6.html +195 -84
- nautobot/project-static/docs/requirements.txt +1 -1
- nautobot/project-static/docs/search/search_index.json +1 -1
- nautobot/project-static/docs/sitemap.xml +187 -187
- nautobot/project-static/docs/sitemap.xml.gz +0 -0
- {nautobot-1.6.19.dist-info → nautobot-1.6.21.dist-info}/METADATA +4 -4
- {nautobot-1.6.19.dist-info → nautobot-1.6.21.dist-info}/RECORD +15 -15
- {nautobot-1.6.19.dist-info → nautobot-1.6.21.dist-info}/LICENSE.txt +0 -0
- {nautobot-1.6.19.dist-info → nautobot-1.6.21.dist-info}/NOTICE +0 -0
- {nautobot-1.6.19.dist-info → nautobot-1.6.21.dist-info}/WHEEL +0 -0
- {nautobot-1.6.19.dist-info → nautobot-1.6.21.dist-info}/entry_points.txt +0 -0
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: nautobot
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.21
|
|
4
4
|
Summary: Source of truth and network automation platform.
|
|
5
5
|
Home-page: https://nautobot.com
|
|
6
6
|
License: Apache-2.0
|
|
@@ -24,10 +24,10 @@ Provides-Extra: remote-storage
|
|
|
24
24
|
Provides-Extra: sso
|
|
25
25
|
Requires-Dist: Django (>=3.2.25,<3.3.0)
|
|
26
26
|
Requires-Dist: GitPython (>=3.1.41,<3.2.0)
|
|
27
|
-
Requires-Dist: Jinja2 (>=3.1.
|
|
27
|
+
Requires-Dist: Jinja2 (>=3.1.4,<3.2.0)
|
|
28
28
|
Requires-Dist: Markdown (>=3.3.7,<3.4.0)
|
|
29
29
|
Requires-Dist: MarkupSafe (>=2.1.3,<2.2.0)
|
|
30
|
-
Requires-Dist: Pillow (>=10.
|
|
30
|
+
Requires-Dist: Pillow (>=10.3.0,<10.4.0)
|
|
31
31
|
Requires-Dist: PyYAML (>=6.0,<6.1)
|
|
32
32
|
Requires-Dist: celery (>=5.3.1,<5.4.0)
|
|
33
33
|
Requires-Dist: django-ajax-tables (>=1.1.1,<1.2.0)
|
|
@@ -68,7 +68,7 @@ Requires-Dist: packaging (>=23.0,<23.2)
|
|
|
68
68
|
Requires-Dist: prometheus-client (>=0.14.1,<0.18)
|
|
69
69
|
Requires-Dist: psycopg2-binary (>=2.9.6,<2.10.0)
|
|
70
70
|
Requires-Dist: pyuwsgi (>=2.0.21,<2.1.0)
|
|
71
|
-
Requires-Dist: social-auth-app-django (>=5.
|
|
71
|
+
Requires-Dist: social-auth-app-django (>=5.4.1,<5.5.0)
|
|
72
72
|
Requires-Dist: social-auth-core[openidconnect,saml] (>=4.5.3,<4.6.0) ; extra == "all" or extra == "sso"
|
|
73
73
|
Requires-Dist: svgwrite (>=1.4.2,<1.5.0)
|
|
74
74
|
Requires-Dist: toml (>=0.10.2,<0.11.0)
|
|
@@ -88,7 +88,7 @@ nautobot/core/api/schema.py,sha256=idr_wDBz61GB9SLuzPq3nOgnz1soK6dkTTflzqRmb1Y,1
|
|
|
88
88
|
nautobot/core/api/serializers.py,sha256=tZQ_n-X25dQd9q0HqZlb-bxcdmSw4K76z3rQgUshyNM,10411
|
|
89
89
|
nautobot/core/api/urls.py,sha256=INbMj4BNYerIFAXMtNX2pCa2Wc9-Pl9iJh2hhkM4BZ0,2142
|
|
90
90
|
nautobot/core/api/versioning.py,sha256=nMCKo_DnVkjzTs83icBD-5NgdYlTSk6PYBP65cLD7zs,2571
|
|
91
|
-
nautobot/core/api/views.py,sha256=
|
|
91
|
+
nautobot/core/api/views.py,sha256=jA64uKFnbYl1e3pedy01-BRhazltMVEjhwKW27HB2UU,28896
|
|
92
92
|
nautobot/core/apps/__init__.py,sha256=RXYSkqUUqj5xYfIi5Q-8vfeN640FaAxZxWBfmN9J1xk,25662
|
|
93
93
|
nautobot/core/authentication.py,sha256=cv7Y-L4bECyR96LhOsYK-erAweFuH1jtKx1Smx8sMiM,6222
|
|
94
94
|
nautobot/core/celery/__init__.py,sha256=kVZLfJAIowDiQMpv_GUe9FQPKote1wR_wjJEvdUYimk,6242
|
|
@@ -174,7 +174,7 @@ nautobot/core/templates/generic/object_destroy.html,sha256=-_tjSgRII2GgmN_q_wiIb
|
|
|
174
174
|
nautobot/core/templates/generic/object_detail.html,sha256=4wKInFfKtmfr-sn998jmKTQpUVad4JAZxaKRzh5nsgs,172
|
|
175
175
|
nautobot/core/templates/generic/object_edit.html,sha256=YVV6Ob2-BqYvYO6dk7snDHexGPRMlHnNm2xWEIk5Dls,170
|
|
176
176
|
nautobot/core/templates/generic/object_import.html,sha256=caV6bmARZb1QacDjY_KWAL1Kes7BT-fQZK_yZjYsvQ4,1621
|
|
177
|
-
nautobot/core/templates/generic/object_list.html,sha256=
|
|
177
|
+
nautobot/core/templates/generic/object_list.html,sha256=nR9xk6pSPgV-s9euVcZpQXeoHIHCUSWNp8IskxblKNA,14672
|
|
178
178
|
nautobot/core/templates/generic/object_notes.html,sha256=t4qcABqKpyviGXpvlbKvoBu5xOCDboV48rJTFIP6RWM,1382
|
|
179
179
|
nautobot/core/templates/generic/object_retrieve.html,sha256=2Kv0b3T0WKerXgQpCPxKY6mGERct5NoOMk2V6vbmtZQ,9352
|
|
180
180
|
nautobot/core/templates/generic/object_update.html,sha256=BYSEMLv__KK0LGE_UmoPPpIHhc58y6KwH-8L8GokOCY,226
|
|
@@ -249,7 +249,7 @@ nautobot/core/tests/test_releases.py,sha256=vfvHIjlO0ClRLDkLAzRfyaFUe1Pq3o3Po4dW
|
|
|
249
249
|
nautobot/core/tests/test_tables.py,sha256=Zz2j222Y5VBOXvVjb9dfkh_g9H91vGEDwHxyNoE7cP4,1726
|
|
250
250
|
nautobot/core/tests/test_tree_queries.py,sha256=PQN5zoFHKWIg4EvgKRtRGaMlNa5PEhC-lTo6Qoo3v5A,2181
|
|
251
251
|
nautobot/core/tests/test_utilities.py,sha256=FsPSnAFyzHWG9PHTimEP-4AX3jfwQxGkELIkQiRyWi4,6881
|
|
252
|
-
nautobot/core/tests/test_views.py,sha256=
|
|
252
|
+
nautobot/core/tests/test_views.py,sha256=68Pk090Qgr1kdTvJPVgjvx8jRtNzoUl5MOKkpU_y5yw,22004
|
|
253
253
|
nautobot/core/urls.py,sha256=ksAKKCcPR1mM5KOgHnNUa5qYQimtXaCVeVVJPkbkxnw,2683
|
|
254
254
|
nautobot/core/utilities.py,sha256=VdY2UEePMwKSp5b3q0ePR7OLPq-IRtjpLs1gaGn5FcU,2641
|
|
255
255
|
nautobot/core/views/__init__.py,sha256=wxtSJMTuxKSFCqsBfwAsWvLidFKQAnMTtpjgILHu4gY,11935
|
|
@@ -878,7 +878,7 @@ nautobot/project-static/docs/assets/stylesheets/palette.ecc896b0.min.css,sha256=
|
|
|
878
878
|
nautobot/project-static/docs/assets/stylesheets/palette.ecc896b0.min.css.map,sha256=T8ZT8Mw8ws4vxyx_b1QAwyC9_pnv7r0KVaUdu2ST7ug,3639
|
|
879
879
|
nautobot/project-static/docs/code-reference/nautobot/apps/__init__.html,sha256=_TevgvRL59yEf-lSwKacR7pHYW-YQ3sk1S_R4wT_N6E,207191
|
|
880
880
|
nautobot/project-static/docs/code-reference/nautobot/apps/admin.html,sha256=QfQO6JB2eDJcNW-4_-3jCV_CxiM2cI9XnRq9Tn84aTU,89640
|
|
881
|
-
nautobot/project-static/docs/code-reference/nautobot/apps/api.html,sha256=
|
|
881
|
+
nautobot/project-static/docs/code-reference/nautobot/apps/api.html,sha256=WAYayUnp_f7fR_hOi-8WQ82XjspdxXQ2o1H0mtHHC0w,323363
|
|
882
882
|
nautobot/project-static/docs/code-reference/nautobot/apps/choices.html,sha256=6O8qwUO0vcpkmlcnbK6QZy1j-N1sOKiLqLhzbXsAkYE,101475
|
|
883
883
|
nautobot/project-static/docs/code-reference/nautobot/apps/datasources.html,sha256=C5irsAtLGAuwrILeSKcActtdbYfZ01k7HBrv9EUP43k,99234
|
|
884
884
|
nautobot/project-static/docs/code-reference/nautobot/apps/filters.html,sha256=atX-eTDMz-7tprt7kuMwN86D2XWFPxpSVveRlIhRGVI,293638
|
|
@@ -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=
|
|
1080
|
-
nautobot/project-static/docs/requirements.txt,sha256=
|
|
1079
|
+
nautobot/project-static/docs/release-notes/version-1.6.html,sha256=Lu5jQs-cWjsjTfHQVOjYB9FchqN8ME4x0Wb_cyVzYAA,179174
|
|
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=
|
|
1085
|
-
nautobot/project-static/docs/sitemap.xml,sha256=
|
|
1086
|
-
nautobot/project-static/docs/sitemap.xml.gz,sha256=
|
|
1084
|
+
nautobot/project-static/docs/search/search_index.json,sha256=FHckiMt0M9U8lq_9-e0Zqs9O-hPTds-GLP9uQ_nmk2g,1983814
|
|
1085
|
+
nautobot/project-static/docs/sitemap.xml,sha256=CjTvJ_gWaWC6S-tEHMdlP5pXaehI4Vg82pPQ-BGuOUg,37991
|
|
1086
|
+
nautobot/project-static/docs/sitemap.xml.gz,sha256=YUL-7Opxle24DONSuVXA72_NNWOYTfQ7WTyauEiKYgY,1658
|
|
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
|
|
@@ -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.
|
|
1513
|
-
nautobot-1.6.
|
|
1514
|
-
nautobot-1.6.
|
|
1515
|
-
nautobot-1.6.
|
|
1516
|
-
nautobot-1.6.
|
|
1517
|
-
nautobot-1.6.
|
|
1512
|
+
nautobot-1.6.21.dist-info/LICENSE.txt,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174
|
|
1513
|
+
nautobot-1.6.21.dist-info/METADATA,sha256=iIbTjvysqG8AWLSIXzjUIv0BwERzRpA82PcM4HRxjuo,9624
|
|
1514
|
+
nautobot-1.6.21.dist-info/NOTICE,sha256=2uSWs7KDIfOWAPxOGR_FdTW_41Zd4FTKGWXCqKZv2x4,267
|
|
1515
|
+
nautobot-1.6.21.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
1516
|
+
nautobot-1.6.21.dist-info/entry_points.txt,sha256=kUwm_Ve_FyUFjcYqTtQWsqJ2JKWPkHFOD8rcK71jX2k,58
|
|
1517
|
+
nautobot-1.6.21.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|