Обсуждение: pgAdmin 4 commit: Moving the data model and collection to separate modu

Поиск
Список
Период
Сортировка

pgAdmin 4 commit: Moving the data model and collection to separate modu

От
Ashesh Vashi
Дата:
Moving the data model and collection to separate module for better code
handling.

Branch
------
master

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

Modified Files
--------------
web/pgadmin/browser/__init__.py                  |  20 +-
web/pgadmin/browser/static/js/datamodel.js       | 865 ++++++++++++++++++++++
web/pgadmin/browser/templates/browser/js/node.js | 866 +----------------------
3 files changed, 887 insertions(+), 864 deletions(-)