mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-15 21:09:36 -06:00
* Add constant for DB_MINIMUM_VERSION * Refactor verify_postgresql_version to use Django connection pg_version method for comparing versions. * Remove StrictVersion import * Remove DB_MINIMUM_VERSION as not necessary in constants. * Define DB_MINIMUM_VERSION locally to freeze to migration. * Refactor database version verification to use django builtin methods. |
||
|---|---|---|
| .. | ||
| api | ||
| fixtures | ||
| management | ||
| migrations | ||
| tests | ||
| __init__.py | ||
| admin.py | ||
| apps.py | ||
| constants.py | ||
| filters.py | ||
| forms.py | ||
| middleware.py | ||
| models.py | ||
| querysets.py | ||
| reports.py | ||
| rpc.py | ||
| tables.py | ||
| urls.py | ||
| views.py | ||
| webhooks_worker.py | ||
| webhooks.py | ||