There was an error while loading. Please reload this page.
1 parent 42265d2 commit e44347dCopy full SHA for e44347d
1 file changed
docs/guides/migrations-and-fixtures.md
@@ -64,7 +64,7 @@ class Migration(migrations.Migration):
64
migrations.AlterField(
65
model_name="transitprocessorconfig",
66
name="environment",
67
- field=models.TextField(
+ field=models.CharField(
68
choices=[("dev", "Development"), ("test", "Testing"), ("prod", "Production")],
69
help_text="A label to indicate which environment this configuration is for.",
70
),
0 commit comments