pkgsrc/www/py-django-sql-explorer/PLIST
adam 456dd2ddfb py-django-sql-explorer: updated to 1.1.3
1.1.3:
- URL-friendly parameter encoding
- Updating dependency reference for Python 3 compatibility
- Include database views in list of tables
- Fix unicode issue when generating migration with py2 or py3
- Do not use "message" attribute on exception
- Update EXPLORER_SCHEMA_EXCLUDE_TABLE_PREFIXES

- Minor Changes
  - release checklist included in repo
  - readme updated with new screenshots
  - python dependencies/optional-dependencies updated to latest
    - six, xlsxwriter, factory-boy, sqlparse
2019-12-15 21:47:20 +00:00

139 lines
6.1 KiB
Text

@comment $NetBSD: PLIST,v 1.3 2019/12/15 21:47:20 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/explorer/__init__.py
${PYSITELIB}/explorer/__init__.pyc
${PYSITELIB}/explorer/__init__.pyo
${PYSITELIB}/explorer/actions.py
${PYSITELIB}/explorer/actions.pyc
${PYSITELIB}/explorer/actions.pyo
${PYSITELIB}/explorer/admin.py
${PYSITELIB}/explorer/admin.pyc
${PYSITELIB}/explorer/admin.pyo
${PYSITELIB}/explorer/app_settings.py
${PYSITELIB}/explorer/app_settings.pyc
${PYSITELIB}/explorer/app_settings.pyo
${PYSITELIB}/explorer/apps.py
${PYSITELIB}/explorer/apps.pyc
${PYSITELIB}/explorer/apps.pyo
${PYSITELIB}/explorer/connections.py
${PYSITELIB}/explorer/connections.pyc
${PYSITELIB}/explorer/connections.pyo
${PYSITELIB}/explorer/exporters.py
${PYSITELIB}/explorer/exporters.pyc
${PYSITELIB}/explorer/exporters.pyo
${PYSITELIB}/explorer/forms.py
${PYSITELIB}/explorer/forms.pyc
${PYSITELIB}/explorer/forms.pyo
${PYSITELIB}/explorer/migrations/0001_initial.py
${PYSITELIB}/explorer/migrations/0001_initial.pyc
${PYSITELIB}/explorer/migrations/0001_initial.pyo
${PYSITELIB}/explorer/migrations/0002_auto_20150501_1515.py
${PYSITELIB}/explorer/migrations/0002_auto_20150501_1515.pyc
${PYSITELIB}/explorer/migrations/0002_auto_20150501_1515.pyo
${PYSITELIB}/explorer/migrations/0003_query_snapshot.py
${PYSITELIB}/explorer/migrations/0003_query_snapshot.pyc
${PYSITELIB}/explorer/migrations/0003_query_snapshot.pyo
${PYSITELIB}/explorer/migrations/0004_querylog_duration.py
${PYSITELIB}/explorer/migrations/0004_querylog_duration.pyc
${PYSITELIB}/explorer/migrations/0004_querylog_duration.pyo
${PYSITELIB}/explorer/migrations/0005_auto_20160105_2052.py
${PYSITELIB}/explorer/migrations/0005_auto_20160105_2052.pyc
${PYSITELIB}/explorer/migrations/0005_auto_20160105_2052.pyo
${PYSITELIB}/explorer/migrations/0006_query_connection.py
${PYSITELIB}/explorer/migrations/0006_query_connection.pyc
${PYSITELIB}/explorer/migrations/0006_query_connection.pyo
${PYSITELIB}/explorer/migrations/0007_querylog_connection.py
${PYSITELIB}/explorer/migrations/0007_querylog_connection.pyc
${PYSITELIB}/explorer/migrations/0007_querylog_connection.pyo
${PYSITELIB}/explorer/migrations/0008_auto_20190308_1642.py
${PYSITELIB}/explorer/migrations/0008_auto_20190308_1642.pyc
${PYSITELIB}/explorer/migrations/0008_auto_20190308_1642.pyo
${PYSITELIB}/explorer/migrations/__init__.py
${PYSITELIB}/explorer/migrations/__init__.pyc
${PYSITELIB}/explorer/migrations/__init__.pyo
${PYSITELIB}/explorer/models.py
${PYSITELIB}/explorer/models.pyc
${PYSITELIB}/explorer/models.pyo
${PYSITELIB}/explorer/permissions.py
${PYSITELIB}/explorer/permissions.pyc
${PYSITELIB}/explorer/permissions.pyo
${PYSITELIB}/explorer/schema.py
${PYSITELIB}/explorer/schema.pyc
${PYSITELIB}/explorer/schema.pyo
${PYSITELIB}/explorer/static/explorer/bootstrap.min.css
${PYSITELIB}/explorer/static/explorer/explorer.css
${PYSITELIB}/explorer/static/explorer/explorer.js
${PYSITELIB}/explorer/static/explorer/jquery-ui.min.js
${PYSITELIB}/explorer/static/explorer/query-list.js
${PYSITELIB}/explorer/tasks.py
${PYSITELIB}/explorer/tasks.pyc
${PYSITELIB}/explorer/tasks.pyo
${PYSITELIB}/explorer/templates/explorer/base.html
${PYSITELIB}/explorer/templates/explorer/export_buttons.html
${PYSITELIB}/explorer/templates/explorer/fullscreen.html
${PYSITELIB}/explorer/templates/explorer/params.html
${PYSITELIB}/explorer/templates/explorer/pdf_template.html
${PYSITELIB}/explorer/templates/explorer/play.html
${PYSITELIB}/explorer/templates/explorer/preview_pane.html
${PYSITELIB}/explorer/templates/explorer/query.html
${PYSITELIB}/explorer/templates/explorer/query_confirm_delete.html
${PYSITELIB}/explorer/templates/explorer/query_list.html
${PYSITELIB}/explorer/templates/explorer/querylog_list.html
${PYSITELIB}/explorer/templates/explorer/schema.html
${PYSITELIB}/explorer/templates/explorer/schema_building.html
${PYSITELIB}/explorer/templatetags/__init__.py
${PYSITELIB}/explorer/templatetags/__init__.pyc
${PYSITELIB}/explorer/templatetags/__init__.pyo
${PYSITELIB}/explorer/templatetags/explorer_tags.py
${PYSITELIB}/explorer/templatetags/explorer_tags.pyc
${PYSITELIB}/explorer/templatetags/explorer_tags.pyo
${PYSITELIB}/explorer/tests/__init__.py
${PYSITELIB}/explorer/tests/__init__.pyc
${PYSITELIB}/explorer/tests/__init__.pyo
${PYSITELIB}/explorer/tests/factories.py
${PYSITELIB}/explorer/tests/factories.pyc
${PYSITELIB}/explorer/tests/factories.pyo
${PYSITELIB}/explorer/tests/test_actions.py
${PYSITELIB}/explorer/tests/test_actions.pyc
${PYSITELIB}/explorer/tests/test_actions.pyo
${PYSITELIB}/explorer/tests/test_apps.py
${PYSITELIB}/explorer/tests/test_apps.pyc
${PYSITELIB}/explorer/tests/test_apps.pyo
${PYSITELIB}/explorer/tests/test_exporters.py
${PYSITELIB}/explorer/tests/test_exporters.pyc
${PYSITELIB}/explorer/tests/test_exporters.pyo
${PYSITELIB}/explorer/tests/test_forms.py
${PYSITELIB}/explorer/tests/test_forms.pyc
${PYSITELIB}/explorer/tests/test_forms.pyo
${PYSITELIB}/explorer/tests/test_models.py
${PYSITELIB}/explorer/tests/test_models.pyc
${PYSITELIB}/explorer/tests/test_models.pyo
${PYSITELIB}/explorer/tests/test_schema.py
${PYSITELIB}/explorer/tests/test_schema.pyc
${PYSITELIB}/explorer/tests/test_schema.pyo
${PYSITELIB}/explorer/tests/test_tasks.py
${PYSITELIB}/explorer/tests/test_tasks.pyc
${PYSITELIB}/explorer/tests/test_tasks.pyo
${PYSITELIB}/explorer/tests/test_utils.py
${PYSITELIB}/explorer/tests/test_utils.pyc
${PYSITELIB}/explorer/tests/test_utils.pyo
${PYSITELIB}/explorer/tests/test_views.py
${PYSITELIB}/explorer/tests/test_views.pyc
${PYSITELIB}/explorer/tests/test_views.pyo
${PYSITELIB}/explorer/tests/urls.py
${PYSITELIB}/explorer/tests/urls.pyc
${PYSITELIB}/explorer/tests/urls.pyo
${PYSITELIB}/explorer/urls.py
${PYSITELIB}/explorer/urls.pyc
${PYSITELIB}/explorer/urls.pyo
${PYSITELIB}/explorer/utils.py
${PYSITELIB}/explorer/utils.pyc
${PYSITELIB}/explorer/utils.pyo
${PYSITELIB}/explorer/views.py
${PYSITELIB}/explorer/views.pyc
${PYSITELIB}/explorer/views.pyo