github Alef-Burzmali/netbox-data-flows v0.8.1
v0.8.1-beta

latest releases: v1.3.0, v1.2.1, v1.2.0...
19 months ago

Bug fix and minor features for NetBox 3.7.x

Compatibility

NetBox: >=3.6.0
Python: 3.8

Update procedure

  • Run NetBox's upgrade.sh, and restart NetBox

or

  • Activate your NetBox virtual env: source /opt/netbox/venv/bin/activate
  • Update the module code: pip install --upgrade netbox-data-flows
  • Run the migrations: /opt/netbox/netbox/manage.py migrate netbox_data_flows
  • Restart NetBox

Changes

  • Fix a bug when searching a Data Flow Group via its name
  • Fix default ordering of tables when Django did not apply it for Querysets with .annotate()
  • Disable ordering on table columns when no accessors are available due to GenericRelations
  • Add display_attrs to relevant SearchIndexes

Full Changelog: v0.8.0...v0.8.1

Don't miss a new netbox-data-flows release

NewReleases is sending notifications on new releases.