Skip to content

0.14

Compare
Choose a tag to compare
@simonw simonw released this 16 May 20:24
· 42 commits to main since this release
  • Fixed a security and permissions flaw, where users without the execute_sql permission could still run custom queries by editing saved dashboards using the Django admin interface. #94
  • Bar charts now preserve the order in which the data is returned by the query. #106
  • Example select statements now include explicit columns. #105
  • Columns on the dashboard page now respond to media queries, collapsing to a single column on narrow or mobile browser windows. #106
  • Fixed hard-coded /dashboard/ URL, thanks Flávio Juvenal da Silva Junior. #99
  • Fixed bug where ?_save- parameters could be accidentally reflected in the query string. #104
  • Explicitly require at least Django 3.0. #101
  • Fixed a warning about AutoField migrations with Django 3.2. #103
  • Fixed a bug where users lacking permissions could end up in an infinite redirect. #30
  • Configuration and security documentation now recommends using a read-only database replica as the most robust option. #95
  • Added screenshots and demo links for all of the included widgets. #96