Fixes #19432 - Update PostgreSQL Version in Programming Error Message (#19446)

This commit is contained in:
Martin Hauser
2025-05-09 16:38:47 +02:00
committed by GitHub
parent 127452f4d5
commit d1303f49e6
2 changed files with 2 additions and 1 deletions

View File

@@ -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