pgAdmin 4 commit: Removed ALLOWED_HOSTS support as it requires 'netaddr

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Removed ALLOWED_HOSTS support as it requires 'netaddr
Date: 2020-11-05 07:13:20
Message-ID: E1kaZSS-0003ve-Ry@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Removed ALLOWED_HOSTS support as it requires 'netaddr' which doesn't support Python 3.5

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9e2127b2a58409f2a871ea1cef7f921d40e2a6c0

Modified Files
--------------
Dockerfile | 3 +--
requirements.txt | 1 -
web/config.py | 11 -----------
web/pgadmin/__init__.py | 31 -------------------------------
4 files changed, 1 insertion(+), 45 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Rahul Shirsat 2020-11-05 12:44:31 IPV6 setup #RM5582
Previous Message Nikhil Mohite 2020-11-05 06:10:02 [pgAdmin][RM-5962]:Add support for Python 3.9.