ipfabric_netbox 4.2.0b9__py3-none-any.whl → 4.2.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of ipfabric_netbox might be problematic. Click here for more details.

Files changed (31) hide show
  1. ipfabric_netbox/__init__.py +1 -1
  2. ipfabric_netbox/api/__init__.py +1 -0
  3. ipfabric_netbox/api/nested_serializers.py +78 -0
  4. ipfabric_netbox/api/serializers.py +90 -147
  5. ipfabric_netbox/api/urls.py +4 -4
  6. ipfabric_netbox/api/views.py +19 -18
  7. ipfabric_netbox/choices.py +12 -0
  8. ipfabric_netbox/filtersets.py +4 -67
  9. ipfabric_netbox/forms.py +140 -92
  10. ipfabric_netbox/models.py +10 -10
  11. ipfabric_netbox/tables.py +9 -30
  12. ipfabric_netbox/template_content.py +20 -3
  13. ipfabric_netbox/templates/ipfabric_netbox/inc/site_topology_button.html +10 -3
  14. ipfabric_netbox/templates/ipfabric_netbox/ipfabricsync_list.html +71 -0
  15. ipfabric_netbox/tests/test_models.py +11 -47
  16. ipfabric_netbox/utilities/ipfutils.py +23 -43
  17. ipfabric_netbox/views.py +8 -6
  18. {ipfabric_netbox-4.2.0b9.dist-info → ipfabric_netbox-4.2.1.dist-info}/METADATA +6 -6
  19. {ipfabric_netbox-4.2.0b9.dist-info → ipfabric_netbox-4.2.1.dist-info}/RECORD +20 -29
  20. ipfabric_netbox/graphql/__init__.py +0 -23
  21. ipfabric_netbox/graphql/enums.py +0 -35
  22. ipfabric_netbox/graphql/filters.py +0 -317
  23. ipfabric_netbox/graphql/schema.py +0 -101
  24. ipfabric_netbox/graphql/types.py +0 -216
  25. ipfabric_netbox/migrations/0016_tags_and_changelog_for_snapshots.py +0 -31
  26. ipfabric_netbox/migrations/0017_ipfabricsync_update_custom_fields.py +0 -17
  27. ipfabric_netbox/migrations/0018_remove_type_field.py +0 -17
  28. ipfabric_netbox/tests/api/__init__.py +0 -0
  29. ipfabric_netbox/tests/api/test_api.py +0 -879
  30. ipfabric_netbox/tests/test_forms.py +0 -1440
  31. {ipfabric_netbox-4.2.0b9.dist-info → ipfabric_netbox-4.2.1.dist-info}/WHEEL +0 -0
File without changes