nautobot 3.0.4__py3-none-any.whl → 3.0.5__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/tables.py +28 -17
- nautobot/core/templates/graphene/graphiql.html +3 -5
- nautobot/core/templates/inc/javascript.html +5 -10
- nautobot/core/templates/inc/media.html +5 -4
- nautobot/core/templates/inc/media_failure.html +73 -0
- nautobot/core/templates/media_failure.html +1 -0
- nautobot/core/tests/test_templatetags_helpers.py +9 -9
- nautobot/core/ui/object_detail.py +1 -0
- nautobot/dcim/tables/devices.py +4 -4
- nautobot/dcim/tables/template_code.py +8 -4
- nautobot/dcim/tests/test_tables.py +5 -6
- nautobot/dcim/views.py +6 -7
- nautobot/extras/tables.py +3 -3
- nautobot/extras/templates/extras/inc/jobresult_js.html +1 -2
- nautobot/extras/templates/extras/scheduledjob.html +3 -1
- nautobot/extras/tests/test_customfields.py +75 -9
- nautobot/ipam/filters.py +58 -3
- nautobot/ipam/tables.py +8 -4
- nautobot/ipam/tests/test_filters.py +55 -0
- nautobot/project-static/dist/css/nautobot.css +1 -1
- nautobot/project-static/dist/css/nautobot.css.map +1 -1
- nautobot/project-static/docs/404.html +64 -8
- nautobot/project-static/docs/apps/index.html +64 -8
- nautobot/project-static/docs/apps/nautobot-apps.html +64 -8
- nautobot/project-static/docs/code-reference/nautobot/apps/__init__.html +64 -8
- nautobot/project-static/docs/code-reference/nautobot/apps/admin.html +64 -8
- nautobot/project-static/docs/code-reference/nautobot/apps/api.html +64 -8
- nautobot/project-static/docs/code-reference/nautobot/apps/change_logging.html +64 -8
- nautobot/project-static/docs/code-reference/nautobot/apps/choices.html +64 -8
- nautobot/project-static/docs/code-reference/nautobot/apps/config.html +64 -8
- nautobot/project-static/docs/code-reference/nautobot/apps/constants.html +64 -8
- nautobot/project-static/docs/code-reference/nautobot/apps/datasources.html +64 -8
- nautobot/project-static/docs/code-reference/nautobot/apps/events.html +64 -8
- nautobot/project-static/docs/code-reference/nautobot/apps/exceptions.html +64 -8
- nautobot/project-static/docs/code-reference/nautobot/apps/factory.html +64 -8
- nautobot/project-static/docs/code-reference/nautobot/apps/filters.html +64 -8
- nautobot/project-static/docs/code-reference/nautobot/apps/forms.html +64 -8
- nautobot/project-static/docs/code-reference/nautobot/apps/graphql.html +64 -8
- nautobot/project-static/docs/code-reference/nautobot/apps/jobs.html +64 -8
- nautobot/project-static/docs/code-reference/nautobot/apps/models.html +64 -8
- nautobot/project-static/docs/code-reference/nautobot/apps/querysets.html +64 -8
- nautobot/project-static/docs/code-reference/nautobot/apps/secrets.html +64 -8
- nautobot/project-static/docs/code-reference/nautobot/apps/tables.html +64 -8
- nautobot/project-static/docs/code-reference/nautobot/apps/templatetags.html +64 -8
- nautobot/project-static/docs/code-reference/nautobot/apps/testing.html +64 -8
- nautobot/project-static/docs/code-reference/nautobot/apps/ui.html +64 -8
- nautobot/project-static/docs/code-reference/nautobot/apps/urls.html +64 -8
- nautobot/project-static/docs/code-reference/nautobot/apps/utils.html +64 -8
- nautobot/project-static/docs/code-reference/nautobot/apps/views.html +64 -8
- nautobot/project-static/docs/development/apps/api/configuration-view.html +64 -8
- nautobot/project-static/docs/development/apps/api/database-backend-config.html +64 -8
- nautobot/project-static/docs/development/apps/api/models/django-admin.html +67 -11
- nautobot/project-static/docs/development/apps/api/models/global-search.html +64 -8
- nautobot/project-static/docs/development/apps/api/models/graphql.html +64 -8
- nautobot/project-static/docs/development/apps/api/models/index.html +64 -8
- nautobot/project-static/docs/development/apps/api/models/queryset.html +13440 -0
- nautobot/project-static/docs/development/apps/api/nautobot-app-config.html +64 -8
- nautobot/project-static/docs/development/apps/api/platform-features/custom-validators.html +64 -8
- nautobot/project-static/docs/development/apps/api/platform-features/filter-extensions.html +64 -8
- nautobot/project-static/docs/development/apps/api/platform-features/git-repository-content.html +64 -8
- nautobot/project-static/docs/development/apps/api/platform-features/index.html +64 -8
- nautobot/project-static/docs/development/apps/api/platform-features/jinja2-filters.html +64 -8
- nautobot/project-static/docs/development/apps/api/platform-features/jobs.html +64 -8
- nautobot/project-static/docs/development/apps/api/platform-features/prepopulating-data.html +64 -8
- nautobot/project-static/docs/development/apps/api/platform-features/secrets-providers.html +64 -8
- nautobot/project-static/docs/development/apps/api/platform-features/table-extensions.html +64 -8
- nautobot/project-static/docs/development/apps/api/platform-features/uniquely-identify-objects.html +64 -8
- nautobot/project-static/docs/development/apps/api/prometheus.html +64 -8
- nautobot/project-static/docs/development/apps/api/setup.html +64 -8
- nautobot/project-static/docs/development/apps/api/testing.html +64 -8
- nautobot/project-static/docs/development/apps/api/ui-extensions/banners.html +64 -8
- nautobot/project-static/docs/development/apps/api/ui-extensions/home-page.html +64 -8
- nautobot/project-static/docs/development/apps/api/ui-extensions/index.html +64 -8
- nautobot/project-static/docs/development/apps/api/ui-extensions/navigation.html +64 -8
- nautobot/project-static/docs/development/apps/api/ui-extensions/object-views.html +64 -8
- nautobot/project-static/docs/development/apps/api/views/base-template.html +64 -8
- nautobot/project-static/docs/development/apps/api/views/core-view-overrides.html +64 -8
- nautobot/project-static/docs/development/apps/api/views/django-generic-views.html +64 -8
- nautobot/project-static/docs/development/apps/api/views/help-documentation.html +64 -8
- nautobot/project-static/docs/development/apps/api/views/index.html +67 -11
- nautobot/project-static/docs/development/apps/api/views/nautobot-generic-views.html +64 -8
- nautobot/project-static/docs/development/apps/api/views/nautobotuiviewset.html +64 -8
- nautobot/project-static/docs/development/apps/api/views/nautobotuiviewsetrouter.html +64 -8
- nautobot/project-static/docs/development/apps/api/views/notes.html +64 -8
- nautobot/project-static/docs/development/apps/api/views/rest-api.html +64 -8
- nautobot/project-static/docs/development/apps/api/views/urls.html +64 -8
- nautobot/project-static/docs/development/apps/index.html +64 -8
- nautobot/project-static/docs/development/apps/migration/code-updates.html +64 -8
- nautobot/project-static/docs/development/apps/migration/dependency-updates.html +64 -8
- nautobot/project-static/docs/development/apps/migration/from-v1.html +64 -8
- nautobot/project-static/docs/development/apps/migration/from-v2/migrating-v2-to-v3.html +64 -8
- nautobot/project-static/docs/development/apps/migration/from-v2/new-nautobot-custom-ui-apis.html +64 -8
- nautobot/project-static/docs/development/apps/migration/from-v2/overview.html +68 -8
- nautobot/project-static/docs/development/apps/migration/from-v2/upgrading-from-bootstrap-v3-to-v5.html +64 -8
- nautobot/project-static/docs/development/apps/migration/model-updates/dcim.html +64 -8
- nautobot/project-static/docs/development/apps/migration/model-updates/extras.html +64 -8
- nautobot/project-static/docs/development/apps/migration/model-updates/global.html +64 -8
- nautobot/project-static/docs/development/apps/migration/model-updates/ipam.html +64 -8
- nautobot/project-static/docs/development/apps/migration/ui-component-framework/best-practices.html +64 -8
- nautobot/project-static/docs/development/apps/migration/ui-component-framework/breadcrumbs-titles.html +64 -8
- nautobot/project-static/docs/development/apps/migration/ui-component-framework/custom-content.html +64 -8
- nautobot/project-static/docs/development/apps/migration/ui-component-framework/index.html +64 -8
- nautobot/project-static/docs/development/apps/migration/ui-component-framework/migration-steps.html +64 -8
- nautobot/project-static/docs/development/apps/porting-from-netbox.html +64 -8
- nautobot/project-static/docs/development/core/application-registry.html +64 -8
- nautobot/project-static/docs/development/core/best-practices.html +64 -8
- nautobot/project-static/docs/development/core/caching.html +64 -8
- nautobot/project-static/docs/development/core/controllers.html +64 -8
- nautobot/project-static/docs/development/core/docker-compose-advanced-use-cases.html +64 -8
- nautobot/project-static/docs/development/core/docs-media-standards.html +64 -8
- nautobot/project-static/docs/development/core/generic-views.html +64 -8
- nautobot/project-static/docs/development/core/getting-started.html +64 -8
- nautobot/project-static/docs/development/core/homepage.html +64 -8
- nautobot/project-static/docs/development/core/index.html +64 -8
- nautobot/project-static/docs/development/core/minikube-dev-environment-for-k8s-jobs.html +64 -8
- nautobot/project-static/docs/development/core/model-checklist.html +64 -8
- nautobot/project-static/docs/development/core/model-features.html +64 -8
- nautobot/project-static/docs/development/core/natural-keys.html +64 -8
- nautobot/project-static/docs/development/core/navigation-menu.html +64 -8
- nautobot/project-static/docs/development/core/release-checklist.html +64 -8
- nautobot/project-static/docs/development/core/role-internals.html +64 -8
- nautobot/project-static/docs/development/core/settings.html +64 -8
- nautobot/project-static/docs/development/core/style-guide.html +64 -8
- nautobot/project-static/docs/development/core/templates.html +64 -8
- nautobot/project-static/docs/development/core/testing.html +64 -8
- nautobot/project-static/docs/development/core/ui-best-practices.html +64 -8
- nautobot/project-static/docs/development/core/ui-component-framework.html +64 -8
- nautobot/project-static/docs/development/core/user-preferences.html +64 -8
- nautobot/project-static/docs/development/index.html +64 -8
- nautobot/project-static/docs/development/jobs/getting-started.html +64 -8
- nautobot/project-static/docs/development/jobs/index.html +64 -8
- nautobot/project-static/docs/development/jobs/installation.html +64 -8
- nautobot/project-static/docs/development/jobs/job-extensions.html +64 -8
- nautobot/project-static/docs/development/jobs/job-logging.html +64 -8
- nautobot/project-static/docs/development/jobs/job-patterns.html +64 -8
- nautobot/project-static/docs/development/jobs/job-structure.html +64 -8
- nautobot/project-static/docs/development/jobs/migration/from-v1.html +64 -8
- nautobot/project-static/docs/development/jobs/testing.html +64 -8
- nautobot/project-static/docs/index.html +64 -8
- nautobot/project-static/docs/overview/application_stack.html +64 -8
- nautobot/project-static/docs/overview/design_philosophy.html +64 -8
- nautobot/project-static/docs/release-notes/index.html +64 -8
- nautobot/project-static/docs/release-notes/version-1.0.html +64 -8
- nautobot/project-static/docs/release-notes/version-1.1.html +64 -8
- nautobot/project-static/docs/release-notes/version-1.2.html +65 -9
- nautobot/project-static/docs/release-notes/version-1.3.html +64 -8
- nautobot/project-static/docs/release-notes/version-1.4.html +64 -8
- nautobot/project-static/docs/release-notes/version-1.5.html +64 -8
- nautobot/project-static/docs/release-notes/version-1.6.html +64 -8
- nautobot/project-static/docs/release-notes/version-2.0.html +64 -8
- nautobot/project-static/docs/release-notes/version-2.1.html +64 -8
- nautobot/project-static/docs/release-notes/version-2.2.html +64 -8
- nautobot/project-static/docs/release-notes/version-2.3.html +64 -8
- nautobot/project-static/docs/release-notes/version-2.4.html +584 -8
- nautobot/project-static/docs/release-notes/version-3.0.html +232 -8
- nautobot/project-static/docs/search/search_index.json +1 -1
- nautobot/project-static/docs/sitemap.xml +337 -329
- nautobot/project-static/docs/sitemap.xml.gz +0 -0
- nautobot/project-static/docs/user-guide/administration/configuration/authentication/ldap.html +64 -8
- nautobot/project-static/docs/user-guide/administration/configuration/authentication/remote.html +64 -8
- nautobot/project-static/docs/user-guide/administration/configuration/authentication/sso.html +64 -8
- nautobot/project-static/docs/user-guide/administration/configuration/index.html +64 -8
- nautobot/project-static/docs/user-guide/administration/configuration/redis.html +64 -8
- nautobot/project-static/docs/user-guide/administration/configuration/settings.html +64 -8
- nautobot/project-static/docs/user-guide/administration/configuration/time-zones.html +64 -8
- nautobot/project-static/docs/user-guide/administration/guides/celery-queues.html +64 -8
- nautobot/project-static/docs/user-guide/administration/guides/docker.html +64 -8
- nautobot/project-static/docs/user-guide/administration/guides/health-checks.html +64 -8
- nautobot/project-static/docs/user-guide/administration/guides/permissions.html +64 -8
- nautobot/project-static/docs/user-guide/administration/guides/prometheus-metrics.html +64 -8
- nautobot/project-static/docs/user-guide/administration/guides/replicating-nautobot.html +64 -8
- nautobot/project-static/docs/user-guide/administration/guides/request-profiling.html +64 -8
- nautobot/project-static/docs/user-guide/administration/guides/s3-django-storage.html +64 -8
- nautobot/project-static/docs/user-guide/administration/guides/selinux-troubleshooting.html +64 -8
- nautobot/project-static/docs/user-guide/administration/installation/app-install.html +64 -8
- nautobot/project-static/docs/user-guide/administration/installation/external-authentication.html +64 -8
- nautobot/project-static/docs/user-guide/administration/installation/http-server.html +72 -9
- nautobot/project-static/docs/user-guide/administration/installation/index.html +64 -8
- nautobot/project-static/docs/user-guide/administration/installation/install_system.html +64 -8
- nautobot/project-static/docs/user-guide/administration/installation/nautobot.html +64 -8
- nautobot/project-static/docs/user-guide/administration/installation/services.html +64 -8
- nautobot/project-static/docs/user-guide/administration/migration/migrating-from-netbox.html +65 -9
- nautobot/project-static/docs/user-guide/administration/migration/migrating-from-postgresql.html +64 -8
- nautobot/project-static/docs/user-guide/administration/security/index.html +64 -8
- nautobot/project-static/docs/user-guide/administration/security/notices.html +64 -8
- nautobot/project-static/docs/user-guide/administration/tools/nautobot-server.html +64 -8
- nautobot/project-static/docs/user-guide/administration/tools/nautobot-shell.html +64 -8
- nautobot/project-static/docs/user-guide/administration/upgrading/database-backup.html +67 -11
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/after-you-upgrade.html +64 -8
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/before-you-upgrade.html +64 -8
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/for-developers.html +64 -8
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/index.html +64 -8
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/ipam/whats-changed.html +64 -8
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/region-and-site-data-migration-guide.html +64 -8
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v1/upgrading-from-nautobot-v1.html +64 -8
- nautobot/project-static/docs/user-guide/administration/upgrading/from-v2/index.html +68 -8
- nautobot/project-static/docs/user-guide/administration/upgrading/postgresql.html +13391 -0
- nautobot/project-static/docs/user-guide/administration/upgrading/upgrading.html +125 -15
- nautobot/project-static/docs/user-guide/core-data-model/circuits/circuit.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/circuits/circuittermination.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/circuits/circuittype.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/circuits/provider.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/circuits/providernetwork.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/cloud/cloud.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudaccount.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudnetwork.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudnetworkprefixassignment.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudresourcetype.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudservice.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/cloud/cloudservicenetworkassignment.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/cable.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleport.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleporttemplate.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleserverport.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/consoleserverporttemplate.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/controller.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/controllermanageddevicegroup.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/device.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/devicebay.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/devicebaytemplate.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/devicefamily.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/deviceredundancygroup.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/devicetype.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/frontport.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/frontporttemplate.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/interface.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/interfaceredundancygroup.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/interfacetemplate.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/inventoryitem.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/location.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/locationtype.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/manufacturer.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/module.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/modulebay.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/modulebaytemplate.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/modulefamily.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/moduletype.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/platform.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/powerfeed.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/poweroutlet.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/poweroutlettemplate.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/powerpanel.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/powerport.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/powerporttemplate.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/rack.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/rackgroup.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/rackreservation.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/rearport.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/rearporttemplate.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/softwareimagefile.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/softwareversion.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/virtualchassis.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/dcim/virtualdevicecontext.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/extras/configcontext.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/extras/configcontextschema.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/extras/contact.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/extras/team.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/ipam/ipaddress.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/ipam/namespace.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/ipam/prefix.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/ipam/rir.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/ipam/routetarget.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/ipam/service.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/ipam/vlan.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/ipam/vlangroup.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/ipam/vrf.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/load-balancers/certificateprofile.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/load-balancers/healthcheckmonitor.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/load-balancers/index.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/load-balancers/loadbalancerpool.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/load-balancers/loadbalancerpoolmember.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/load-balancers/virtualserver.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/overview/introduction.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/tenancy/tenant.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/tenancy/tenantgroup.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/virtualization/cluster.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/virtualization/clustergroup.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/virtualization/clustertype.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/virtualization/virtualmachine.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/virtualization/vminterface.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/vpn/index.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/vpn/vpn.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/vpn/vpnphase1policy.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/vpn/vpnphase2policy.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/vpn/vpnprofile.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/vpn/vpntunnel.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/vpn/vpntunnelendpoint.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/wireless/index.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/wireless/radioprofile.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/wireless/supporteddatarate.html +64 -8
- nautobot/project-static/docs/user-guide/core-data-model/wireless/wirelessnetwork.html +64 -8
- nautobot/project-static/docs/user-guide/feature-guides/contacts-and-teams.html +64 -8
- nautobot/project-static/docs/user-guide/feature-guides/custom-fields.html +64 -8
- nautobot/project-static/docs/user-guide/feature-guides/data-compliance.html +64 -8
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/creating-devices.html +64 -8
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/creating-location-types-and-locations.html +64 -8
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/index.html +64 -8
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/interfaces.html +64 -8
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/ipam.html +64 -8
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/platforms.html +64 -8
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/search-bar.html +64 -8
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/tenants.html +64 -8
- nautobot/project-static/docs/user-guide/feature-guides/getting-started/vlans-and-vlan-groups.html +64 -8
- nautobot/project-static/docs/user-guide/feature-guides/git-data-source.html +64 -8
- nautobot/project-static/docs/user-guide/feature-guides/graphql.html +64 -8
- nautobot/project-static/docs/user-guide/feature-guides/ip-address-merge-tool.html +64 -8
- nautobot/project-static/docs/user-guide/feature-guides/load-balancers.html +64 -8
- nautobot/project-static/docs/user-guide/feature-guides/relationships.html +64 -8
- nautobot/project-static/docs/user-guide/feature-guides/software-image-files-and-versions.html +64 -8
- nautobot/project-static/docs/user-guide/feature-guides/wireless-networks-and-controllers.html +64 -8
- nautobot/project-static/docs/user-guide/index.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/approval-workflow.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/change-logging.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/computedfield.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/customfield.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/customlink.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/data-validation.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/dynamicgroup.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/echarts.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/events.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/exporttemplate.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/externalintegration.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/gitrepository.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/graphql.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/graphqlquery.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/imageattachment.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/jobs/index.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/jobs/job-scheduling-and-approvals.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/jobs/jobbutton.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/jobs/jobhook.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/jobs/jobqueue.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/jobs/kubernetes-job-support.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/jobs/managing-jobs.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/jobs/models.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/napalm.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/note.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/objectmetadata.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/relationship.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/rendering-jinja-templates.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/rest-api/authentication.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/rest-api/filtering.html +116 -34
- nautobot/project-static/docs/user-guide/platform-functionality/rest-api/overview.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/rest-api/ui-related-endpoints.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/role.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/secret.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/staticgroupassociation.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/status.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/tag.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/template-filters.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/user-interface/configurablecolumns.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/user-interface/savedview.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/user-interface/search.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/users/groups.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/users/objectpermission.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/users/token.html +64 -8
- nautobot/project-static/docs/user-guide/platform-functionality/webhook.html +64 -8
- nautobot/ui/src/scss/nautobot.scss +2 -1
- {nautobot-3.0.4.dist-info → nautobot-3.0.5.dist-info}/METADATA +1 -1
- {nautobot-3.0.4.dist-info → nautobot-3.0.5.dist-info}/RECORD +363 -360
- {nautobot-3.0.4.dist-info → nautobot-3.0.5.dist-info}/LICENSE.txt +0 -0
- {nautobot-3.0.4.dist-info → nautobot-3.0.5.dist-info}/NOTICE +0 -0
- {nautobot-3.0.4.dist-info → nautobot-3.0.5.dist-info}/WHEEL +0 -0
- {nautobot-3.0.4.dist-info → nautobot-3.0.5.dist-info}/entry_points.txt +0 -0
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
<link rel="canonical" href="https://docs.nautobot.com/projects/core/en/stable/user-guide/administration/upgrading/upgrading.html">
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
<link rel="prev" href="
|
|
11
|
+
<link rel="prev" href="postgresql.html">
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
<link rel="next" href="from-v1/upgrading-from-nautobot-v1.html">
|
|
@@ -976,6 +976,34 @@
|
|
|
976
976
|
|
|
977
977
|
|
|
978
978
|
|
|
979
|
+
|
|
980
|
+
|
|
981
|
+
<li class="md-nav__item">
|
|
982
|
+
<a href="postgresql.html" class="md-nav__link">
|
|
983
|
+
|
|
984
|
+
|
|
985
|
+
|
|
986
|
+
<span class="md-ellipsis">
|
|
987
|
+
|
|
988
|
+
|
|
989
|
+
Upgrading PostgreSQL
|
|
990
|
+
|
|
991
|
+
|
|
992
|
+
|
|
993
|
+
</span>
|
|
994
|
+
|
|
995
|
+
|
|
996
|
+
|
|
997
|
+
</a>
|
|
998
|
+
</li>
|
|
999
|
+
|
|
1000
|
+
|
|
1001
|
+
|
|
1002
|
+
|
|
1003
|
+
|
|
1004
|
+
|
|
1005
|
+
|
|
1006
|
+
|
|
979
1007
|
|
|
980
1008
|
|
|
981
1009
|
|
|
@@ -1132,6 +1160,28 @@
|
|
|
1132
1160
|
</ul>
|
|
1133
1161
|
</nav>
|
|
1134
1162
|
|
|
1163
|
+
</li>
|
|
1164
|
+
|
|
1165
|
+
<li class="md-nav__item">
|
|
1166
|
+
<a href="#updating-from-nautobot-1x-to-2x" class="md-nav__link">
|
|
1167
|
+
<span class="md-ellipsis">
|
|
1168
|
+
|
|
1169
|
+
Updating from Nautobot 1.x to 2.x
|
|
1170
|
+
|
|
1171
|
+
</span>
|
|
1172
|
+
</a>
|
|
1173
|
+
|
|
1174
|
+
</li>
|
|
1175
|
+
|
|
1176
|
+
<li class="md-nav__item">
|
|
1177
|
+
<a href="#updating-from-nautobot-2x-to-3x" class="md-nav__link">
|
|
1178
|
+
<span class="md-ellipsis">
|
|
1179
|
+
|
|
1180
|
+
Updating from Nautobot 2.x to 3.x
|
|
1181
|
+
|
|
1182
|
+
</span>
|
|
1183
|
+
</a>
|
|
1184
|
+
|
|
1135
1185
|
</li>
|
|
1136
1186
|
|
|
1137
1187
|
</ul>
|
|
@@ -1221,7 +1271,7 @@
|
|
|
1221
1271
|
|
|
1222
1272
|
|
|
1223
1273
|
|
|
1224
|
-
<input class="md-nav__toggle md-toggle " type="checkbox" id="
|
|
1274
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2_1_2_4">
|
|
1225
1275
|
|
|
1226
1276
|
|
|
1227
1277
|
<div class="md-nav__link md-nav__container">
|
|
@@ -1243,14 +1293,14 @@
|
|
|
1243
1293
|
</a>
|
|
1244
1294
|
|
|
1245
1295
|
|
|
1246
|
-
<label class="md-nav__link " for="
|
|
1296
|
+
<label class="md-nav__link " for="__nav_2_1_2_4" id="__nav_2_1_2_4_label" tabindex="0">
|
|
1247
1297
|
<span class="md-nav__icon md-icon"></span>
|
|
1248
1298
|
</label>
|
|
1249
1299
|
|
|
1250
1300
|
</div>
|
|
1251
1301
|
|
|
1252
|
-
<nav class="md-nav" data-md-level="4" aria-labelledby="
|
|
1253
|
-
<label class="md-nav__title" for="
|
|
1302
|
+
<nav class="md-nav" data-md-level="4" aria-labelledby="__nav_2_1_2_4_label" aria-expanded="false">
|
|
1303
|
+
<label class="md-nav__title" for="__nav_2_1_2_4">
|
|
1254
1304
|
<span class="md-nav__icon md-icon"></span>
|
|
1255
1305
|
|
|
1256
1306
|
|
|
@@ -1306,7 +1356,7 @@
|
|
|
1306
1356
|
|
|
1307
1357
|
|
|
1308
1358
|
|
|
1309
|
-
<input class="md-nav__toggle md-toggle " type="checkbox" id="
|
|
1359
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2_1_2_4_2">
|
|
1310
1360
|
|
|
1311
1361
|
|
|
1312
1362
|
<div class="md-nav__link md-nav__container">
|
|
@@ -1328,14 +1378,14 @@
|
|
|
1328
1378
|
</a>
|
|
1329
1379
|
|
|
1330
1380
|
|
|
1331
|
-
<label class="md-nav__link " for="
|
|
1381
|
+
<label class="md-nav__link " for="__nav_2_1_2_4_2" id="__nav_2_1_2_4_2_label" tabindex="0">
|
|
1332
1382
|
<span class="md-nav__icon md-icon"></span>
|
|
1333
1383
|
</label>
|
|
1334
1384
|
|
|
1335
1385
|
</div>
|
|
1336
1386
|
|
|
1337
|
-
<nav class="md-nav" data-md-level="5" aria-labelledby="
|
|
1338
|
-
<label class="md-nav__title" for="
|
|
1387
|
+
<nav class="md-nav" data-md-level="5" aria-labelledby="__nav_2_1_2_4_2_label" aria-expanded="false">
|
|
1388
|
+
<label class="md-nav__title" for="__nav_2_1_2_4_2">
|
|
1339
1389
|
<span class="md-nav__icon md-icon"></span>
|
|
1340
1390
|
|
|
1341
1391
|
|
|
@@ -9125,6 +9175,34 @@
|
|
|
9125
9175
|
|
|
9126
9176
|
|
|
9127
9177
|
|
|
9178
|
+
|
|
9179
|
+
|
|
9180
|
+
|
|
9181
|
+
|
|
9182
|
+
|
|
9183
|
+
|
|
9184
|
+
<li class="md-nav__item">
|
|
9185
|
+
<a href="../../../development/apps/api/models/queryset.html" class="md-nav__link">
|
|
9186
|
+
|
|
9187
|
+
|
|
9188
|
+
|
|
9189
|
+
<span class="md-ellipsis">
|
|
9190
|
+
|
|
9191
|
+
|
|
9192
|
+
QuerySet
|
|
9193
|
+
|
|
9194
|
+
|
|
9195
|
+
|
|
9196
|
+
</span>
|
|
9197
|
+
|
|
9198
|
+
|
|
9199
|
+
|
|
9200
|
+
</a>
|
|
9201
|
+
</li>
|
|
9202
|
+
|
|
9203
|
+
|
|
9204
|
+
|
|
9205
|
+
|
|
9128
9206
|
</ul>
|
|
9129
9207
|
</nav>
|
|
9130
9208
|
|
|
@@ -13318,6 +13396,28 @@
|
|
|
13318
13396
|
</ul>
|
|
13319
13397
|
</nav>
|
|
13320
13398
|
|
|
13399
|
+
</li>
|
|
13400
|
+
|
|
13401
|
+
<li class="md-nav__item">
|
|
13402
|
+
<a href="#updating-from-nautobot-1x-to-2x" class="md-nav__link">
|
|
13403
|
+
<span class="md-ellipsis">
|
|
13404
|
+
|
|
13405
|
+
Updating from Nautobot 1.x to 2.x
|
|
13406
|
+
|
|
13407
|
+
</span>
|
|
13408
|
+
</a>
|
|
13409
|
+
|
|
13410
|
+
</li>
|
|
13411
|
+
|
|
13412
|
+
<li class="md-nav__item">
|
|
13413
|
+
<a href="#updating-from-nautobot-2x-to-3x" class="md-nav__link">
|
|
13414
|
+
<span class="md-ellipsis">
|
|
13415
|
+
|
|
13416
|
+
Updating from Nautobot 2.x to 3.x
|
|
13417
|
+
|
|
13418
|
+
</span>
|
|
13419
|
+
</a>
|
|
13420
|
+
|
|
13321
13421
|
</li>
|
|
13322
13422
|
|
|
13323
13423
|
</ul>
|
|
@@ -13431,6 +13531,10 @@ release notes under the release in which the change went into effect.</p>
|
|
|
13431
13531
|
<a id="__codelineno-1-2" name="__codelineno-1-2" href="#__codelineno-1-2"></a>Query OK, 1 row affected (0.07 sec)
|
|
13432
13532
|
</code></pre></div>
|
|
13433
13533
|
<p>Please see the <a href="https://dev.mysql.com/blog-archive/mysql-8-0-collations-migrating-from-older-collations/">official MySQL documentation on migrating collation encoding settings</a> for more information on troubleshooting any issues you may encounter.</p>
|
|
13534
|
+
<h3 id="updating-from-nautobot-1x-to-2x">Updating from Nautobot 1.x to 2.x<a class="headerlink" href="#updating-from-nautobot-1x-to-2x" title="Permanent link">¶</a></h3>
|
|
13535
|
+
<p>See <a href="from-v1/upgrading-from-nautobot-v1.html">Upgrading from Nautobot v1</a>. In general we would recommend updating to the latest available 1.x release (v1.6.32 as of this writing) as an intermediate step, then updating directly to the latest patch release of your target 2.x minor version.</p>
|
|
13536
|
+
<h3 id="updating-from-nautobot-2x-to-3x">Updating from Nautobot 2.x to 3.x<a class="headerlink" href="#updating-from-nautobot-2x-to-3x" title="Permanent link">¶</a></h3>
|
|
13537
|
+
<p>See <a href="from-v2/index.html">Upgrading from Nautobot v2</a>. In general we would recommend updating to the latest available 2.x release as an intermediate step, then updating directly to the latest patch release of your target 3.x minor version.</p>
|
|
13434
13538
|
<h2 id="update-prerequisites-to-required-versions">Update Prerequisites to Required Versions<a class="headerlink" href="#update-prerequisites-to-required-versions" title="Permanent link">¶</a></h2>
|
|
13435
13539
|
<p>Nautobot v3.0.0 and later requires the following:</p>
|
|
13436
13540
|
<table>
|
|
@@ -13447,7 +13551,7 @@ release notes under the release in which the change went into effect.</p>
|
|
|
13447
13551
|
</tr>
|
|
13448
13552
|
<tr>
|
|
13449
13553
|
<td>PostgreSQL</td>
|
|
13450
|
-
<td>12.0
|
|
13554
|
+
<td>12.0¹</td>
|
|
13451
13555
|
</tr>
|
|
13452
13556
|
<tr>
|
|
13453
13557
|
<td>Redis</td>
|
|
@@ -13455,16 +13559,22 @@ release notes under the release in which the change went into effect.</p>
|
|
|
13455
13559
|
</tr>
|
|
13456
13560
|
</tbody>
|
|
13457
13561
|
</table>
|
|
13562
|
+
<p>¹ PostgreSQL versions 12.x and 13.x have reached end-of-life, and support for these versions will be dropped in Nautobot 3.1. As such, it is our recommendation that you upgrade to PostgreSQL 14+ while still on Nautobot 2.4 or Nautobot 3.0 as a separate action / maintenance window to minimize the number of simultaneous changes.</p>
|
|
13563
|
+
<div class="admonition warning">
|
|
13564
|
+
<p class="admonition-title">Warning</p>
|
|
13565
|
+
<p>PostgreSQL major version upgrades typically require manual steps to update or migrate the database structure. Refer to <a href="postgresql.html">Upgrading PostgreSQL</a> for more guidance on how migrate to a newer major version of PostgreSQL.</p>
|
|
13566
|
+
</div>
|
|
13567
|
+
<p>As with all dependencies, we would recommend that you follow usual industry best practices, and periodically update to the latest applicable patch version of each of these dependencies in order to receive applicable security fixes and other bug fixes.</p>
|
|
13458
13568
|
<details class="version-removed">
|
|
13459
|
-
<summary>Removed in version 2.1.0</summary>
|
|
13569
|
+
<summary>Removed in version 2.1.0 — Dropped support for PostgreSQL 11</summary>
|
|
13460
13570
|
<p>Support for versions of PostgreSQL older than 12.0 was removed.</p>
|
|
13461
13571
|
</details>
|
|
13462
13572
|
<details class="version-removed">
|
|
13463
|
-
<summary>Removed in version 2.4.0</summary>
|
|
13573
|
+
<summary>Removed in version 2.4.0 — Dropped support for Python 3.8</summary>
|
|
13464
13574
|
<p>Support for Python 3.8 was removed.</p>
|
|
13465
13575
|
</details>
|
|
13466
13576
|
<details class="version-removed">
|
|
13467
|
-
<summary>Removed in version 2.4.20</summary>
|
|
13577
|
+
<summary>Removed in version 2.4.20 — Dropped support for Python 3.9</summary>
|
|
13468
13578
|
<p>Support for Python 3.9 was removed.</p>
|
|
13469
13579
|
</details>
|
|
13470
13580
|
<p>Nautobot v1.1.0 and later can optionally support the following:</p>
|
|
@@ -13553,7 +13663,7 @@ release notes under the release in which the change went into effect.</p>
|
|
|
13553
13663
|
<nav class="md-footer__inner md-grid" aria-label="Footer">
|
|
13554
13664
|
|
|
13555
13665
|
|
|
13556
|
-
<a href="
|
|
13666
|
+
<a href="postgresql.html" class="md-footer__link md-footer__link--prev" aria-label="Previous: Upgrading PostgreSQL">
|
|
13557
13667
|
<div class="md-footer__button md-icon">
|
|
13558
13668
|
|
|
13559
13669
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20 11v2H8l5.5 5.5-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5 8 11z"></path></svg>
|
|
@@ -13563,7 +13673,7 @@ release notes under the release in which the change went into effect.</p>
|
|
|
13563
13673
|
Previous
|
|
13564
13674
|
</span>
|
|
13565
13675
|
<div class="md-ellipsis">
|
|
13566
|
-
|
|
13676
|
+
Upgrading PostgreSQL
|
|
13567
13677
|
</div>
|
|
13568
13678
|
</div>
|
|
13569
13679
|
</a>
|
|
@@ -974,6 +974,34 @@
|
|
|
974
974
|
|
|
975
975
|
|
|
976
976
|
|
|
977
|
+
<li class="md-nav__item">
|
|
978
|
+
<a href="../../administration/upgrading/postgresql.html" class="md-nav__link">
|
|
979
|
+
|
|
980
|
+
|
|
981
|
+
|
|
982
|
+
<span class="md-ellipsis">
|
|
983
|
+
|
|
984
|
+
|
|
985
|
+
Upgrading PostgreSQL
|
|
986
|
+
|
|
987
|
+
|
|
988
|
+
|
|
989
|
+
</span>
|
|
990
|
+
|
|
991
|
+
|
|
992
|
+
|
|
993
|
+
</a>
|
|
994
|
+
</li>
|
|
995
|
+
|
|
996
|
+
|
|
997
|
+
|
|
998
|
+
|
|
999
|
+
|
|
1000
|
+
|
|
1001
|
+
|
|
1002
|
+
|
|
1003
|
+
|
|
1004
|
+
|
|
977
1005
|
<li class="md-nav__item">
|
|
978
1006
|
<a href="../../administration/upgrading/upgrading.html" class="md-nav__link">
|
|
979
1007
|
|
|
@@ -1014,7 +1042,7 @@
|
|
|
1014
1042
|
|
|
1015
1043
|
|
|
1016
1044
|
|
|
1017
|
-
<input class="md-nav__toggle md-toggle " type="checkbox" id="
|
|
1045
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2_1_2_4">
|
|
1018
1046
|
|
|
1019
1047
|
|
|
1020
1048
|
<div class="md-nav__link md-nav__container">
|
|
@@ -1036,14 +1064,14 @@
|
|
|
1036
1064
|
</a>
|
|
1037
1065
|
|
|
1038
1066
|
|
|
1039
|
-
<label class="md-nav__link " for="
|
|
1067
|
+
<label class="md-nav__link " for="__nav_2_1_2_4" id="__nav_2_1_2_4_label" tabindex="0">
|
|
1040
1068
|
<span class="md-nav__icon md-icon"></span>
|
|
1041
1069
|
</label>
|
|
1042
1070
|
|
|
1043
1071
|
</div>
|
|
1044
1072
|
|
|
1045
|
-
<nav class="md-nav" data-md-level="4" aria-labelledby="
|
|
1046
|
-
<label class="md-nav__title" for="
|
|
1073
|
+
<nav class="md-nav" data-md-level="4" aria-labelledby="__nav_2_1_2_4_label" aria-expanded="false">
|
|
1074
|
+
<label class="md-nav__title" for="__nav_2_1_2_4">
|
|
1047
1075
|
<span class="md-nav__icon md-icon"></span>
|
|
1048
1076
|
|
|
1049
1077
|
|
|
@@ -1099,7 +1127,7 @@
|
|
|
1099
1127
|
|
|
1100
1128
|
|
|
1101
1129
|
|
|
1102
|
-
<input class="md-nav__toggle md-toggle " type="checkbox" id="
|
|
1130
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2_1_2_4_2">
|
|
1103
1131
|
|
|
1104
1132
|
|
|
1105
1133
|
<div class="md-nav__link md-nav__container">
|
|
@@ -1121,14 +1149,14 @@
|
|
|
1121
1149
|
</a>
|
|
1122
1150
|
|
|
1123
1151
|
|
|
1124
|
-
<label class="md-nav__link " for="
|
|
1152
|
+
<label class="md-nav__link " for="__nav_2_1_2_4_2" id="__nav_2_1_2_4_2_label" tabindex="0">
|
|
1125
1153
|
<span class="md-nav__icon md-icon"></span>
|
|
1126
1154
|
</label>
|
|
1127
1155
|
|
|
1128
1156
|
</div>
|
|
1129
1157
|
|
|
1130
|
-
<nav class="md-nav" data-md-level="5" aria-labelledby="
|
|
1131
|
-
<label class="md-nav__title" for="
|
|
1158
|
+
<nav class="md-nav" data-md-level="5" aria-labelledby="__nav_2_1_2_4_2_label" aria-expanded="false">
|
|
1159
|
+
<label class="md-nav__title" for="__nav_2_1_2_4_2">
|
|
1132
1160
|
<span class="md-nav__icon md-icon"></span>
|
|
1133
1161
|
|
|
1134
1162
|
|
|
@@ -8932,6 +8960,34 @@
|
|
|
8932
8960
|
|
|
8933
8961
|
|
|
8934
8962
|
|
|
8963
|
+
|
|
8964
|
+
|
|
8965
|
+
|
|
8966
|
+
|
|
8967
|
+
|
|
8968
|
+
|
|
8969
|
+
<li class="md-nav__item">
|
|
8970
|
+
<a href="../../../development/apps/api/models/queryset.html" class="md-nav__link">
|
|
8971
|
+
|
|
8972
|
+
|
|
8973
|
+
|
|
8974
|
+
<span class="md-ellipsis">
|
|
8975
|
+
|
|
8976
|
+
|
|
8977
|
+
QuerySet
|
|
8978
|
+
|
|
8979
|
+
|
|
8980
|
+
|
|
8981
|
+
</span>
|
|
8982
|
+
|
|
8983
|
+
|
|
8984
|
+
|
|
8985
|
+
</a>
|
|
8986
|
+
</li>
|
|
8987
|
+
|
|
8988
|
+
|
|
8989
|
+
|
|
8990
|
+
|
|
8935
8991
|
</ul>
|
|
8936
8992
|
</nav>
|
|
8937
8993
|
|
|
@@ -974,6 +974,34 @@
|
|
|
974
974
|
|
|
975
975
|
|
|
976
976
|
|
|
977
|
+
<li class="md-nav__item">
|
|
978
|
+
<a href="../../administration/upgrading/postgresql.html" class="md-nav__link">
|
|
979
|
+
|
|
980
|
+
|
|
981
|
+
|
|
982
|
+
<span class="md-ellipsis">
|
|
983
|
+
|
|
984
|
+
|
|
985
|
+
Upgrading PostgreSQL
|
|
986
|
+
|
|
987
|
+
|
|
988
|
+
|
|
989
|
+
</span>
|
|
990
|
+
|
|
991
|
+
|
|
992
|
+
|
|
993
|
+
</a>
|
|
994
|
+
</li>
|
|
995
|
+
|
|
996
|
+
|
|
997
|
+
|
|
998
|
+
|
|
999
|
+
|
|
1000
|
+
|
|
1001
|
+
|
|
1002
|
+
|
|
1003
|
+
|
|
1004
|
+
|
|
977
1005
|
<li class="md-nav__item">
|
|
978
1006
|
<a href="../../administration/upgrading/upgrading.html" class="md-nav__link">
|
|
979
1007
|
|
|
@@ -1014,7 +1042,7 @@
|
|
|
1014
1042
|
|
|
1015
1043
|
|
|
1016
1044
|
|
|
1017
|
-
<input class="md-nav__toggle md-toggle " type="checkbox" id="
|
|
1045
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2_1_2_4">
|
|
1018
1046
|
|
|
1019
1047
|
|
|
1020
1048
|
<div class="md-nav__link md-nav__container">
|
|
@@ -1036,14 +1064,14 @@
|
|
|
1036
1064
|
</a>
|
|
1037
1065
|
|
|
1038
1066
|
|
|
1039
|
-
<label class="md-nav__link " for="
|
|
1067
|
+
<label class="md-nav__link " for="__nav_2_1_2_4" id="__nav_2_1_2_4_label" tabindex="0">
|
|
1040
1068
|
<span class="md-nav__icon md-icon"></span>
|
|
1041
1069
|
</label>
|
|
1042
1070
|
|
|
1043
1071
|
</div>
|
|
1044
1072
|
|
|
1045
|
-
<nav class="md-nav" data-md-level="4" aria-labelledby="
|
|
1046
|
-
<label class="md-nav__title" for="
|
|
1073
|
+
<nav class="md-nav" data-md-level="4" aria-labelledby="__nav_2_1_2_4_label" aria-expanded="false">
|
|
1074
|
+
<label class="md-nav__title" for="__nav_2_1_2_4">
|
|
1047
1075
|
<span class="md-nav__icon md-icon"></span>
|
|
1048
1076
|
|
|
1049
1077
|
|
|
@@ -1099,7 +1127,7 @@
|
|
|
1099
1127
|
|
|
1100
1128
|
|
|
1101
1129
|
|
|
1102
|
-
<input class="md-nav__toggle md-toggle " type="checkbox" id="
|
|
1130
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2_1_2_4_2">
|
|
1103
1131
|
|
|
1104
1132
|
|
|
1105
1133
|
<div class="md-nav__link md-nav__container">
|
|
@@ -1121,14 +1149,14 @@
|
|
|
1121
1149
|
</a>
|
|
1122
1150
|
|
|
1123
1151
|
|
|
1124
|
-
<label class="md-nav__link " for="
|
|
1152
|
+
<label class="md-nav__link " for="__nav_2_1_2_4_2" id="__nav_2_1_2_4_2_label" tabindex="0">
|
|
1125
1153
|
<span class="md-nav__icon md-icon"></span>
|
|
1126
1154
|
</label>
|
|
1127
1155
|
|
|
1128
1156
|
</div>
|
|
1129
1157
|
|
|
1130
|
-
<nav class="md-nav" data-md-level="5" aria-labelledby="
|
|
1131
|
-
<label class="md-nav__title" for="
|
|
1158
|
+
<nav class="md-nav" data-md-level="5" aria-labelledby="__nav_2_1_2_4_2_label" aria-expanded="false">
|
|
1159
|
+
<label class="md-nav__title" for="__nav_2_1_2_4_2">
|
|
1132
1160
|
<span class="md-nav__icon md-icon"></span>
|
|
1133
1161
|
|
|
1134
1162
|
|
|
@@ -8932,6 +8960,34 @@
|
|
|
8932
8960
|
|
|
8933
8961
|
|
|
8934
8962
|
|
|
8963
|
+
|
|
8964
|
+
|
|
8965
|
+
|
|
8966
|
+
|
|
8967
|
+
|
|
8968
|
+
|
|
8969
|
+
<li class="md-nav__item">
|
|
8970
|
+
<a href="../../../development/apps/api/models/queryset.html" class="md-nav__link">
|
|
8971
|
+
|
|
8972
|
+
|
|
8973
|
+
|
|
8974
|
+
<span class="md-ellipsis">
|
|
8975
|
+
|
|
8976
|
+
|
|
8977
|
+
QuerySet
|
|
8978
|
+
|
|
8979
|
+
|
|
8980
|
+
|
|
8981
|
+
</span>
|
|
8982
|
+
|
|
8983
|
+
|
|
8984
|
+
|
|
8985
|
+
</a>
|
|
8986
|
+
</li>
|
|
8987
|
+
|
|
8988
|
+
|
|
8989
|
+
|
|
8990
|
+
|
|
8935
8991
|
</ul>
|
|
8936
8992
|
</nav>
|
|
8937
8993
|
|
|
@@ -974,6 +974,34 @@
|
|
|
974
974
|
|
|
975
975
|
|
|
976
976
|
|
|
977
|
+
<li class="md-nav__item">
|
|
978
|
+
<a href="../../administration/upgrading/postgresql.html" class="md-nav__link">
|
|
979
|
+
|
|
980
|
+
|
|
981
|
+
|
|
982
|
+
<span class="md-ellipsis">
|
|
983
|
+
|
|
984
|
+
|
|
985
|
+
Upgrading PostgreSQL
|
|
986
|
+
|
|
987
|
+
|
|
988
|
+
|
|
989
|
+
</span>
|
|
990
|
+
|
|
991
|
+
|
|
992
|
+
|
|
993
|
+
</a>
|
|
994
|
+
</li>
|
|
995
|
+
|
|
996
|
+
|
|
997
|
+
|
|
998
|
+
|
|
999
|
+
|
|
1000
|
+
|
|
1001
|
+
|
|
1002
|
+
|
|
1003
|
+
|
|
1004
|
+
|
|
977
1005
|
<li class="md-nav__item">
|
|
978
1006
|
<a href="../../administration/upgrading/upgrading.html" class="md-nav__link">
|
|
979
1007
|
|
|
@@ -1014,7 +1042,7 @@
|
|
|
1014
1042
|
|
|
1015
1043
|
|
|
1016
1044
|
|
|
1017
|
-
<input class="md-nav__toggle md-toggle " type="checkbox" id="
|
|
1045
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2_1_2_4">
|
|
1018
1046
|
|
|
1019
1047
|
|
|
1020
1048
|
<div class="md-nav__link md-nav__container">
|
|
@@ -1036,14 +1064,14 @@
|
|
|
1036
1064
|
</a>
|
|
1037
1065
|
|
|
1038
1066
|
|
|
1039
|
-
<label class="md-nav__link " for="
|
|
1067
|
+
<label class="md-nav__link " for="__nav_2_1_2_4" id="__nav_2_1_2_4_label" tabindex="0">
|
|
1040
1068
|
<span class="md-nav__icon md-icon"></span>
|
|
1041
1069
|
</label>
|
|
1042
1070
|
|
|
1043
1071
|
</div>
|
|
1044
1072
|
|
|
1045
|
-
<nav class="md-nav" data-md-level="4" aria-labelledby="
|
|
1046
|
-
<label class="md-nav__title" for="
|
|
1073
|
+
<nav class="md-nav" data-md-level="4" aria-labelledby="__nav_2_1_2_4_label" aria-expanded="false">
|
|
1074
|
+
<label class="md-nav__title" for="__nav_2_1_2_4">
|
|
1047
1075
|
<span class="md-nav__icon md-icon"></span>
|
|
1048
1076
|
|
|
1049
1077
|
|
|
@@ -1099,7 +1127,7 @@
|
|
|
1099
1127
|
|
|
1100
1128
|
|
|
1101
1129
|
|
|
1102
|
-
<input class="md-nav__toggle md-toggle " type="checkbox" id="
|
|
1130
|
+
<input class="md-nav__toggle md-toggle " type="checkbox" id="__nav_2_1_2_4_2">
|
|
1103
1131
|
|
|
1104
1132
|
|
|
1105
1133
|
<div class="md-nav__link md-nav__container">
|
|
@@ -1121,14 +1149,14 @@
|
|
|
1121
1149
|
</a>
|
|
1122
1150
|
|
|
1123
1151
|
|
|
1124
|
-
<label class="md-nav__link " for="
|
|
1152
|
+
<label class="md-nav__link " for="__nav_2_1_2_4_2" id="__nav_2_1_2_4_2_label" tabindex="0">
|
|
1125
1153
|
<span class="md-nav__icon md-icon"></span>
|
|
1126
1154
|
</label>
|
|
1127
1155
|
|
|
1128
1156
|
</div>
|
|
1129
1157
|
|
|
1130
|
-
<nav class="md-nav" data-md-level="5" aria-labelledby="
|
|
1131
|
-
<label class="md-nav__title" for="
|
|
1158
|
+
<nav class="md-nav" data-md-level="5" aria-labelledby="__nav_2_1_2_4_2_label" aria-expanded="false">
|
|
1159
|
+
<label class="md-nav__title" for="__nav_2_1_2_4_2">
|
|
1132
1160
|
<span class="md-nav__icon md-icon"></span>
|
|
1133
1161
|
|
|
1134
1162
|
|
|
@@ -8932,6 +8960,34 @@
|
|
|
8932
8960
|
|
|
8933
8961
|
|
|
8934
8962
|
|
|
8963
|
+
|
|
8964
|
+
|
|
8965
|
+
|
|
8966
|
+
|
|
8967
|
+
|
|
8968
|
+
|
|
8969
|
+
<li class="md-nav__item">
|
|
8970
|
+
<a href="../../../development/apps/api/models/queryset.html" class="md-nav__link">
|
|
8971
|
+
|
|
8972
|
+
|
|
8973
|
+
|
|
8974
|
+
<span class="md-ellipsis">
|
|
8975
|
+
|
|
8976
|
+
|
|
8977
|
+
QuerySet
|
|
8978
|
+
|
|
8979
|
+
|
|
8980
|
+
|
|
8981
|
+
</span>
|
|
8982
|
+
|
|
8983
|
+
|
|
8984
|
+
|
|
8985
|
+
</a>
|
|
8986
|
+
</li>
|
|
8987
|
+
|
|
8988
|
+
|
|
8989
|
+
|
|
8990
|
+
|
|
8935
8991
|
</ul>
|
|
8936
8992
|
</nav>
|
|
8937
8993
|
|