Skip to content

Releases: simonw/django-sql-dashboard

0.2a2

15 Mar 03:13
8501c31
Compare
Choose a tag to compare
0.2a2 Pre-release
Pre-release
  • Bundle widget templates in release.

0.2a1

15 Mar 03:09
a36fc17
Compare
Choose a tag to compare
0.2a1 Pre-release
Pre-release
  • Fix for bug where templatetags were not bundled in the release package. #22

0.2a0

15 Mar 01:20
Compare
Choose a tag to compare
0.2a0 Pre-release
Pre-release
  • Run tests against read-only 'dashboard' connection, refs #18
  • Named SQL parameters are now extracted into form fields. #15
  • Configure URLs using include() pattern. #14
  • ?sql= params are now signed, must first be created using a POST request. #13
  • New custom widgets framework #20
  • Big number widget for displaying a big number. #20

0.1a3

13 Mar 05:50
Compare
Choose a tag to compare
0.1a3 Pre-release
Pre-release
  • Include templates and migrations in the release. #4

0.1a2

13 Mar 05:38
3d3bd45
Compare
Choose a tag to compare
0.1a2 Pre-release
Pre-release
  • Workaround for psycopg2 dependency bug on macOS. #3

0.1a

13 Mar 05:31
Compare
Choose a tag to compare
0.1a Pre-release
Pre-release
  • Initial working alpha.