pgAdmin 4 commit: [Authentication] Some of the base class functions are

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: [Authentication] Some of the base class functions are
Дата
Msg-id E1jOLOY-0004om-7C@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
[Authentication] Some of the base class functions are not static
function, but - methods. Hence - 'self' should be used, and not 'cls'.

Also - use a constant for duplicate string literal in LDAP
authentication implementation.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/authenticate/internal.py |  6 +++---
web/pgadmin/authenticate/ldap.py     | 27 +++++++++++++++------------
2 files changed, 18 insertions(+), 15 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Aditya Toshniwal
Дата:
Сообщение: [pgAdmin][RM4873] Change comment of a procedure with arguments
Следующее
От: Ashesh Vashi
Дата:
Сообщение: pgAdmin 4 commit: A valid ip address can be IPv4/IPv6