From 381e805497c465b76f650cd663b2f70a52a5e2c3 Mon Sep 17 00:00:00 2001
From: Michael Brown
Date: Thu, 7 Mar 2024 17:56:42 -0500
Subject: [PATCH] Fixes: #15371
---
netbox/templates/exceptions/programming_error.html | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/netbox/templates/exceptions/programming_error.html b/netbox/templates/exceptions/programming_error.html
index fdcbcbda0..3eac465e0 100644
--- a/netbox/templates/exceptions/programming_error.html
+++ b/netbox/templates/exceptions/programming_error.html
@@ -12,6 +12,11 @@
When upgrading to a new NetBox release, the upgrade script must be run to apply any new database migrations. You
can run migrations manually by executing python3 manage.py migrate
from the command line.
{% endblocktrans %}
+
+ {% blocktrans trimmed %}
+ This can also happen when installing or upgrading a plugin if the plugin requires database changes present
+ in its migrations.
+ {% endblocktrans %}