Releases: simonw/django-sql-dashboard
Releases · simonw/django-sql-dashboard
0.8a1
14 Apr 06:09
Compare
Sorry, something went wrong.
No results found
Fixed bug with DASHBOARD_UPGRADE_OLD_BASE64_LINKS setting. #67
0.8a0
14 Apr 05:55
Compare
Sorry, something went wrong.
No results found
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
12 Apr 23:17
Compare
Sorry, something went wrong.
No results found
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
09 Apr 04:44
Compare
Sorry, something went wrong.
No results found
Fix for bug with columns with identical names. #52
DASHBOARD_ROW_LIMIT setting. #53
Size SQL textarea to fit SQL. #51
0.5a0
24 Mar 14:42
Compare
Sorry, something went wrong.
No results found
Link to dashboard from admin edit page. #48
Better error message for queries with % that needs to be escaped. #41
0.4a2
21 Mar 21:27
Compare
Sorry, something went wrong.
No results found
Removed unnecessary migration dependency, so this should now install on versions of Django prior to 3.1. Thanks, @jefftriplett . #46
0.4a1
21 Mar 00:40
Compare
Sorry, something went wrong.
No results found
Serve cache-control: private HTTP header on private dashboards. #43
0.4a0
19 Mar 06:50
Compare
Sorry, something went wrong.
No results found
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
16 Mar 00:14
Compare
Sorry, something went wrong.
No results found
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
15 Mar 04:47
Compare
Sorry, something went wrong.
No results found
Added basic bar chart widget. #10
Added markdown widget. #12
Added html widget. #12