From 235e9a34eb47b0aa2f0e7c1f582781f1d1e247d0 Mon Sep 17 00:00:00 2001 From: Martin Hauser Date: Thu, 8 May 2025 22:17:07 +0200 Subject: [PATCH] docs(release-checklist): Update PostgreSQL requirement Add step to update the minimum PostgreSQL version in the programming error template. Ensures the release checklist aligns with current version requirements. --- docs/development/release-checklist.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/development/release-checklist.md b/docs/development/release-checklist.md index e48cb140e..342b2c3b3 100644 --- a/docs/development/release-checklist.md +++ b/docs/development/release-checklist.md @@ -53,6 +53,7 @@ If a new Django release is adopted or other major dependencies (Python, PostgreS * Update the installation guide (`docs/installation/index.md`) with the new minimum versions. * Update the upgrade guide (`docs/installation/upgrading.md`) for the current version accordingly. +* Update the minimum PostgreSQL version in the programming error template (`netbox/templates/exceptions/programming_error.html`). ### Manually Perform a New Install