nautobot-dev-example 3.0.3__tar.gz → 3.1.0__tar.gz
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_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/PKG-INFO +1 -1
- nautobot_dev_example-3.1.0/nautobot_dev_example/management/__init__.py +1 -0
- nautobot_dev_example-3.1.0/nautobot_dev_example/management/commands/__init__.py +1 -0
- nautobot_dev_example-3.1.0/nautobot_dev_example/management/commands/generate_nautobot_dev_example_test_data.py +37 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/404.html +23 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/admin/compatibility_matrix.html +23 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/admin/install.html +23 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/admin/release_notes/index.html +26 -3
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/admin/release_notes/version_1.0.html +23 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/admin/release_notes/version_2.0.html +23 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/admin/release_notes/version_2.1.html +23 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/admin/release_notes/version_2.2.html +23 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/admin/release_notes/version_3.0.html +26 -3
- nautobot_dev_example-3.1.0/nautobot_dev_example/static/nautobot_dev_example/docs/admin/release_notes/version_3.1.html +1644 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/admin/uninstall.html +23 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/admin/upgrade.html +23 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/dev/arch_decision.html +23 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/dev/code_reference/api.html +23 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/dev/code_reference/index.html +23 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/dev/code_reference/package.html +23 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/dev/contributing.html +23 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/dev/dev_environment.html +23 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/dev/extending.html +23 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/dev/release_checklist.html +25 -2
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/index.html +23 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/models/devexample.html +23 -0
- nautobot_dev_example-3.1.0/nautobot_dev_example/static/nautobot_dev_example/docs/search/search_index.json +1 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/sitemap.xml +29 -25
- nautobot_dev_example-3.1.0/nautobot_dev_example/static/nautobot_dev_example/docs/sitemap.xml.gz +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/user/app_getting_started.html +23 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/user/app_overview.html +23 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/user/app_use_cases.html +23 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/user/external_interactions.html +23 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/user/faq.html +23 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/pyproject.toml +3 -3
- nautobot_dev_example-3.0.3/nautobot_dev_example/static/nautobot_dev_example/docs/search/search_index.json +0 -1
- nautobot_dev_example-3.0.3/nautobot_dev_example/static/nautobot_dev_example/docs/sitemap.xml.gz +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/LICENSE +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/README.md +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/__init__.py +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/api/__init__.py +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/api/serializers.py +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/api/urls.py +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/api/views.py +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/app-config-schema.json +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/filters.py +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/forms.py +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/migrations/0001_initial.py +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/migrations/0002_alter_devexample_description_alter_devexample_name.py +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/migrations/__init__.py +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/models.py +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/navigation.py +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/_mkdocstrings.css +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/extra.css +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/favicon.ico +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/images/favicon.png +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/bundle.60a45f97.min.js +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/bundle.60a45f97.min.js.map +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/glightbox.min.js +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.ar.min.js +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.da.min.js +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.de.min.js +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.du.min.js +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.el.min.js +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.es.min.js +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.fi.min.js +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.fr.min.js +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.he.min.js +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.hi.min.js +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.hu.min.js +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.hy.min.js +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.it.min.js +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.ja.min.js +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.jp.min.js +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.kn.min.js +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.ko.min.js +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.multi.min.js +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.nl.min.js +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.no.min.js +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.pt.min.js +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.ro.min.js +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.ru.min.js +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.sa.min.js +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.stemmer.support.min.js +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.sv.min.js +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.ta.min.js +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.te.min.js +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.th.min.js +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.tr.min.js +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.vi.min.js +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.zh.min.js +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/tinyseg.js +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/wordcut.js +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/workers/search.f8cc74c7.min.js +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/workers/search.f8cc74c7.min.js.map +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/nautobot_logo.png +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/nautobot_logo.svg +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/networktocode_bw.png +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/overrides/partials/copyright.html +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/stylesheets/glightbox.min.css +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/stylesheets/main.a40c8224.min.css +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/stylesheets/main.a40c8224.min.css.map +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/stylesheets/palette.06af60db.min.css +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/stylesheets/palette.06af60db.min.css.map +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/images/icon-nautobot-dev-example.png +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/insert-analytics.sh +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/media/ss_main_page_dark.png +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/media/ss_main_page_light.png +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/objects.inv +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/tables.py +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/tests/__init__.py +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/tests/fixtures.py +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/tests/test_api.py +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/tests/test_filters.py +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/tests/test_forms.py +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/tests/test_models.py +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/tests/test_views.py +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/urls.py +0 -0
- {nautobot_dev_example-3.0.3 → nautobot_dev_example-3.1.0}/nautobot_dev_example/views.py +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"""Management commands for nautobot_dev_example."""
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"""Management commands for nautobot_dev_example."""
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"""Generate test data for the Nautobot Dev Example App."""
|
|
2
|
+
|
|
3
|
+
from django.core.management.base import BaseCommand
|
|
4
|
+
from django.db import DEFAULT_DB_ALIAS
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
class Command(BaseCommand):
|
|
8
|
+
"""Populate the database with various data as a baseline for testing (automated or manual)."""
|
|
9
|
+
|
|
10
|
+
help = __doc__
|
|
11
|
+
|
|
12
|
+
def add_arguments(self, parser):
|
|
13
|
+
"""Add command line arguments."""
|
|
14
|
+
parser.add_argument(
|
|
15
|
+
"--database",
|
|
16
|
+
default=DEFAULT_DB_ALIAS,
|
|
17
|
+
help='The database to generate the test data in. Defaults to the "default" database.',
|
|
18
|
+
)
|
|
19
|
+
parser.add_argument(
|
|
20
|
+
"--flush",
|
|
21
|
+
action="store_true",
|
|
22
|
+
help="Flush any existing Nautobot Dev Example App test data from the database before generating new data.",
|
|
23
|
+
)
|
|
24
|
+
|
|
25
|
+
def _generate_static_data(self, db):
|
|
26
|
+
"""Generate static data required for test cases."""
|
|
27
|
+
# TODO: populate the database with Nautobot Dev Example App test data.
|
|
28
|
+
|
|
29
|
+
def handle(self, *args, **options):
|
|
30
|
+
"""Entry point to the management command."""
|
|
31
|
+
if options["flush"]:
|
|
32
|
+
self.stdout.write("Flushing existing Nautobot Dev Example App test data...")
|
|
33
|
+
# TODO: delete any objects created by `_generate_static_data` here.
|
|
34
|
+
|
|
35
|
+
self._generate_static_data(db=options["database"])
|
|
36
|
+
|
|
37
|
+
self.stdout.write(self.style.SUCCESS(f"Database {options['database']} populated with app data successfully!"))
|
|
@@ -758,6 +758,8 @@
|
|
|
758
758
|
|
|
759
759
|
|
|
760
760
|
|
|
761
|
+
|
|
762
|
+
|
|
761
763
|
|
|
762
764
|
|
|
763
765
|
|
|
@@ -808,6 +810,27 @@
|
|
|
808
810
|
|
|
809
811
|
|
|
810
812
|
|
|
813
|
+
<li class="md-nav__item">
|
|
814
|
+
<a href="/projects/dev-example/en/latest/admin/release_notes/version_3.1.html" class="md-nav__link">
|
|
815
|
+
|
|
816
|
+
|
|
817
|
+
<span class="md-ellipsis">
|
|
818
|
+
v3.1
|
|
819
|
+
</span>
|
|
820
|
+
|
|
821
|
+
|
|
822
|
+
</a>
|
|
823
|
+
</li>
|
|
824
|
+
|
|
825
|
+
|
|
826
|
+
|
|
827
|
+
|
|
828
|
+
|
|
829
|
+
|
|
830
|
+
|
|
831
|
+
|
|
832
|
+
|
|
833
|
+
|
|
811
834
|
<li class="md-nav__item">
|
|
812
835
|
<a href="/projects/dev-example/en/latest/admin/release_notes/version_3.0.html" class="md-nav__link">
|
|
813
836
|
|
|
@@ -793,6 +793,8 @@
|
|
|
793
793
|
|
|
794
794
|
|
|
795
795
|
|
|
796
|
+
|
|
797
|
+
|
|
796
798
|
|
|
797
799
|
|
|
798
800
|
|
|
@@ -843,6 +845,27 @@
|
|
|
843
845
|
|
|
844
846
|
|
|
845
847
|
|
|
848
|
+
<li class="md-nav__item">
|
|
849
|
+
<a href="release_notes/version_3.1.html" class="md-nav__link">
|
|
850
|
+
|
|
851
|
+
|
|
852
|
+
<span class="md-ellipsis">
|
|
853
|
+
v3.1
|
|
854
|
+
</span>
|
|
855
|
+
|
|
856
|
+
|
|
857
|
+
</a>
|
|
858
|
+
</li>
|
|
859
|
+
|
|
860
|
+
|
|
861
|
+
|
|
862
|
+
|
|
863
|
+
|
|
864
|
+
|
|
865
|
+
|
|
866
|
+
|
|
867
|
+
|
|
868
|
+
|
|
846
869
|
<li class="md-nav__item">
|
|
847
870
|
<a href="release_notes/version_3.0.html" class="md-nav__link">
|
|
848
871
|
|
|
@@ -865,6 +865,8 @@
|
|
|
865
865
|
|
|
866
866
|
|
|
867
867
|
|
|
868
|
+
|
|
869
|
+
|
|
868
870
|
|
|
869
871
|
|
|
870
872
|
|
|
@@ -915,6 +917,27 @@
|
|
|
915
917
|
|
|
916
918
|
|
|
917
919
|
|
|
920
|
+
<li class="md-nav__item">
|
|
921
|
+
<a href="release_notes/version_3.1.html" class="md-nav__link">
|
|
922
|
+
|
|
923
|
+
|
|
924
|
+
<span class="md-ellipsis">
|
|
925
|
+
v3.1
|
|
926
|
+
</span>
|
|
927
|
+
|
|
928
|
+
|
|
929
|
+
</a>
|
|
930
|
+
</li>
|
|
931
|
+
|
|
932
|
+
|
|
933
|
+
|
|
934
|
+
|
|
935
|
+
|
|
936
|
+
|
|
937
|
+
|
|
938
|
+
|
|
939
|
+
|
|
940
|
+
|
|
918
941
|
<li class="md-nav__item">
|
|
919
942
|
<a href="release_notes/version_3.0.html" class="md-nav__link">
|
|
920
943
|
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
<link rel="prev" href="../compatibility_matrix.html">
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
<link rel="next" href="version_3.
|
|
14
|
+
<link rel="next" href="version_3.1.html">
|
|
15
15
|
|
|
16
16
|
|
|
17
17
|
<link rel="icon" href="../../assets/favicon.ico">
|
|
@@ -785,6 +785,8 @@
|
|
|
785
785
|
|
|
786
786
|
|
|
787
787
|
|
|
788
|
+
|
|
789
|
+
|
|
788
790
|
|
|
789
791
|
|
|
790
792
|
|
|
@@ -835,6 +837,27 @@
|
|
|
835
837
|
|
|
836
838
|
|
|
837
839
|
|
|
840
|
+
<li class="md-nav__item">
|
|
841
|
+
<a href="version_3.1.html" class="md-nav__link">
|
|
842
|
+
|
|
843
|
+
|
|
844
|
+
<span class="md-ellipsis">
|
|
845
|
+
v3.1
|
|
846
|
+
</span>
|
|
847
|
+
|
|
848
|
+
|
|
849
|
+
</a>
|
|
850
|
+
</li>
|
|
851
|
+
|
|
852
|
+
|
|
853
|
+
|
|
854
|
+
|
|
855
|
+
|
|
856
|
+
|
|
857
|
+
|
|
858
|
+
|
|
859
|
+
|
|
860
|
+
|
|
838
861
|
<li class="md-nav__item">
|
|
839
862
|
<a href="version_3.0.html" class="md-nav__link">
|
|
840
863
|
|
|
@@ -1338,13 +1361,13 @@
|
|
|
1338
1361
|
|
|
1339
1362
|
|
|
1340
1363
|
|
|
1341
|
-
<a href="version_3.
|
|
1364
|
+
<a href="version_3.1.html" class="md-footer__link md-footer__link--next" aria-label="Next: v3.1">
|
|
1342
1365
|
<div class="md-footer__title">
|
|
1343
1366
|
<span class="md-footer__direction">
|
|
1344
1367
|
Next
|
|
1345
1368
|
</span>
|
|
1346
1369
|
<div class="md-ellipsis">
|
|
1347
|
-
v3.
|
|
1370
|
+
v3.1
|
|
1348
1371
|
</div>
|
|
1349
1372
|
</div>
|
|
1350
1373
|
<div class="md-footer__button md-icon">
|
|
@@ -785,6 +785,8 @@
|
|
|
785
785
|
|
|
786
786
|
|
|
787
787
|
|
|
788
|
+
|
|
789
|
+
|
|
788
790
|
|
|
789
791
|
|
|
790
792
|
|
|
@@ -835,6 +837,27 @@
|
|
|
835
837
|
|
|
836
838
|
|
|
837
839
|
|
|
840
|
+
<li class="md-nav__item">
|
|
841
|
+
<a href="version_3.1.html" class="md-nav__link">
|
|
842
|
+
|
|
843
|
+
|
|
844
|
+
<span class="md-ellipsis">
|
|
845
|
+
v3.1
|
|
846
|
+
</span>
|
|
847
|
+
|
|
848
|
+
|
|
849
|
+
</a>
|
|
850
|
+
</li>
|
|
851
|
+
|
|
852
|
+
|
|
853
|
+
|
|
854
|
+
|
|
855
|
+
|
|
856
|
+
|
|
857
|
+
|
|
858
|
+
|
|
859
|
+
|
|
860
|
+
|
|
838
861
|
<li class="md-nav__item">
|
|
839
862
|
<a href="version_3.0.html" class="md-nav__link">
|
|
840
863
|
|
|
@@ -785,6 +785,8 @@
|
|
|
785
785
|
|
|
786
786
|
|
|
787
787
|
|
|
788
|
+
|
|
789
|
+
|
|
788
790
|
|
|
789
791
|
|
|
790
792
|
|
|
@@ -835,6 +837,27 @@
|
|
|
835
837
|
|
|
836
838
|
|
|
837
839
|
|
|
840
|
+
<li class="md-nav__item">
|
|
841
|
+
<a href="version_3.1.html" class="md-nav__link">
|
|
842
|
+
|
|
843
|
+
|
|
844
|
+
<span class="md-ellipsis">
|
|
845
|
+
v3.1
|
|
846
|
+
</span>
|
|
847
|
+
|
|
848
|
+
|
|
849
|
+
</a>
|
|
850
|
+
</li>
|
|
851
|
+
|
|
852
|
+
|
|
853
|
+
|
|
854
|
+
|
|
855
|
+
|
|
856
|
+
|
|
857
|
+
|
|
858
|
+
|
|
859
|
+
|
|
860
|
+
|
|
838
861
|
<li class="md-nav__item">
|
|
839
862
|
<a href="version_3.0.html" class="md-nav__link">
|
|
840
863
|
|
|
@@ -785,6 +785,8 @@
|
|
|
785
785
|
|
|
786
786
|
|
|
787
787
|
|
|
788
|
+
|
|
789
|
+
|
|
788
790
|
|
|
789
791
|
|
|
790
792
|
|
|
@@ -835,6 +837,27 @@
|
|
|
835
837
|
|
|
836
838
|
|
|
837
839
|
|
|
840
|
+
<li class="md-nav__item">
|
|
841
|
+
<a href="version_3.1.html" class="md-nav__link">
|
|
842
|
+
|
|
843
|
+
|
|
844
|
+
<span class="md-ellipsis">
|
|
845
|
+
v3.1
|
|
846
|
+
</span>
|
|
847
|
+
|
|
848
|
+
|
|
849
|
+
</a>
|
|
850
|
+
</li>
|
|
851
|
+
|
|
852
|
+
|
|
853
|
+
|
|
854
|
+
|
|
855
|
+
|
|
856
|
+
|
|
857
|
+
|
|
858
|
+
|
|
859
|
+
|
|
860
|
+
|
|
838
861
|
<li class="md-nav__item">
|
|
839
862
|
<a href="version_3.0.html" class="md-nav__link">
|
|
840
863
|
|
|
@@ -785,6 +785,8 @@
|
|
|
785
785
|
|
|
786
786
|
|
|
787
787
|
|
|
788
|
+
|
|
789
|
+
|
|
788
790
|
|
|
789
791
|
|
|
790
792
|
|
|
@@ -835,6 +837,27 @@
|
|
|
835
837
|
|
|
836
838
|
|
|
837
839
|
|
|
840
|
+
<li class="md-nav__item">
|
|
841
|
+
<a href="version_3.1.html" class="md-nav__link">
|
|
842
|
+
|
|
843
|
+
|
|
844
|
+
<span class="md-ellipsis">
|
|
845
|
+
v3.1
|
|
846
|
+
</span>
|
|
847
|
+
|
|
848
|
+
|
|
849
|
+
</a>
|
|
850
|
+
</li>
|
|
851
|
+
|
|
852
|
+
|
|
853
|
+
|
|
854
|
+
|
|
855
|
+
|
|
856
|
+
|
|
857
|
+
|
|
858
|
+
|
|
859
|
+
|
|
860
|
+
|
|
838
861
|
<li class="md-nav__item">
|
|
839
862
|
<a href="version_3.0.html" class="md-nav__link">
|
|
840
863
|
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
<link rel="canonical" href="https://docs.nautobot.com/projects/dev-example/en/latest/admin/release_notes/version_3.0.html">
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
<link rel="prev" href="
|
|
11
|
+
<link rel="prev" href="version_3.1.html">
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
<link rel="next" href="version_2.2.html">
|
|
@@ -785,6 +785,8 @@
|
|
|
785
785
|
|
|
786
786
|
|
|
787
787
|
|
|
788
|
+
|
|
789
|
+
|
|
788
790
|
|
|
789
791
|
|
|
790
792
|
|
|
@@ -833,6 +835,27 @@
|
|
|
833
835
|
|
|
834
836
|
|
|
835
837
|
|
|
838
|
+
|
|
839
|
+
|
|
840
|
+
<li class="md-nav__item">
|
|
841
|
+
<a href="version_3.1.html" class="md-nav__link">
|
|
842
|
+
|
|
843
|
+
|
|
844
|
+
<span class="md-ellipsis">
|
|
845
|
+
v3.1
|
|
846
|
+
</span>
|
|
847
|
+
|
|
848
|
+
|
|
849
|
+
</a>
|
|
850
|
+
</li>
|
|
851
|
+
|
|
852
|
+
|
|
853
|
+
|
|
854
|
+
|
|
855
|
+
|
|
856
|
+
|
|
857
|
+
|
|
858
|
+
|
|
836
859
|
|
|
837
860
|
|
|
838
861
|
|
|
@@ -1681,7 +1704,7 @@
|
|
|
1681
1704
|
<nav class="md-footer__inner md-grid" aria-label="Footer">
|
|
1682
1705
|
|
|
1683
1706
|
|
|
1684
|
-
<a href="
|
|
1707
|
+
<a href="version_3.1.html" class="md-footer__link md-footer__link--prev" aria-label="Previous: v3.1">
|
|
1685
1708
|
<div class="md-footer__button md-icon">
|
|
1686
1709
|
|
|
1687
1710
|
<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>
|
|
@@ -1691,7 +1714,7 @@
|
|
|
1691
1714
|
Previous
|
|
1692
1715
|
</span>
|
|
1693
1716
|
<div class="md-ellipsis">
|
|
1694
|
-
|
|
1717
|
+
v3.1
|
|
1695
1718
|
</div>
|
|
1696
1719
|
</div>
|
|
1697
1720
|
</a>
|