Răsfoiți Sursa

fix(templates): Update PostgreSQL version requirement to 15

Updates exception message to reflect PostgreSQL 15 as the minimum
supported version instead of version 14.
Martin Hauser 22 ore în urmă
părinte
comite
1afaf2de06
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      netbox/templates/exceptions/programming_error.html

+ 1 - 1
netbox/templates/exceptions/programming_error.html

@@ -17,7 +17,7 @@
     <i class="mdi mdi-alert"></i>
     <strong>{% trans "Unsupported PostgreSQL version" %}.</strong>
     {% blocktrans trimmed with sql_query="SELECT VERSION()" %}
-      Ensure that PostgreSQL version 14 or later is in use. You can check this by connecting to the database using
+      Ensure that PostgreSQL version 15 or later is in use. You can check this by connecting to the database using
       NetBox's credentials and issuing a query for <code>{{ sql_query }}</code>.
     {% endblocktrans %}
   </p>