Skip to content

Add title, description, settings and custom template to dashboard queries #156

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 22 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
black formatting
  • Loading branch information
drkane committed Apr 14, 2023
commit 474831f568faaa218030d30eb9c312cd0b8ff283
1 change: 0 additions & 1 deletion django_sql_dashboard/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

initial = True

dependencies = []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@


class Migration(migrations.Migration):

dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
("django_sql_dashboard", "0001_initial"),
Expand Down
1 change: 0 additions & 1 deletion django_sql_dashboard/migrations/0003_update_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@


class Migration(migrations.Migration):

dependencies = [
("auth", "0012_alter_user_first_name_max_length"),
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("django_sql_dashboard", "0003_update_metadata"),
]
Expand Down
1 change: 0 additions & 1 deletion django_sql_dashboard/migrations/0005_auto_20211013_0953.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

dependencies = [
("django_sql_dashboard", "0004_add_description_help_text"),
]
Expand Down
1 change: 0 additions & 1 deletion django_sql_dashboard/migrations/0006_auto_20230414_1540.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("django_sql_dashboard", "0005_auto_20211013_0953"),
]
Expand Down