1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #10358: Raise minimum required PostgreSQL version from 10 to 11

This commit is contained in:
jeremystretch
2022-09-14 17:10:14 -04:00
parent 6a9274a95f
commit 4208dbd514
6 changed files with 17 additions and 11 deletions

View File

@@ -1,5 +1,12 @@
# NetBox v3.4
!!! warning "PostgreSQL 11 Required"
NetBox v3.4 requires PostgreSQL 11 or later.
### Plugins API
* [#10314](https://github.com/netbox-community/netbox/issues/10314) - Move `clone()` method from NetBoxModel to CloningMixin
### Other Changes
* [#10358](https://github.com/netbox-community/netbox/issues/10358) - Raise minimum required PostgreSQL version from 10 to 11