simonw / django-sql-dashboard

Django app for building dashboards using raw SQL queries
https://django-sql-dashboard.datasette.io/
Apache License 2.0
437 stars 37 forks source link

Support Markdown in dashboard descriptions. #118

Closed toolness closed 3 years ago

toolness commented 3 years ago

This fixes #115 by supporting Markdown in dashboard descriptions. It also mentions that Markdown is allowed in all user-facing views.

Notes

toolness commented 3 years ago

Note that I just formatted the code using Black 21.5b1, but I'm not sure if it formats code differently from whatever version of Black you're using... I filed #119 to deal with this separately.

simonw commented 3 years ago

I'm fine with the migration.

The release log for this project currently just lives at https://github.com/simonw/django-sql-dashboard/releases - though maybe it should move into the docs folder now?

I'll be sure to mention this as a potentially breaking change when I write the release notes there.