|
1 |
| -# Generated by Django 4.2.21 on 2025-06-17 20:08 |
| 1 | +# Generated by Django 4.2.21 on 2025-06-24 13:34 |
| 2 | +# FileHash: 8207dc6b9a446b7d4222d21287e695990b80846c779184388dbd63d32771b400 |
2 | 3 |
|
3 | 4 | import ansible_base.feature_flags.models.aap_flag
|
4 | 5 | from django.conf import settings
|
@@ -26,7 +27,7 @@ class Migration(migrations.Migration):
|
26 | 27 | ('condition', models.CharField(default='boolean', help_text='Used to specify a condition, which if met, will enable the feature flag.', max_length=64)),
|
27 | 28 | ('value', models.CharField(default='False', help_text='The value used to evaluate the conditional specified.', max_length=127)),
|
28 | 29 | ('required', models.BooleanField(default=False, help_text="If multiple conditions are required to be met to enable a feature flag, 'required' can be used to specify the necessary conditionals.")),
|
29 |
| - ('support_level', models.CharField(choices=[('DEVELOPER_PREVIEW', 'Developer Preview'), ('TECHNICAL_PREVIEW', 'Technical Preview')], help_text='The support criteria for the feature flag. Must be one of (DEVELOPER_PREVIEW or TECHNICAL_PREVIEW).', max_length=25)), |
| 30 | + ('support_level', models.CharField(choices=[('DEVELOPER_PREVIEW', 'Developer Preview'), ('TECHNOLOGY_PREVIEW', 'Technology Preview')], help_text='The support criteria for the feature flag. Must be one of (DEVELOPER_PREVIEW or TECHNOLOGY_PREVIEW).', max_length=25)), |
30 | 31 | ('visibility', models.BooleanField(default=False, help_text='The visibility of the feature flag. If false, flag is hidden.')),
|
31 | 32 | ('toggle_type', models.CharField(choices=[('install-time', 'install-time'), ('run-time', 'run-time')], default='run-time', help_text="Details whether a flag is toggle-able at run-time or install-time. (Default: 'run-time').", max_length=20)),
|
32 | 33 | ('description', models.CharField(default='', help_text='A detailed description giving an overview of the feature flag.', max_length=500)),
|
|
0 commit comments