mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-01 15:54:53 +00:00
Remove hardcoding of list of unsupported versions
Instead, query it from the database, so that it's properly updated when a new release goes out of support.
This commit is contained in:
@ -68,6 +68,7 @@ class Version(PgModel, models.Model):
|
||||
yield '/support/versioning'
|
||||
yield '/docs/$'
|
||||
yield '/docs/manuals'
|
||||
yield '/about/featurematrix/$'
|
||||
yield '/versions.rss'
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user