Releases: simonw/django-sql-dashboard
Releases · simonw/django-sql-dashboard
0.8a1
- Fixed bug with
DASHBOARD_UPGRADE_OLD_BASE64_LINKS
setting. #67
0.8a0
- Make it easy to provide a custom base template. #7
Content-Security-Policy: frame-ancestors
header. #64
- Signing no longer uses base64/json. #45
DASHBOARD_UPGRADE_OLD_BASE64_LINKS
mechanism. #65
0.7a0
- SQL textarea now always has at least 5 rows
- Always strip trailing
;
from SQL, fixing bug with "count" links. #56
- URLize links in results. #61
0.6a0
- Fix for bug with columns with identical names. #52
DASHBOARD_ROW_LIMIT
setting. #53
- Size SQL textarea to fit SQL. #51
0.5a0
- Link to dashboard from admin edit page. #48
- Better error message for queries with
%
that needs to be escaped. #41
0.4a2
- Removed unnecessary migration dependency, so this should now install on versions of Django prior to 3.1. Thanks, @jefftriplett. #46
0.4a1
- Serve
cache-control: private
HTTP header on private dashboards. #43
0.4a0
- Documentation now lives at https://django-sql-dashboard.readthedocs.io/ (#36)
- Ability to copy and paste TSV from the default table display. (#29)
- Fixed two bugs with the way count links in column headers work. (#31, #32)
- New permissions system: a saved dashboard can now be made public, private, unlisted, group-only, staff-only or superuser-only. (#27)
0.3a1
- Changed default permission policy: saved dashboards are now inaccessible to the public by default (#37). This will change when permissions are implemented fully in #27.
0.3a0
- Added basic bar chart widget. #10
- Added
markdown
widget. #12
- Added
html
widget. #12