nautobot 2.3.15__py3-none-any.whl → 2.3.15b1__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.
- nautobot/core/fixtures/user-data.json +59 -0
- nautobot/core/settings.py +0 -3
- nautobot/core/settings.yaml +0 -8
- nautobot/core/templates/inc/media.html +0 -3
- nautobot/core/templates/nautobot_config.py.j2 +0 -3
- nautobot/core/tests/integration/test_app_home.py +1 -0
- nautobot/core/tests/integration/test_app_navbar.py +1 -0
- nautobot/core/tests/integration/test_filters.py +2 -0
- nautobot/core/tests/integration/test_home.py +1 -0
- nautobot/core/tests/integration/test_navbar.py +1 -0
- nautobot/core/tests/integration/test_view_authentication.py +0 -1
- nautobot/core/tests/test_views.py +0 -29
- nautobot/core/urls.py +0 -9
- nautobot/extras/forms/mixins.py +1 -1
- nautobot/extras/models/customfields.py +11 -12
- nautobot/extras/tests/integration/test_plugin_banner.py +2 -0
- nautobot/extras/tests/test_forms.py +1 -20
- nautobot/project-static/docs/404.html +2 -2
- nautobot/project-static/docs/apps/index.html +2 -2
- nautobot/project-static/docs/apps/nautobot-apps.html +2 -2
- nautobot/project-static/docs/assets/javascripts/{bundle.88dd0f4e.min.js → bundle.83f73b43.min.js} +2 -2
- nautobot/project-static/docs/assets/javascripts/{bundle.88dd0f4e.min.js.map → bundle.83f73b43.min.js.map} +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/__init__.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/admin.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/api.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/change_logging.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/choices.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/config.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/constants.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/datasources.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/exceptions.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/factory.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/filters.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/forms.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/graphql.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/jobs.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/models.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/querysets.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/secrets.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/tables.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/testing.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/ui.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/urls.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/utils.html +2 -2
- nautobot/project-static/docs/code-reference/nautobot/apps/views.html +2 -2
- nautobot/project-static/docs/development/apps/api/configuration-view.html +2 -2
- nautobot/project-static/docs/development/apps/api/database-backend-config.html +2 -2
- nautobot/project-static/docs/development/apps/api/models/django-admin.html +2 -2
- nautobot/project-static/docs/development/apps/api/models/global-search.html +2 -2
- nautobot/project-static/docs/development/apps/api/models/graphql.html +2 -2
- nautobot/project-static/docs/development/apps/api/models/index.html +2 -2
- nautobot/project-static/docs/development/apps/api/nautobot-app-config.html +2 -2
- nautobot/project-static/docs/development/apps/api/platform-features/custom-validators.html +2 -2
- nautobot/project-static/docs/development/apps/api/platform-features/filter-extensions.html +2 -2
- nautobot/project-static/docs/development/apps/api/platform-features/git-repository-content.html +2 -2
- nautobot/project-static/docs/development/apps/api/platform-features/index.html +2 -2
- nautobot/project-static/docs/development/apps/api/platform-features/jinja2-filters.html +2 -2
- nautobot/project-static/docs/development/apps/api/platform-features/jobs.html +2 -2
- nautobot/project-static/docs/development/apps/api/platform-features/populating-extensibility-features.html +2 -2
- nautobot/project-static/docs/development/apps/api/platform-features/secrets-providers.html +2 -2
- nautobot/project-static/docs/development/apps/api/platform-features/table-extensions.html +2 -2
- nautobot/project-static/docs/development/apps/api/platform-features/uniquely-identify-objects.html +2 -2
- nautobot/project-static/docs/development/apps/api/prometheus.html +2 -2
- nautobot/project-static/docs/development/apps/api/setup.html +2 -2
- nautobot/project-static/docs/development/apps/api/testing.html +2 -2
- nautobot/project-static/docs/development/apps/api/ui-extensions/banners.html +2 -2
- nautobot/project-static/docs/development/apps/api/ui-extensions/home-page.html +2 -2
- nautobot/project-static/docs/development/apps/api/ui-extensions/index.html +2 -2
- nautobot/project-static/docs/development/apps/api/ui-extensions/navigation.html +2 -2
- nautobot/project-static/docs/development/apps/api/ui-extensions/object-views.html +2 -2
- nautobot/project-static/docs/development/apps/api/views/base-template.html +2 -2
- nautobot/project-static/docs/development/apps/api/views/core-view-overrides.html +2 -2
- nautobot/project-static/docs/development/apps/api/views/django-generic-views.html +2 -2
- nautobot/project-static/docs/development/apps/api/views/help-documentation.html +2 -2
- nautobot/project-static/docs/development/apps/api/views/index.html +2 -2
- nautobot/project-static/docs/development/apps/api/views/nautobot-generic-views.html +2 -2
- nautobot/project-static/docs/development/apps/api/views/nautobotuiviewset.html +2 -2
- nautobot/project-static/docs/development/apps/api/views/nautobotuiviewsetrouter.html +2 -2
- nautobot/project-static/docs/development/apps/api/views/notes.html +2 -2
- nautobot/project-static/docs/development/apps/api/views/rest-api.html +2 -2
- nautobot/project-static/docs/development/apps/api/views/urls.html +2 -2
- nautobot/project-static/docs/development/apps/index.html +2 -2
- nautobot/project-static/docs/development/apps/migration/code-updates.html +2 -2
- nautobot/project-static/docs/development/apps/migration/dependency-updates.html +2 -2
- nautobot/project-static/docs/development/apps/migration/from-v1.html +2 -2
- nautobot/project-static/docs/development/apps/migration/model-updates/dcim.html +2 -2
- nautobot/project-static/docs/development/apps/migration/model-updates/extras.html +2 -2
- nautobot/project-static/docs/development/apps/migration/model-updates/global.html +2 -2
- nautobot/project-static/docs/development/apps/migration/model-updates/ipam.html +2 -2
- nautobot/project-static/docs/development/apps/porting-from-netbox.html +2 -2
- nautobot/project-static/docs/development/core/application-registry.html +2 -2
- nautobot/project-static/docs/development/core/best-practices.html +2 -2
- nautobot/project-static/docs/development/core/bootstrap-ui.html +2 -2
- nautobot/project-static/docs/development/core/caching.html +2 -2
- nautobot/project-static/docs/development/core/controllers.html +2 -2
- nautobot/project-static/docs/development/core/docker-compose-advanced-use-cases.html +70 -27
- nautobot/project-static/docs/development/core/generic-views.html +2 -2
- nautobot/project-static/docs/development/core/getting-started.html +2 -2
- nautobot/project-static/docs/development/core/homepage.html +2 -2
- nautobot/project-static/docs/development/core/index.html +2 -2
- nautobot/project-static/docs/development/core/model-checklist.html +2 -2
- nautobot/project-static/docs/development/core/model-features.html +2 -2
- nautobot/project-static/docs/development/core/natural-keys.html +2 -2
- nautobot/project-static/docs/development/core/navigation-menu.html +2 -2
- nautobot/project-static/docs/development/core/release-checklist.html +2 -2
- nautobot/project-static/docs/development/core/role-internals.html +2 -2
- nautobot/project-static/docs/development/core/settings.html +2 -2
- nautobot/project-static/docs/development/core/style-guide.html +2 -2
- nautobot/project-static/docs/development/core/templates.html +2 -2
- nautobot/project-static/docs/development/core/testing.html +2 -2
- nautobot/project-static/docs/development/core/user-preferences.html +2 -2
- nautobot/project-static/docs/development/index.html +2 -2
- nautobot/project-static/docs/development/jobs/index.html +2 -2
- nautobot/project-static/docs/development/jobs/migration/from-v1.html +2 -2
- nautobot/project-static/docs/index.html +2 -2
- nautobot/project-static/docs/overview/application_stack.html +2 -2
- nautobot/project-static/docs/overview/design_philosophy.html +2 -2
- nautobot/project-static/docs/release-notes/index.html +2 -2
- nautobot/project-static/docs/release-notes/version-1.0.html +2 -2
- nautobot/project-static/docs/release-notes/version-1.1.html +2 -2
- nautobot/project-static/docs/release-notes/version-1.2.html +2 -2
- nautobot/project-static/docs/release-notes/version-1.3.html +2 -2
- nautobot/project-static/docs/release-notes/version-1.4.html +2 -2
- nautobot/project-static/docs/release-notes/version-1.5.html +2 -2
- nautobot/project-static/docs/release-notes/version-1.6.html +2 -2
- nautobot/project-static/docs/release-notes/version-2.0.html +2 -2
- nautobot/project-static/docs/release-notes/version-2.1.html +2 -2
- nautobot/project-static/docs/release-notes/version-2.2.html +2 -2
- nautobot/project-static/docs/release-notes/version-2.3.html +231 -400
- nautobot/project-static/docs/requirements.txt +2 -2
- nautobot/project-static/docs/search/search_index.json +1 -1
- nautobot/project-static/docs/sitemap.xml +270 -270
- nautobot/project-static/docs/sitemap.xml.gz +0 -0
- nautobot/project-static/docs/user-guide/administration/configuration/authentication/ldap.html +2 -2
- nautobot/project-static/docs/user-guide/administration/configuration/authentication/remote.html +2 -2
- nautobot/project-static/docs/user-guide/administration/configuration/authentication/sso.html +2 -2
- nautobot/project-static/docs/user-guide/administration/configuration/index.html +2 -2
- nautobot/project-static/docs/user-guide/administration/configuration/redis.html +2 -2
- nautobot/project-static/docs/user-guide/administration/configuration/settings.html +2 -29
- nautobot/project-static/docs/user-guide/administration/configuration/time-zones.html +2 -2
- nautobot/project-static/docs/user-guide/administration/guides/celery-queues.html +2 -2
- nautobot/project-static/docs/user-guide/administration/guides/docker.html +2 -2
- nautobot/project-static/docs/user-guide/administration/guides/health-checks.html +2 -2
- nautobot/project-static/docs/user-guide/administration/guides/permissions.html +2 -2
- nautobot/project-static/docs/user-guide/administration/guides/prometheus-metrics.html +2 -2
- nautobot/project-static/docs/user-guide/administration/guides/replicating-nautobot.html +2 -2
- nautobot/project-static/docs/user-guide/administration/guides/request-profiling.html +2 -2
- nautobot/project-static/docs/user-guide/administration/guides/s3-django-storage.html +2 -2
- nautobot/project-static/docs/user-guide/administration/guides/selinux-troubleshooting.html +2 -2
- nautobot/project-static/docs/user-guide/administration/installation/app-install.html +2 -2
- nautobot/project-static/docs/user-guide/administration/installation/external-authentication.html +2 -2
- nautobot/project-static/docs/user-guide/administration/installation/http-server.html +2 -2
- nautobot/project-static/docs/user-guide/administration/installation/index.html +2 -2
- nautobot/project-static/docs/user-guide/administration/installation/install_system.html +2 -2
- nautobot/project-static/docs/user-guide/administration/installation/nautobot.html +2 -2
- nautobot/project-static/docs/user-guide/administration/installation/services.html +2 -2
- nautobot/project-static/docs/user-guide/administration/migration/migrating-from-netbox.html +2 -2
- nautobot/project-static/docs/user-guide/administration/migration/migrating-from-postgresql.html +2 -2
- nautobot/project-static/docs/user-guide/administration/tools/nautobot-server.html +2 -2
- nautobot/project-static/docs/user-guide/administration/tools/nautobot-shell.html +2 -2
- nautobot/project-static/docs/user-guide/administration/upgrading/database-backup.html +2 -2
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/after-you-upgrade.html +2 -2
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/before-you-upgrade.html +2 -2
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/for-developers.html +2 -2
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/index.html +2 -2
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/whats-changed.html +2 -2
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/region-and-site-data-migration-guide.html +2 -2
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/upgrading-from-nautobot-v1.html +2 -2
- nautobot/project-static/docs/user-guide/administration/upgrading/upgrading.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/circuits/circuit.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/circuits/circuittermination.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/circuits/circuittype.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/circuits/provider.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/circuits/providernetwork.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/cloud/cloud.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudaccount.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudnetwork.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudnetworkprefixassignment.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudresourcetype.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudservice.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudservicenetworkassignment.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/cable.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleport.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleporttemplate.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleserverport.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleserverporttemplate.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/controller.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/controllermanageddevicegroup.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/device.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/devicebay.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/devicebaytemplate.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/devicefamily.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/deviceredundancygroup.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/devicetype.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/frontport.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/frontporttemplate.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/interface.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/interfaceredundancygroup.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/interfacetemplate.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/inventoryitem.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/location.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/locationtype.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/manufacturer.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/module.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/modulebay.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/modulebaytemplate.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/moduletype.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/platform.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/powerfeed.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/poweroutlet.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/poweroutlettemplate.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/powerpanel.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/powerport.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/powerporttemplate.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/rack.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/rackgroup.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/rackreservation.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/rearport.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/rearporttemplate.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/softwareimagefile.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/softwareversion.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/dcim/virtualchassis.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/extras/configcontext.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/extras/configcontextschema.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/extras/contact.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/extras/team.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/ipam/ipaddress.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/ipam/namespace.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/ipam/prefix.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/ipam/rir.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/ipam/routetarget.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/ipam/service.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/ipam/vlan.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/ipam/vlangroup.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/ipam/vrf.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/overview/introduction.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/tenancy/tenant.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/tenancy/tenantgroup.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/virtualization/cluster.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/virtualization/clustergroup.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/virtualization/clustertype.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/virtualization/virtualmachine.html +2 -2
- nautobot/project-static/docs/user-guide/core-data-model/virtualization/vminterface.html +2 -2
- nautobot/project-static/docs/user-guide/feature-guides/contacts-and-teams.html +2 -2
- nautobot/project-static/docs/user-guide/feature-guides/custom-fields.html +2 -2
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/creating-devices.html +2 -2
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/creating-location-types-and-locations.html +2 -2
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/index.html +2 -2
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/interfaces.html +2 -2
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/ipam.html +2 -2
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/platforms.html +2 -2
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/search-bar.html +2 -2
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/tenants.html +2 -2
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/vlans-and-vlan-groups.html +2 -2
- nautobot/project-static/docs/user-guide/feature-guides/git-data-source.html +2 -2
- nautobot/project-static/docs/user-guide/feature-guides/graphql.html +2 -2
- nautobot/project-static/docs/user-guide/feature-guides/ip-address-merge-tool.html +2 -2
- nautobot/project-static/docs/user-guide/feature-guides/relationships.html +2 -2
- nautobot/project-static/docs/user-guide/feature-guides/software-image-files-and-versions.html +2 -2
- nautobot/project-static/docs/user-guide/index.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/change-logging.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/computedfield.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/customfield.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/customlink.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/dynamicgroup.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/exporttemplate.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/externalintegration.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/gitrepository.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/graphql.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/graphqlquery.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/imageattachment.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/jobs/index.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/jobs/job-scheduling-and-approvals.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/jobs/jobbutton.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/jobs/jobhook.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/jobs/models.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/napalm.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/note.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/objectmetadata.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/relationship.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/rest-api/authentication.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/rest-api/filtering.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/rest-api/overview.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/rest-api/ui-related-endpoints.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/role.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/savedview.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/secret.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/staticgroupassociation.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/status.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/tag.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/template-filters.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/users/objectpermission.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/users/token.html +2 -2
- nautobot/project-static/docs/user-guide/platform-functionality/webhook.html +2 -2
- {nautobot-2.3.15.dist-info → nautobot-2.3.15b1.dist-info}/METADATA +4 -5
- {nautobot-2.3.15.dist-info → nautobot-2.3.15b1.dist-info}/RECORD +300 -299
- {nautobot-2.3.15.dist-info → nautobot-2.3.15b1.dist-info}/LICENSE.txt +0 -0
- {nautobot-2.3.15.dist-info → nautobot-2.3.15b1.dist-info}/NOTICE +0 -0
- {nautobot-2.3.15.dist-info → nautobot-2.3.15b1.dist-info}/WHEEL +0 -0
- {nautobot-2.3.15.dist-info → nautobot-2.3.15b1.dist-info}/entry_points.txt +0 -0
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"model": "users.user",
|
|
4
|
+
"pk": "90798182-9d19-479a-899f-a415fc2c62fe",
|
|
5
|
+
"fields": {
|
|
6
|
+
"password": "pbkdf2_sha256$216000$TtNpNWboQq6C$6vh6qqRXUGSuLZlwvvGRbz35BS6avrdEFudnjJv2HXY=",
|
|
7
|
+
"last_login": null,
|
|
8
|
+
"is_superuser": false,
|
|
9
|
+
"username": "alice",
|
|
10
|
+
"first_name": "",
|
|
11
|
+
"last_name": "",
|
|
12
|
+
"email": "alice@localhost",
|
|
13
|
+
"is_staff": false,
|
|
14
|
+
"is_active": true,
|
|
15
|
+
"date_joined": "2021-05-25T23:49:55.008Z",
|
|
16
|
+
"config_data": {},
|
|
17
|
+
"groups": [],
|
|
18
|
+
"user_permissions": []
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"model": "users.user",
|
|
23
|
+
"pk": "90798182-9d19-479a-899f-a415fc2c62fd",
|
|
24
|
+
"fields": {
|
|
25
|
+
"password": "pbkdf2_sha256$216000$TtNpNWboQq6C$6vh6qqRXUGSuLZlwvvGRbz35BS6avrdEFudnjJv2HXY=",
|
|
26
|
+
"last_login": null,
|
|
27
|
+
"is_superuser": true,
|
|
28
|
+
"username": "bob",
|
|
29
|
+
"first_name": "",
|
|
30
|
+
"last_name": "",
|
|
31
|
+
"email": "bob@localhost",
|
|
32
|
+
"is_staff": true,
|
|
33
|
+
"is_active": true,
|
|
34
|
+
"date_joined": "2021-05-25T23:49:55.008Z",
|
|
35
|
+
"config_data": {},
|
|
36
|
+
"groups": [],
|
|
37
|
+
"user_permissions": []
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"model": "users.user",
|
|
42
|
+
"pk": "90798182-9d19-479a-899f-a415fc2c62ff",
|
|
43
|
+
"fields": {
|
|
44
|
+
"password": "pbkdf2_sha256$216000$TtNpNWboQq6C$6vh6qqRXUGSuLZlwvvGRbz35BS6avrdEFudnjJv2HXY=",
|
|
45
|
+
"last_login": null,
|
|
46
|
+
"is_superuser": false,
|
|
47
|
+
"username": "charlie",
|
|
48
|
+
"first_name": "",
|
|
49
|
+
"last_name": "",
|
|
50
|
+
"email": "charlie@localhost",
|
|
51
|
+
"is_staff": false,
|
|
52
|
+
"is_active": true,
|
|
53
|
+
"date_joined": "2021-05-25T23:49:55.008Z",
|
|
54
|
+
"config_data": {},
|
|
55
|
+
"groups": [],
|
|
56
|
+
"user_permissions": []
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
]
|
nautobot/core/settings.py
CHANGED
|
@@ -173,9 +173,6 @@ PLUGINS_CONFIG = {}
|
|
|
173
173
|
if "NAUTOBOT_PREFER_IPV4" in os.environ and os.environ["NAUTOBOT_PREFER_IPV4"] != "":
|
|
174
174
|
PREFER_IPV4 = is_truthy(os.environ["NAUTOBOT_PREFER_IPV4"])
|
|
175
175
|
|
|
176
|
-
# Publish a simple "no-index" robots.txt for Nautobot?
|
|
177
|
-
PUBLISH_ROBOTS_TXT = is_truthy(os.getenv("NAUTOBOT_PUBLISH_ROBOTS_TXT", "True"))
|
|
178
|
-
|
|
179
176
|
# Default height and width in pixels of a single rack unit in rendered rack elevations. Defaults are 22 and 220
|
|
180
177
|
if (
|
|
181
178
|
"NAUTOBOT_RACK_ELEVATION_DEFAULT_UNIT_HEIGHT" in os.environ
|
nautobot/core/settings.yaml
CHANGED
|
@@ -1473,14 +1473,6 @@ properties:
|
|
|
1473
1473
|
environment_variable: "NAUTOBOT_PREFER_IPV4"
|
|
1474
1474
|
is_constance_config: true
|
|
1475
1475
|
type: "boolean"
|
|
1476
|
-
PUBLISH_ROBOTS_TXT:
|
|
1477
|
-
default: true
|
|
1478
|
-
description: >-
|
|
1479
|
-
Setting this to true causes Nautobot to publish a `robots.txt` that discourages indexing by web crawlers.
|
|
1480
|
-
Irrelevant if deployed behind a firewall.
|
|
1481
|
-
environment_variable: "NAUTOBOT_PUBLISH_ROBOTS_TXT"
|
|
1482
|
-
type: "boolean"
|
|
1483
|
-
version_added: "2.3.15"
|
|
1484
1476
|
RACK_ELEVATION_DEFAULT_UNIT_HEIGHT:
|
|
1485
1477
|
default: 22
|
|
1486
1478
|
description: >-
|
|
@@ -47,6 +47,3 @@
|
|
|
47
47
|
<meta name="theme-color" content="#ffffff">
|
|
48
48
|
<meta charset="UTF-8">
|
|
49
49
|
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
|
|
50
|
-
{% if settings.PUBLISH_ROBOTS_TXT %}
|
|
51
|
-
<meta name="robots" content="noindex, nofollow">
|
|
52
|
-
{% endif %}
|
|
@@ -490,9 +490,6 @@ INSTALLATION_METRICS_ENABLED = is_truthy(os.getenv("NAUTOBOT_INSTALLATION_METRIC
|
|
|
490
490
|
# if "NAUTOBOT_PREFER_IPV4" in os.environ and os.environ["NAUTOBOT_PREFER_IPV4"] != "":
|
|
491
491
|
# PREFER_IPV4 = is_truthy(os.environ["NAUTOBOT_PREFER_IPV4"])
|
|
492
492
|
|
|
493
|
-
# Publish a simple "no-index" robots.txt for Nautobot?
|
|
494
|
-
# PUBLISH_ROBOTS_TXT = is_truthy(os.getenv("NAUTOBOT_PUBLISH_ROBOTS_TXT", "True"))
|
|
495
|
-
|
|
496
493
|
# Default height and width in pixels of a single rack unit in rendered rack elevations. Defaults are 22 and 230
|
|
497
494
|
#
|
|
498
495
|
# if (
|
|
@@ -9,6 +9,7 @@ from example_app.models import ExampleModel
|
|
|
9
9
|
class AppHomeTestCase(SeleniumTestCase):
|
|
10
10
|
"""Integration test the Example App homepage extensions."""
|
|
11
11
|
|
|
12
|
+
fixtures = ["user-data.json"] # bob/bob
|
|
12
13
|
layout = {
|
|
13
14
|
"Organization": {
|
|
14
15
|
"Locations": {"model": Location, "permission": "dcim.view_location"},
|
|
@@ -11,6 +11,8 @@ from nautobot.extras.models import CustomField, CustomFieldChoice, Status
|
|
|
11
11
|
class ListViewFilterTestCase(SeleniumTestCase):
|
|
12
12
|
"""Integration test for the list view filter ui."""
|
|
13
13
|
|
|
14
|
+
fixtures = ["user-data.json"]
|
|
15
|
+
|
|
14
16
|
def setUp(self):
|
|
15
17
|
super().setUp()
|
|
16
18
|
self.login(self.user.username, self.password)
|
|
@@ -7,6 +7,7 @@ from nautobot.tenancy.models import Tenant
|
|
|
7
7
|
class HomeTestCase(SeleniumTestCase):
|
|
8
8
|
"""Integration tests against the home page."""
|
|
9
9
|
|
|
10
|
+
fixtures = ["user-data.json"] # bob/bob
|
|
10
11
|
layout = {
|
|
11
12
|
"Organization": {
|
|
12
13
|
"Locations": {"model": Location, "permission": "dcim.view_location"},
|
|
@@ -594,32 +594,3 @@ class ExampleViewWithCustomPermissionsTest(TestCase):
|
|
|
594
594
|
self.user.save()
|
|
595
595
|
response = self.client.get(url)
|
|
596
596
|
self.assertBodyContains(response, "You are viewing a table of example models")
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
class SearchRobotsTestCase(TestCase):
|
|
600
|
-
def test_robots_disallowed(self):
|
|
601
|
-
"""
|
|
602
|
-
Test that the robots.txt file is accessible to all users and defaults to disallowing all bots.
|
|
603
|
-
"""
|
|
604
|
-
url = reverse("robots_txt")
|
|
605
|
-
response = self.client.get(url)
|
|
606
|
-
self.assertHttpStatus(response, 200)
|
|
607
|
-
self.assertBodyContains(response, "User-Agent: *")
|
|
608
|
-
self.assertBodyContains(response, "Disallow: /")
|
|
609
|
-
|
|
610
|
-
url = reverse("home")
|
|
611
|
-
response = self.client.get(url)
|
|
612
|
-
self.assertContains(response, '<meta name="robots" content="noindex, nofollow">', html=True)
|
|
613
|
-
|
|
614
|
-
@override_settings(PUBLISH_ROBOTS_TXT=False)
|
|
615
|
-
def test_robots_allowed(self):
|
|
616
|
-
"""
|
|
617
|
-
Test that the robots.txt file is not published if PUBLISH_ROBOTS_TXT is set to False.
|
|
618
|
-
"""
|
|
619
|
-
url = reverse("robots_txt")
|
|
620
|
-
response = self.client.get(url)
|
|
621
|
-
self.assertHttpStatus(response, 404)
|
|
622
|
-
|
|
623
|
-
url = reverse("home")
|
|
624
|
-
response = self.client.get(url)
|
|
625
|
-
self.assertNotContains(response, '<meta name="robots" content="noindex, nofollow">', html=True)
|
nautobot/core/urls.py
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
from django.conf import settings
|
|
2
|
-
from django.http import HttpResponse, HttpResponseNotFound
|
|
3
2
|
from django.urls import include, path
|
|
4
3
|
from django.views.generic import TemplateView
|
|
5
4
|
from django.views.static import serve
|
|
@@ -73,14 +72,6 @@ urlpatterns = [
|
|
|
73
72
|
path(
|
|
74
73
|
"template.css", TemplateView.as_view(template_name="template.css", content_type="text/css"), name="template_css"
|
|
75
74
|
),
|
|
76
|
-
# The response is conditional as opposed to wrapping the path() call in an if statement to be able to test the setting with current test setup
|
|
77
|
-
path(
|
|
78
|
-
"robots.txt",
|
|
79
|
-
lambda x: HttpResponse("User-Agent: *\nDisallow: /", content_type="text/plain")
|
|
80
|
-
if settings.PUBLISH_ROBOTS_TXT
|
|
81
|
-
else HttpResponseNotFound(),
|
|
82
|
-
name="robots_txt",
|
|
83
|
-
),
|
|
84
75
|
]
|
|
85
76
|
|
|
86
77
|
|
nautobot/extras/forms/mixins.py
CHANGED
|
@@ -837,7 +837,7 @@ class StatusModelFilterFormMixin(forms.Form):
|
|
|
837
837
|
self.order_fields(self.field_order) # Reorder fields again
|
|
838
838
|
|
|
839
839
|
|
|
840
|
-
class TagsBulkEditFormMixin(
|
|
840
|
+
class TagsBulkEditFormMixin(forms.Form):
|
|
841
841
|
def __init__(self, *args, **kwargs):
|
|
842
842
|
super().__init__(*args, **kwargs)
|
|
843
843
|
|
|
@@ -578,13 +578,7 @@ class CustomField(
|
|
|
578
578
|
)
|
|
579
579
|
|
|
580
580
|
def to_form_field(
|
|
581
|
-
self,
|
|
582
|
-
set_initial=True,
|
|
583
|
-
enforce_required=True,
|
|
584
|
-
for_csv_import=False,
|
|
585
|
-
simple_json_filter=False,
|
|
586
|
-
label=None,
|
|
587
|
-
for_filter_form=False,
|
|
581
|
+
self, set_initial=True, enforce_required=True, for_csv_import=False, simple_json_filter=False, label=None
|
|
588
582
|
):
|
|
589
583
|
"""
|
|
590
584
|
Return a form field suitable for setting a CustomField's value for an object.
|
|
@@ -596,7 +590,6 @@ class CustomField(
|
|
|
596
590
|
this is *not* used for CSV imports since 2.0, but it *is* used for JSON/YAML import of DeviceTypes.
|
|
597
591
|
simple_json_filter: Return a TextInput widget for JSON filtering instead of the default TextArea widget.
|
|
598
592
|
label: Set the input label manually (if required); otherwise, defaults to field's __str__() implementation.
|
|
599
|
-
for_filter_form: If True return the relevant form field for filter form
|
|
600
593
|
"""
|
|
601
594
|
initial = self.default if set_initial else None
|
|
602
595
|
required = self.required if enforce_required else False
|
|
@@ -683,7 +676,7 @@ class CustomField(
|
|
|
683
676
|
default_choice = self.custom_field_choices.filter(value=self.default).first()
|
|
684
677
|
|
|
685
678
|
# Set the initial value to the first available choice (if any)
|
|
686
|
-
if self.type == CustomFieldTypeChoices.TYPE_SELECT
|
|
679
|
+
if self.type == CustomFieldTypeChoices.TYPE_SELECT:
|
|
687
680
|
if not required or default_choice is None:
|
|
688
681
|
choices = add_blank_choice(choices)
|
|
689
682
|
field_class = CSVChoiceField if for_csv_import else forms.ChoiceField
|
|
@@ -711,10 +704,16 @@ class CustomField(
|
|
|
711
704
|
|
|
712
705
|
def to_filter_form_field(self, lookup_expr="exact", *args, **kwargs):
|
|
713
706
|
"""Return a filter form field suitable for filtering a CustomField's value for an object."""
|
|
714
|
-
form_field = self.to_form_field(*args, **kwargs
|
|
715
|
-
# We would handle type selection differently because:
|
|
707
|
+
form_field = self.to_form_field(*args, **kwargs)
|
|
708
|
+
# We would handle type selection differently because:
|
|
709
|
+
# 1. We'd need to use StaticSelect2Multiple for lookup_type 'exact' because self.type `select` uses StaticSelect2 by default.
|
|
710
|
+
# 2. Remove the blank choice since StaticSelect2Multiple is always blank and interprets the blank choice as an extra option.
|
|
711
|
+
# 3. If lookup_type is not the same as exact, use MultiValueCharInput
|
|
716
712
|
if self.type == CustomFieldTypeChoices.TYPE_SELECT:
|
|
717
|
-
if lookup_expr
|
|
713
|
+
if lookup_expr in ["exact", "contains"]:
|
|
714
|
+
choices = form_field.choices[1:]
|
|
715
|
+
form_field.widget = StaticSelect2Multiple(choices=choices)
|
|
716
|
+
else:
|
|
718
717
|
form_field.widget = MultiValueCharInput()
|
|
719
718
|
return form_field
|
|
720
719
|
|
|
@@ -4,6 +4,8 @@ from nautobot.core.testing.integration import SeleniumTestCase
|
|
|
4
4
|
class PluginBannerTestCase(SeleniumTestCase):
|
|
5
5
|
"""Integration test for rendering of plugin-injected banner content."""
|
|
6
6
|
|
|
7
|
+
fixtures = ("user-data",)
|
|
8
|
+
|
|
7
9
|
def test_banner_not_rendered(self):
|
|
8
10
|
"""As implemented, plugin banner does not render if the user is not logged in.
|
|
9
11
|
|
|
@@ -4,13 +4,12 @@ import warnings
|
|
|
4
4
|
from django.contrib.auth import get_user_model
|
|
5
5
|
from django.contrib.contenttypes.models import ContentType
|
|
6
6
|
from django.db.models import Q
|
|
7
|
-
from django.forms import ChoiceField, MultipleChoiceField
|
|
8
7
|
from django.test import override_settings, TestCase
|
|
9
8
|
|
|
10
9
|
from nautobot.dcim.forms import DeviceForm, LocationBulkEditForm, LocationForm
|
|
11
10
|
import nautobot.dcim.models as dcim_models
|
|
12
11
|
from nautobot.dcim.models import Device, Location, LocationType
|
|
13
|
-
from nautobot.extras.choices import
|
|
12
|
+
from nautobot.extras.choices import RelationshipTypeChoices
|
|
14
13
|
from nautobot.extras.forms import (
|
|
15
14
|
ConfigContextFilterForm,
|
|
16
15
|
ConfigContextForm,
|
|
@@ -26,7 +25,6 @@ from nautobot.extras.forms import (
|
|
|
26
25
|
WebhookForm,
|
|
27
26
|
)
|
|
28
27
|
from nautobot.extras.models import (
|
|
29
|
-
CustomField,
|
|
30
28
|
Job,
|
|
31
29
|
JobButton,
|
|
32
30
|
JobHook,
|
|
@@ -1219,20 +1217,3 @@ class CustomFieldModelFormMixinTestCase(TestCase):
|
|
|
1219
1217
|
|
|
1220
1218
|
custom_field_form = TestForm()
|
|
1221
1219
|
self.assertIn("_custom_field_data", custom_field_form.fields)
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
class CustomFieldTestCase(TestCase):
|
|
1225
|
-
def test_to_form_field_type_select(self):
|
|
1226
|
-
"""Verify that `to_form_field` and `to_filter_form_field` return the correct field types for a select-type CustomField."""
|
|
1227
|
-
custom_field = CustomField.objects.create(
|
|
1228
|
-
type=CustomFieldTypeChoices.TYPE_SELECT,
|
|
1229
|
-
label="Custom Field Select",
|
|
1230
|
-
)
|
|
1231
|
-
form = custom_field.to_filter_form_field()
|
|
1232
|
-
self.assertIsInstance(form, MultipleChoiceField)
|
|
1233
|
-
|
|
1234
|
-
form = custom_field.to_form_field(for_filter_form=True)
|
|
1235
|
-
self.assertIsInstance(form, MultipleChoiceField)
|
|
1236
|
-
|
|
1237
|
-
form = custom_field.to_form_field(for_filter_form=False)
|
|
1238
|
-
self.assertIsInstance(form, ChoiceField)
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
<link rel="icon" href="/projects/core/en/stable/assets/favicon.ico">
|
|
15
|
-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.
|
|
15
|
+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.48">
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
|
|
@@ -8650,7 +8650,7 @@
|
|
|
8650
8650
|
<script id="__config" type="application/json">{"base": "/projects/core/en/stable/", "features": ["content.code.copy", "content.tabs.link", "navigation.footer", "navigation.tabs", "navigation.tabs.sticky", "navigation.tracking", "search.highlight", "search.share", "search.suggest"], "search": "/projects/core/en/stable/assets/javascripts/workers/search.6ce7567c.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
|
|
8651
8651
|
|
|
8652
8652
|
|
|
8653
|
-
<script src="/projects/core/en/stable/assets/javascripts/bundle.
|
|
8653
|
+
<script src="/projects/core/en/stable/assets/javascripts/bundle.83f73b43.min.js"></script>
|
|
8654
8654
|
|
|
8655
8655
|
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
|
|
8656
8656
|
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
<link rel="icon" href="../assets/favicon.ico">
|
|
21
|
-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.
|
|
21
|
+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.48">
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
|
|
@@ -8817,7 +8817,7 @@
|
|
|
8817
8817
|
<script id="__config" type="application/json">{"base": "..", "features": ["content.code.copy", "content.tabs.link", "navigation.footer", "navigation.tabs", "navigation.tabs.sticky", "navigation.tracking", "search.highlight", "search.share", "search.suggest"], "search": "../assets/javascripts/workers/search.6ce7567c.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
|
|
8818
8818
|
|
|
8819
8819
|
|
|
8820
|
-
<script src="../assets/javascripts/bundle.
|
|
8820
|
+
<script src="../assets/javascripts/bundle.83f73b43.min.js"></script>
|
|
8821
8821
|
|
|
8822
8822
|
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
|
|
8823
8823
|
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
<link rel="icon" href="../assets/favicon.ico">
|
|
19
|
-
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.
|
|
19
|
+
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.5.48">
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
|
|
@@ -8751,7 +8751,7 @@
|
|
|
8751
8751
|
<script id="__config" type="application/json">{"base": "..", "features": ["content.code.copy", "content.tabs.link", "navigation.footer", "navigation.tabs", "navigation.tabs.sticky", "navigation.tracking", "search.highlight", "search.share", "search.suggest"], "search": "../assets/javascripts/workers/search.6ce7567c.min.js", "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}}</script>
|
|
8752
8752
|
|
|
8753
8753
|
|
|
8754
|
-
<script src="../assets/javascripts/bundle.
|
|
8754
|
+
<script src="../assets/javascripts/bundle.83f73b43.min.js"></script>
|
|
8755
8755
|
|
|
8756
8756
|
<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
|
|
8757
8757
|
|