diff --git a/README.md b/README.md index fb232bb4..8c056de9 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ NetBox DNS is using the standardized NetBox plugin interface, so it also takes a ## Requirements -* NetBox 3.5 or higher +* NetBox 3.5.8 or higher * Python 3.8 or higher ## Installation & Configuration diff --git a/docs/using_netbox_dns.md b/docs/using_netbox_dns.md index 3ad46c3f..34050bd7 100644 --- a/docs/using_netbox_dns.md +++ b/docs/using_netbox_dns.md @@ -16,7 +16,7 @@ The installation of plugins in general is described in the [NetBox documentation ### Requirements The installation of NetBox DNS requires a Python interpreter and a working NetBox deployment. Supported versions are currently: -* NetBox 3.2 or higher +* NetBox 3.5.8 or higher * Python 3.8 or higher ### Installation of NetBox DNS @@ -392,4 +392,4 @@ This feature is disabled by default. Note that setting this option to `True` in an existing NetBox installation does not affect duplicate records that are already present in the database, and so it might make sense to clean them up manually or by script. It won't be possible to save any changes to either of the duplicate records as long as the other one is still present and active. -It can also be a useful strategy to set `enforce_unique_records` to `True` while doing bulk imports, then set it to the default value `False` after the imports are done if importing is a one-off task. \ No newline at end of file +It can also be a useful strategy to set `enforce_unique_records` to `True` while doing bulk imports, then set it to the default value `False` after the imports are done if importing is a one-off task.