Skip to content

Releases: simonw/django-sql-dashboard

0.12.3

09 May 06:40
Compare
Choose a tag to compare
  • Fixed bug where saved dashboards relating to groups could be displayed multiple times. #90
  • Removed duplicate "Run queries" button. #89
  • HTML page titles now include named parameter values, if available. #88

0.12.2

09 May 05:47
Compare
Choose a tag to compare

0.12.1

09 May 04:41
Compare
Choose a tag to compare
  • Improved and updated documentation for saved dashboards. #84
  • Added "Remove all queries" link for resetting interactive dashboard. #85

0.12

09 May 04:30
Compare
Choose a tag to compare

First non-alpha release! Django SQL Dashboard is now ready for people to use against their production Django applications.

  • Saved dashboards can now be created from the interactive dashboard page. #44
  • New progress bar widget for queries that return numeric columns total_count and completed_count. #77
  • The list of available tables now better reflects your current permissions, and shows the columns for each listed table. #79, #80
  • The dashboard index page now lists saved dashboards that the user is able to view or edit. #81
  • "Edit" link for dashboards links to the Django Admin, which now respects the edit policy set for a dashboard. #44
  • New documentation section covering security. #6
  • Show row count on non-truncated results. #76
  • More robust extraction of named parameteters from queries, fixing some errer-cases. #75
  • Custom widgets can now extend a django_sql_dashboard/widgets/_base_widget.html base template. #78
  • Fixed a bug caused by errors on saved dashboard pages being displayed as editable text. #74
  • Unlisted public dashboards now include a robots tag to avoid being indexed by search engines. #42

0.11a0

26 Apr 18:50
Compare
Choose a tag to compare
0.11a0 Pre-release
Pre-release
  • "Copy to clipboard" button on pretty-printed JSON results. #72
  • Saved dashboards no longer display broken export buttons. #71

0.9a1

25 Apr 17:31
Compare
Choose a tag to compare
0.9a1 Pre-release
Pre-release
  • Use separate styles for pre.sql and pre.json

0.9a0

25 Apr 17:05
8a14954
Compare
Choose a tag to compare
0.9a0 Pre-release
Pre-release
  • Do not show "[count]" links for unambiguous columns. #69
  • Better HTML titles for pages, for better browser history. #70
  • Pretty-print cells containing JSON. #62

0.10a1

25 Apr 23:24
Compare
Choose a tag to compare
0.10a1 Pre-release
Pre-release
  • Fixed bug where large SQL queries submitted by POST did not correctly evaluate any named parameters. #58

0.10a0

25 Apr 23:08
Compare
Choose a tag to compare
0.10a0 Pre-release
Pre-release
  • Handle SQL queries too long for a GET. #58
  • Export all results as CSV/TSV feature. #50

0.8a2

14 Apr 06:22
Compare
Choose a tag to compare
0.8a2 Pre-release
Pre-release
  • Correctly sign ?sql= on redirects created using DASHBOARD_UPGRADE_OLD_BASE64_LINKS. #68