pgAdmin 4 commit: Disable HTMLMIN with Python 2.6 as it doesn't work on

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Disable HTMLMIN with Python 2.6 as it doesn't work on
Date: 2017-03-09 15:21:55
Message-ID: E1clzt5-0006qR-EY@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Disable HTMLMIN with Python 2.6 as it doesn't work on that older version.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=670c8a2cc1c3bbfd438c00eb51745023304af3c4

Modified Files
--------------
web/config.py | 2 ++
web/pgadmin/__init__.py | 3 ++-
2 files changed, 4 insertions(+), 1 deletion(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-03-09 15:23:22 pgAdmin 4 commit: Fix numeric control validation in nested schemas. Fix
Previous Message Dave Page 2017-03-09 14:48:12 pgAdmin website commit: Ignore pyCharms files.