Skip to content

Commit

Permalink
Merge pull request #55 from peteeckel/doc/minimum-netbox-version-3.5.8
Browse files Browse the repository at this point in the history
Fix minimum NetBox version in the documentation
  • Loading branch information
peteeckel authored Aug 31, 2023
2 parents 63e7413 + c2d4553 commit fd4688f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/using_netbox_dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
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.

0 comments on commit fd4688f

Please sign in to comment.