Releases: simonw/django-sql-dashboard
Releases · simonw/django-sql-dashboard
0.12.3
0.12.2
0.12.1
0.12
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
andcompleted_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