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:
Magnus Hagander
2014-03-15 15:00:40 +01:00
parent 92d2b72c15
commit abeaa24106
3 changed files with 5 additions and 1 deletions

View File

@ -68,6 +68,7 @@ class Version(PgModel, models.Model):
yield '/support/versioning'
yield '/docs/$'
yield '/docs/manuals'
yield '/about/featurematrix/$'
yield '/versions.rss'