Skip to content

Commit

Permalink
Upgrade to django-sql-dashboard 1.0.1. (#2140)
Browse files Browse the repository at this point in the history
This upgrades us to django-sql-dashboard 1.0.1, which includes a few contributions of my own:

* [The dashboard admin list view links to change views that the user may not have permission to use](simonw/django-sql-dashboard#130)

* [Support markdown and/or HTML in dashboard descriptions](simonw/django-sql-dashboard#115)
  • Loading branch information
toolness authored Jul 7, 2021
1 parent 2f2b242 commit 8d4a070
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 97 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dj-email-url = "==0.2.0"
docusign-esign = "==3.7.1"
pypdf2 = "==1.26.0"
mailchimp3 = "==3.0.14"
django-sql-dashboard = "==0.14"
django-sql-dashboard = "==1.0.1"

# As of 2021-02-01, this *cannot* be version 2.x because docusign-esign is
# incompatible with it: https://github.com/docusign/docusign-python-client/issues/94
Expand Down
Loading

0 comments on commit 8d4a070

Please sign in to comment.