Skip to content

Commit a020331

Browse files
Update 0001_initial.py
Fix verbose names and capitalization.
1 parent 17b27ce commit a020331

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

debug_toolbar/migrations/0001_initial.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ class Migration(migrations.Migration):
1616
("created_at", models.DateTimeField(auto_now_add=True)),
1717
],
1818
options={
19-
"verbose_name": "Debug Toolbar Entry",
20-
"verbose_name_plural": "Debug Toolbar Entries",
19+
"verbose_name": "history entry",
20+
"verbose_name_plural": "history entries",
2121
"ordering": ["-created_at"],
2222
},
2323
),

0 commit comments

Comments
 (0)