Skip to content

Commit

Permalink
Remove a now-unneeded default for list slugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
colons committed May 4, 2024
1 parent 679f343 commit 0d7b5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nkdsu/apps/vote/migrations/0025_user_track_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Migration(migrations.Migration):
),
),
('name', models.CharField(max_length=100)),
('slug', models.SlugField(default='honk')),
('slug', models.SlugField()),
('description', models.TextField(blank=True)),
('public', models.BooleanField(default=False)),
(
Expand Down

0 comments on commit 0d7b5f0

Please sign in to comment.