Skip to content

Commit

Permalink
changes verbose name
Browse files Browse the repository at this point in the history
  • Loading branch information
actlikewill committed Sep 11, 2024
1 parent 72347f4 commit 8789ece
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ class Migration(migrations.Migration):
migrations.AddField(
model_name="coredocument",
name="metadata_json",
field=models.JSONField(
blank=True, null=True, verbose_name="new metadata JSON"
),
field=models.JSONField(blank=True, null=True, verbose_name="metadata JSON"),
),
migrations.AddField(
model_name="legislation",
Expand Down

0 comments on commit 8789ece

Please sign in to comment.