LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/certification-checklist.md
docs/compatibility.md
docs/configuration.md
docs/index.md
docs/installation.md
docs/release-process.md
docs/usage.md
docs/img/attachment_assignment.png
docs/img/attachment_detail.png
docs/img/attachment_list.png
docs/img/object_attachment_detail.png
netbox_attachments/__init__.py
netbox_attachments/filtersets.py
netbox_attachments/forms.py
netbox_attachments/models.py
netbox_attachments/navigation.py
netbox_attachments/search.py
netbox_attachments/tables.py
netbox_attachments/template_content.py
netbox_attachments/urls.py
netbox_attachments/utils.py
netbox_attachments/version.py
netbox_attachments/views.py
netbox_attachments.egg-info/PKG-INFO
netbox_attachments.egg-info/SOURCES.txt
netbox_attachments.egg-info/dependency_links.txt
netbox_attachments.egg-info/requires.txt
netbox_attachments.egg-info/top_level.txt
netbox_attachments/api/__init__.py
netbox_attachments/api/serializers.py
netbox_attachments/api/urls.py
netbox_attachments/api/views.py
netbox_attachments/migrations/0001_initial.py
netbox_attachments/migrations/0002_alter_netboxattachment_options_and_more.py
netbox_attachments/migrations/0003_alter_netboxattachment_name.py
netbox_attachments/migrations/0004_netboxattachment_size_and_more.py
netbox_attachments/migrations/0005_netboxattachment_description.py
netbox_attachments/migrations/0006_rename_content_type_netboxattachment_object_type.py
netbox_attachments/migrations/0007_alter_netboxattachment_object_type.py
netbox_attachments/migrations/0008_create_netboxattachmentassignment.py
netbox_attachments/migrations/0009_data_migrate_assignments.py
netbox_attachments/migrations/0010_remove_attachment_fk_fields.py
netbox_attachments/migrations/0011_netboxattachmentassignment_index.py
netbox_attachments/migrations/0012_netboxattachment_owner.py
netbox_attachments/migrations/0013_alter_netboxattachmentassignment_custom_field_data.py
netbox_attachments/migrations/__init__.py
netbox_attachments/templates/netbox_attachments/__init__.py
netbox_attachments/templates/netbox_attachments/add_attachment_button.html
netbox_attachments/templates/netbox_attachments/generic_tab_list.html
netbox_attachments/templates/netbox_attachments/netbox_attachment_edit.html
netbox_attachments/templates/netbox_attachments/netbox_attachment_link.html
netbox_attachments/templates/netbox_attachments/netbox_attachment_panel.html
netbox_attachments/templates/netbox_attachments/netboxattachment.html
netbox_attachments/templates/netbox_attachments/netboxattachment_list.html
netbox_attachments/templates/netbox_attachments/netboxattachmentassignment.html
netbox_attachments/tests/README.md
netbox_attachments/tests/__init__.py
netbox_attachments/tests/test_configuration.py
netbox_attachments/tests/test_forms_pending_assignment.py
netbox_attachments/tests/test_new_features.py
netbox_attachments/tests/test_signals.py
netbox_attachments/tests/test_template_extensions.py
netbox_attachments/tests/fixtures/config_01_minimal.py
netbox_attachments/tests/fixtures/config_02_app_scope.py
netbox_attachments/tests/fixtures/config_03_model_scope.py
netbox_attachments/tests/fixtures/config_04_mixed_scope.py
netbox_attachments/tests/fixtures/config_05_left_page.py
netbox_attachments/tests/fixtures/config_06_right_page.py
netbox_attachments/tests/fixtures/config_07_full_width.py
netbox_attachments/tests/fixtures/config_08_mixed_displays.py
netbox_attachments/tests/fixtures/config_09_button_disabled.py
netbox_attachments/tests/fixtures/config_10_custom_objects_only.py
netbox_attachments/tests/fixtures/config_11_specific_custom_objects.py
netbox_attachments/tests/fixtures/config_12_production.py
netbox_attachments/tests/fixtures/config_13_empty_scope.py
netbox_attachments/tests/fixtures/config_14_without_custom_objects.py
netbox_attachments/tests/fixtures/swap_netbox_config.sh