Skip to content

0.12

Compare
Choose a tag to compare
@simonw simonw released this 09 May 04:30
· 83 commits to main since this release

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