Skip to content

Commit e44347d

Browse files
committed
docs: show CharField in code snippet
1 parent 42265d2 commit e44347d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guides/migrations-and-fixtures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class Migration(migrations.Migration):
6464
migrations.AlterField(
6565
model_name="transitprocessorconfig",
6666
name="environment",
67-
field=models.TextField(
67+
field=models.CharField(
6868
choices=[("dev", "Development"), ("test", "Testing"), ("prod", "Production")],
6969
help_text="A label to indicate which environment this configuration is for.",
7070
),

0 commit comments

Comments
 (0)