mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-13 02:58:17 -06:00
Remove DB_MINIMUM_VERSION as not necessary in constants.
This commit is contained in:
parent
ede0cc8694
commit
6c26bd71bc
@ -1,10 +1,6 @@
|
|||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
|
|
||||||
# https://www.postgresql.org/docs/current/libpq-status.html#LIBPQ-PQSERVERVERSION
|
|
||||||
DB_MINIMUM_VERSION = 90400 # 9.4.0
|
|
||||||
|
|
||||||
|
|
||||||
# Models which support custom fields
|
# Models which support custom fields
|
||||||
CUSTOMFIELD_MODELS = (
|
CUSTOMFIELD_MODELS = (
|
||||||
'provider', 'circuit', # Circuits
|
'provider', 'circuit', # Circuits
|
||||||
|
Loading…
Reference in New Issue
Block a user