Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
fix: removed 'blank' argument
Browse files Browse the repository at this point in the history
  • Loading branch information
MMcLovin authored and MMcLovin committed Dec 2, 2023
1 parent 07327ff commit 7cf4911
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/tasks/migrations/0005_task_constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class Migration(migrations.Migration):
name="constraints",
field=django.contrib.postgres.fields.ArrayField(
base_field=models.CharField(max_length=256),
blank=True,
default=list,
size=None,
),
Expand Down

0 comments on commit 7cf4911

Please sign in to comment.