You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ansible_base/feature_flags/migrations/0001_initial.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Generated by Django 4.2.17 on 2025-04-08 14:36
1
+
# Generated by Django 4.2.17 on 2025-06-04 12:00
2
2
3
3
importansible_base.feature_flags.models.aap_flag
4
4
fromdjango.confimportsettings
@@ -36,7 +36,7 @@ class Migration(migrations.Migration):
36
36
('modified_by', models.ForeignKey(default=None, editable=False, help_text='The user who last modified this resource.', null=True, on_delete=django.db.models.deletion.SET_NULL, related_name='%(app_label)s_%(class)s_modified+', to=settings.AUTH_USER_MODEL)),
0 commit comments