mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-10 00:42:06 +00:00
Add 9.5 to the feature matrix
This commit is contained in:
@ -45,6 +45,7 @@ class Feature(PgModel, models.Model):
|
|||||||
v92 = FeatureMatrixField(verbose_name="9.2")
|
v92 = FeatureMatrixField(verbose_name="9.2")
|
||||||
v93 = FeatureMatrixField(verbose_name="9.3")
|
v93 = FeatureMatrixField(verbose_name="9.3")
|
||||||
v94 = FeatureMatrixField(verbose_name="9.4")
|
v94 = FeatureMatrixField(verbose_name="9.4")
|
||||||
|
v95 = FeatureMatrixField(verbose_name="9.5")
|
||||||
|
|
||||||
purge_urls = ('/about/featurematrix/.*', )
|
purge_urls = ('/about/featurematrix/.*', )
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user