peteeckel / netbox-plugin-dns

NetBox DNS is a NetBox plugin for managing DNS data.
https://pypi.org/project/netbox-plugin-dns
MIT License
195 stars 17 forks source link

Added documentation for Zone/Record status customisation #421

Closed peteeckel closed 5 days ago

peteeckel commented 5 days ago

Fixes #420

Documentation has been added.

As for tests it turns out that the @override_settings decorator cannot be used for this kind of test, which is unfortunate as that way e.g. changes done via FIELD_CHOICES can't be tested.