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(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
