nautobot-dev-example 3.0.2__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.
Files changed (119) hide show
  1. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/PKG-INFO +1 -1
  2. nautobot_dev_example-3.1.0/nautobot_dev_example/management/__init__.py +1 -0
  3. nautobot_dev_example-3.1.0/nautobot_dev_example/management/commands/__init__.py +1 -0
  4. nautobot_dev_example-3.1.0/nautobot_dev_example/management/commands/generate_nautobot_dev_example_test_data.py +37 -0
  5. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/404.html +25 -2
  6. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/admin/compatibility_matrix.html +24 -1
  7. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/admin/install.html +24 -1
  8. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/admin/release_notes/index.html +27 -4
  9. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/admin/release_notes/version_1.0.html +24 -1
  10. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/admin/release_notes/version_2.0.html +24 -1
  11. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/admin/release_notes/version_2.1.html +24 -1
  12. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/admin/release_notes/version_2.2.html +24 -1
  13. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/admin/release_notes/version_3.0.html +87 -10
  14. nautobot_dev_example-3.1.0/nautobot_dev_example/static/nautobot_dev_example/docs/admin/release_notes/version_3.1.html +1644 -0
  15. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/admin/uninstall.html +24 -1
  16. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/admin/upgrade.html +24 -1
  17. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/extra.css +7 -1
  18. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/overrides/partials/copyright.html +2 -2
  19. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/dev/arch_decision.html +24 -1
  20. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/dev/code_reference/api.html +24 -1
  21. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/dev/code_reference/index.html +24 -1
  22. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/dev/code_reference/package.html +24 -1
  23. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/dev/contributing.html +24 -1
  24. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/dev/dev_environment.html +24 -1
  25. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/dev/extending.html +24 -1
  26. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/dev/release_checklist.html +26 -3
  27. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/index.html +25 -2
  28. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/models/devexample.html +24 -1
  29. nautobot_dev_example-3.1.0/nautobot_dev_example/static/nautobot_dev_example/docs/search/search_index.json +1 -0
  30. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/sitemap.xml +29 -25
  31. nautobot_dev_example-3.1.0/nautobot_dev_example/static/nautobot_dev_example/docs/sitemap.xml.gz +0 -0
  32. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/user/app_getting_started.html +24 -1
  33. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/user/app_overview.html +24 -1
  34. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/user/app_use_cases.html +24 -1
  35. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/user/external_interactions.html +24 -1
  36. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/user/faq.html +24 -1
  37. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/pyproject.toml +3 -3
  38. nautobot_dev_example-3.0.2/nautobot_dev_example/static/nautobot_dev_example/docs/search/search_index.json +0 -1
  39. nautobot_dev_example-3.0.2/nautobot_dev_example/static/nautobot_dev_example/docs/sitemap.xml.gz +0 -0
  40. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/LICENSE +0 -0
  41. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/README.md +0 -0
  42. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/__init__.py +0 -0
  43. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/api/__init__.py +0 -0
  44. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/api/serializers.py +0 -0
  45. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/api/urls.py +0 -0
  46. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/api/views.py +0 -0
  47. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/app-config-schema.json +0 -0
  48. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/filters.py +0 -0
  49. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/forms.py +0 -0
  50. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/migrations/0001_initial.py +0 -0
  51. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/migrations/0002_alter_devexample_description_alter_devexample_name.py +0 -0
  52. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/migrations/__init__.py +0 -0
  53. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/models.py +0 -0
  54. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/navigation.py +0 -0
  55. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/_mkdocstrings.css +0 -0
  56. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/favicon.ico +0 -0
  57. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/images/favicon.png +0 -0
  58. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/bundle.60a45f97.min.js +0 -0
  59. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/bundle.60a45f97.min.js.map +0 -0
  60. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/glightbox.min.js +0 -0
  61. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.ar.min.js +0 -0
  62. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.da.min.js +0 -0
  63. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.de.min.js +0 -0
  64. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.du.min.js +0 -0
  65. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.el.min.js +0 -0
  66. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.es.min.js +0 -0
  67. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.fi.min.js +0 -0
  68. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.fr.min.js +0 -0
  69. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.he.min.js +0 -0
  70. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.hi.min.js +0 -0
  71. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.hu.min.js +0 -0
  72. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.hy.min.js +0 -0
  73. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.it.min.js +0 -0
  74. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.ja.min.js +0 -0
  75. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.jp.min.js +0 -0
  76. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.kn.min.js +0 -0
  77. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.ko.min.js +0 -0
  78. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.multi.min.js +0 -0
  79. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.nl.min.js +0 -0
  80. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.no.min.js +0 -0
  81. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.pt.min.js +0 -0
  82. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.ro.min.js +0 -0
  83. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.ru.min.js +0 -0
  84. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.sa.min.js +0 -0
  85. {nautobot_dev_example-3.0.2 → 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
  86. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.sv.min.js +0 -0
  87. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.ta.min.js +0 -0
  88. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.te.min.js +0 -0
  89. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.th.min.js +0 -0
  90. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.tr.min.js +0 -0
  91. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.vi.min.js +0 -0
  92. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/min/lunr.zh.min.js +0 -0
  93. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/tinyseg.js +0 -0
  94. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/lunr/wordcut.js +0 -0
  95. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/workers/search.f8cc74c7.min.js +0 -0
  96. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/javascripts/workers/search.f8cc74c7.min.js.map +0 -0
  97. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/nautobot_logo.png +0 -0
  98. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/nautobot_logo.svg +0 -0
  99. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/networktocode_bw.png +0 -0
  100. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/stylesheets/glightbox.min.css +0 -0
  101. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/stylesheets/main.a40c8224.min.css +0 -0
  102. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/stylesheets/main.a40c8224.min.css.map +0 -0
  103. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/stylesheets/palette.06af60db.min.css +0 -0
  104. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/assets/stylesheets/palette.06af60db.min.css.map +0 -0
  105. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/images/icon-nautobot-dev-example.png +0 -0
  106. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/insert-analytics.sh +0 -0
  107. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/media/ss_main_page_dark.png +0 -0
  108. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/media/ss_main_page_light.png +0 -0
  109. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/static/nautobot_dev_example/docs/objects.inv +0 -0
  110. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/tables.py +0 -0
  111. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/tests/__init__.py +0 -0
  112. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/tests/fixtures.py +0 -0
  113. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/tests/test_api.py +0 -0
  114. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/tests/test_filters.py +0 -0
  115. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/tests/test_forms.py +0 -0
  116. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/tests/test_models.py +0 -0
  117. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/tests/test_views.py +0 -0
  118. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/urls.py +0 -0
  119. {nautobot_dev_example-3.0.2 → nautobot_dev_example-3.1.0}/nautobot_dev_example/views.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: nautobot-dev-example
3
- Version: 3.0.2
3
+ Version: 3.1.0
4
4
  Summary: Nautobot App to demonstrate how to create a Nautobot App.
5
5
  License: Apache-2.0
6
6
  Keywords: nautobot,nautobot-app,nautobot-plugin
@@ -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
 
@@ -1273,8 +1296,8 @@
1273
1296
  <a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">Made with Material for MkDocs</a>
1274
1297
  | <a href="https://www.networktocode.com/community/open-source/" target="_blank" rel="noopener">Join #Nautobot on the Network to Code Slack</a>
1275
1298
 
1276
- | <a href="https://networktocode.com" target="_blank" rel="noopener">Sponsored by <img
1277
- src=/projects/dev-example/en/latest/assets/networktocode_bw.png class="copyright-logo" alt="Network to Code" width="660" height="100"></a>
1299
+ | <a href="https://networktocode.com" target="_blank" rel="noopener" class="copyright-sponsor">Sponsored by <img
1300
+ src=/projects/dev-example/en/latest/assets/networktocode_bw.png class="copyright-logo" alt="Network to Code" width="auto" height="auto"></a>
1278
1301
 
1279
1302
  </div>
1280
1303
 
@@ -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
 
@@ -1415,7 +1438,7 @@
1415
1438
  <a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">Made with Material for MkDocs</a>
1416
1439
  | <a href="https://www.networktocode.com/community/open-source/" target="_blank" rel="noopener">Join #Nautobot on the Network to Code Slack</a>
1417
1440
 
1418
- | <a href="https://networktocode.com" target="_blank" rel="noopener">Sponsored by <img src="../assets/networktocode_bw.png" class="copyright-logo" alt="Network to Code" width="660" height="100"></a>
1441
+ | <a href="https://networktocode.com" target="_blank" rel="noopener" class="copyright-sponsor">Sponsored by <img src="../assets/networktocode_bw.png" class="copyright-logo" alt="Network to Code" width="auto" height="auto"></a>
1419
1442
 
1420
1443
  </div>
1421
1444
 
@@ -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
 
@@ -1580,7 +1603,7 @@
1580
1603
  <a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">Made with Material for MkDocs</a>
1581
1604
  | <a href="https://www.networktocode.com/community/open-source/" target="_blank" rel="noopener">Join #Nautobot on the Network to Code Slack</a>
1582
1605
 
1583
- | <a href="https://networktocode.com" target="_blank" rel="noopener">Sponsored by <img src="../assets/networktocode_bw.png" class="copyright-logo" alt="Network to Code" width="660" height="100"></a>
1606
+ | <a href="https://networktocode.com" target="_blank" rel="noopener" class="copyright-sponsor">Sponsored by <img src="../assets/networktocode_bw.png" class="copyright-logo" alt="Network to Code" width="auto" height="auto"></a>
1584
1607
 
1585
1608
  </div>
1586
1609
 
@@ -11,7 +11,7 @@
11
11
  <link rel="prev" href="../compatibility_matrix.html">
12
12
 
13
13
 
14
- <link rel="next" href="version_3.0.html">
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.0.html" class="md-footer__link md-footer__link--next" aria-label="Next: v3.0">
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.0
1370
+ v3.1
1348
1371
  </div>
1349
1372
  </div>
1350
1373
  <div class="md-footer__button md-icon">
@@ -1372,7 +1395,7 @@
1372
1395
  <a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">Made with Material for MkDocs</a>
1373
1396
  | <a href="https://www.networktocode.com/community/open-source/" target="_blank" rel="noopener">Join #Nautobot on the Network to Code Slack</a>
1374
1397
 
1375
- | <a href="https://networktocode.com" target="_blank" rel="noopener">Sponsored by <img src="../../assets/networktocode_bw.png" class="copyright-logo" alt="Network to Code" width="660" height="100"></a>
1398
+ | <a href="https://networktocode.com" target="_blank" rel="noopener" class="copyright-sponsor">Sponsored by <img src="../../assets/networktocode_bw.png" class="copyright-logo" alt="Network to Code" width="auto" height="auto"></a>
1376
1399
 
1377
1400
  </div>
1378
1401
 
@@ -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
 
@@ -1605,7 +1628,7 @@
1605
1628
  <a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">Made with Material for MkDocs</a>
1606
1629
  | <a href="https://www.networktocode.com/community/open-source/" target="_blank" rel="noopener">Join #Nautobot on the Network to Code Slack</a>
1607
1630
 
1608
- | <a href="https://networktocode.com" target="_blank" rel="noopener">Sponsored by <img src="../../assets/networktocode_bw.png" class="copyright-logo" alt="Network to Code" width="660" height="100"></a>
1631
+ | <a href="https://networktocode.com" target="_blank" rel="noopener" class="copyright-sponsor">Sponsored by <img src="../../assets/networktocode_bw.png" class="copyright-logo" alt="Network to Code" width="auto" height="auto"></a>
1609
1632
 
1610
1633
  </div>
1611
1634
 
@@ -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
 
@@ -1496,7 +1519,7 @@
1496
1519
  <a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">Made with Material for MkDocs</a>
1497
1520
  | <a href="https://www.networktocode.com/community/open-source/" target="_blank" rel="noopener">Join #Nautobot on the Network to Code Slack</a>
1498
1521
 
1499
- | <a href="https://networktocode.com" target="_blank" rel="noopener">Sponsored by <img src="../../assets/networktocode_bw.png" class="copyright-logo" alt="Network to Code" width="660" height="100"></a>
1522
+ | <a href="https://networktocode.com" target="_blank" rel="noopener" class="copyright-sponsor">Sponsored by <img src="../../assets/networktocode_bw.png" class="copyright-logo" alt="Network to Code" width="auto" height="auto"></a>
1500
1523
 
1501
1524
  </div>
1502
1525
 
@@ -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
 
@@ -1660,7 +1683,7 @@
1660
1683
  <a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">Made with Material for MkDocs</a>
1661
1684
  | <a href="https://www.networktocode.com/community/open-source/" target="_blank" rel="noopener">Join #Nautobot on the Network to Code Slack</a>
1662
1685
 
1663
- | <a href="https://networktocode.com" target="_blank" rel="noopener">Sponsored by <img src="../../assets/networktocode_bw.png" class="copyright-logo" alt="Network to Code" width="660" height="100"></a>
1686
+ | <a href="https://networktocode.com" target="_blank" rel="noopener" class="copyright-sponsor">Sponsored by <img src="../../assets/networktocode_bw.png" class="copyright-logo" alt="Network to Code" width="auto" height="auto"></a>
1664
1687
 
1665
1688
  </div>
1666
1689
 
@@ -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
 
@@ -1720,7 +1743,7 @@
1720
1743
  <a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">Made with Material for MkDocs</a>
1721
1744
  | <a href="https://www.networktocode.com/community/open-source/" target="_blank" rel="noopener">Join #Nautobot on the Network to Code Slack</a>
1722
1745
 
1723
- | <a href="https://networktocode.com" target="_blank" rel="noopener">Sponsored by <img src="../../assets/networktocode_bw.png" class="copyright-logo" alt="Network to Code" width="660" height="100"></a>
1746
+ | <a href="https://networktocode.com" target="_blank" rel="noopener" class="copyright-sponsor">Sponsored by <img src="../../assets/networktocode_bw.png" class="copyright-logo" alt="Network to Code" width="auto" height="auto"></a>
1724
1747
 
1725
1748
  </div>
1726
1749
 
@@ -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="index.html">
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
 
@@ -888,6 +911,30 @@
888
911
  </span>
889
912
  </a>
890
913
 
914
+ </li>
915
+
916
+ <li class="md-nav__item">
917
+ <a href="#v303-2026-04-10" class="md-nav__link">
918
+ <span class="md-ellipsis">
919
+ v3.0.3 (2026-04-10)
920
+ </span>
921
+ </a>
922
+
923
+ <nav class="md-nav" aria-label="v3.0.3 (2026-04-10)">
924
+ <ul class="md-nav__list">
925
+
926
+ <li class="md-nav__item">
927
+ <a href="#housekeeping" class="md-nav__link">
928
+ <span class="md-ellipsis">
929
+ Housekeeping
930
+ </span>
931
+ </a>
932
+
933
+ </li>
934
+
935
+ </ul>
936
+ </nav>
937
+
891
938
  </li>
892
939
 
893
940
  <li class="md-nav__item">
@@ -901,7 +948,7 @@
901
948
  <ul class="md-nav__list">
902
949
 
903
950
  <li class="md-nav__item">
904
- <a href="#housekeeping" class="md-nav__link">
951
+ <a href="#housekeeping_1" class="md-nav__link">
905
952
  <span class="md-ellipsis">
906
953
  Housekeeping
907
954
  </span>
@@ -952,7 +999,7 @@
952
999
  </li>
953
1000
 
954
1001
  <li class="md-nav__item">
955
- <a href="#housekeeping_1" class="md-nav__link">
1002
+ <a href="#housekeeping_2" class="md-nav__link">
956
1003
  <span class="md-ellipsis">
957
1004
  Housekeeping
958
1005
  </span>
@@ -1422,6 +1469,30 @@
1422
1469
  </span>
1423
1470
  </a>
1424
1471
 
1472
+ </li>
1473
+
1474
+ <li class="md-nav__item">
1475
+ <a href="#v303-2026-04-10" class="md-nav__link">
1476
+ <span class="md-ellipsis">
1477
+ v3.0.3 (2026-04-10)
1478
+ </span>
1479
+ </a>
1480
+
1481
+ <nav class="md-nav" aria-label="v3.0.3 (2026-04-10)">
1482
+ <ul class="md-nav__list">
1483
+
1484
+ <li class="md-nav__item">
1485
+ <a href="#housekeeping" class="md-nav__link">
1486
+ <span class="md-ellipsis">
1487
+ Housekeeping
1488
+ </span>
1489
+ </a>
1490
+
1491
+ </li>
1492
+
1493
+ </ul>
1494
+ </nav>
1495
+
1425
1496
  </li>
1426
1497
 
1427
1498
  <li class="md-nav__item">
@@ -1435,7 +1506,7 @@
1435
1506
  <ul class="md-nav__list">
1436
1507
 
1437
1508
  <li class="md-nav__item">
1438
- <a href="#housekeeping" class="md-nav__link">
1509
+ <a href="#housekeeping_1" class="md-nav__link">
1439
1510
  <span class="md-ellipsis">
1440
1511
  Housekeeping
1441
1512
  </span>
@@ -1486,7 +1557,7 @@
1486
1557
  </li>
1487
1558
 
1488
1559
  <li class="md-nav__item">
1489
- <a href="#housekeeping_1" class="md-nav__link">
1560
+ <a href="#housekeeping_2" class="md-nav__link">
1490
1561
  <span class="md-ellipsis">
1491
1562
  Housekeeping
1492
1563
  </span>
@@ -1563,9 +1634,15 @@
1563
1634
  </ul>
1564
1635
  <!-- towncrier release notes start -->
1565
1636
 
1566
- <h2 id="v302-2026-03-19"><a href="https://github.com/nautobot/nautobot-app-dev-example/releases/tag/v3.0.2">v3.0.2 (2026-03-19)</a><a class="headerlink" href="#v302-2026-03-19" title="Permanent link">¶</a></h2>
1637
+ <h2 id="v303-2026-04-10"><a href="https://github.com/nautobot/nautobot-app-dev-example/releases/tag/v3.0.3">v3.0.3 (2026-04-10)</a><a class="headerlink" href="#v303-2026-04-10" title="Permanent link">¶</a></h2>
1567
1638
  <h3 id="housekeeping">Housekeeping<a class="headerlink" href="#housekeeping" title="Permanent link">¶</a></h3>
1568
1639
  <ul>
1640
+ <li><a href="https://github.com/nautobot/nautobot-app-dev-example/issues/149">#149</a> - Fixed the sizing of the logo in the footer as well as adjusted it to be inline with the text.</li>
1641
+ <li>Rebaked from the cookie <code>nautobot-app-v3.1.3</code>.</li>
1642
+ </ul>
1643
+ <h2 id="v302-2026-03-19"><a href="https://github.com/nautobot/nautobot-app-dev-example/releases/tag/v3.0.2">v3.0.2 (2026-03-19)</a><a class="headerlink" href="#v302-2026-03-19" title="Permanent link">¶</a></h2>
1644
+ <h3 id="housekeeping_1">Housekeeping<a class="headerlink" href="#housekeeping_1" title="Permanent link">¶</a></h3>
1645
+ <ul>
1569
1646
  <li>Rebaked from the cookie <code>nautobot-app-v3.1.2</code>.</li>
1570
1647
  </ul>
1571
1648
  <h2 id="v301-2026-02-25"><a href="https://github.com/nautobot/nautobot-app-dev-example/releases/tag/v3.0.1">v3.0.1 (2026-02-25)</a><a class="headerlink" href="#v301-2026-02-25" title="Permanent link">¶</a></h2>
@@ -1582,7 +1659,7 @@
1582
1659
  <ul>
1583
1660
  <li><a href="https://github.com/nautobot/nautobot-app-dev-example/issues/134">#134</a> - Added mkdocs plugin glightbox and included media files to provide examples when loaded on readthedocs.</li>
1584
1661
  </ul>
1585
- <h3 id="housekeeping_1">Housekeeping<a class="headerlink" href="#housekeeping_1" title="Permanent link">¶</a></h3>
1662
+ <h3 id="housekeeping_2">Housekeeping<a class="headerlink" href="#housekeeping_2" title="Permanent link">¶</a></h3>
1586
1663
  <ul>
1587
1664
  <li><a href="https://github.com/nautobot/nautobot-app-dev-example/issues/109">#109</a> - Automate release notes when using invoke generate-release-notes.</li>
1588
1665
  <li><a href="https://github.com/nautobot/nautobot-app-dev-example/issues/127">#127</a> - Move branch logic into upstream_testing.yml.</li>
@@ -1627,7 +1704,7 @@
1627
1704
  <nav class="md-footer__inner md-grid" aria-label="Footer">
1628
1705
 
1629
1706
 
1630
- <a href="index.html" class="md-footer__link md-footer__link--prev" aria-label="Previous: Release Notes">
1707
+ <a href="version_3.1.html" class="md-footer__link md-footer__link--prev" aria-label="Previous: v3.1">
1631
1708
  <div class="md-footer__button md-icon">
1632
1709
 
1633
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>
@@ -1637,7 +1714,7 @@
1637
1714
  Previous
1638
1715
  </span>
1639
1716
  <div class="md-ellipsis">
1640
- Release Notes
1717
+ v3.1
1641
1718
  </div>
1642
1719
  </div>
1643
1720
  </a>
@@ -1678,7 +1755,7 @@
1678
1755
  <a href="https://squidfunk.github.io/mkdocs-material/" target="_blank" rel="noopener">Made with Material for MkDocs</a>
1679
1756
  | <a href="https://www.networktocode.com/community/open-source/" target="_blank" rel="noopener">Join #Nautobot on the Network to Code Slack</a>
1680
1757
 
1681
- | <a href="https://networktocode.com" target="_blank" rel="noopener">Sponsored by <img src="../../assets/networktocode_bw.png" class="copyright-logo" alt="Network to Code" width="660" height="100"></a>
1758
+ | <a href="https://networktocode.com" target="_blank" rel="noopener" class="copyright-sponsor">Sponsored by <img src="../../assets/networktocode_bw.png" class="copyright-logo" alt="Network to Code" width="auto" height="auto"></a>
1682
1759
 
1683
1760
  </div>
1684
1761