mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-03-22 20:05:56 +00:00
FIX: Legacy Profiles are now auto-approved correctly
This commit is contained in:
@@ -13,7 +13,6 @@ class Migration(migrations.Migration):
|
||||
migrations.AddField(
|
||||
model_name='profile',
|
||||
name='is_approved',
|
||||
# Approve existing profiles automatically, new ones default false.
|
||||
field=models.BooleanField(default=True),
|
||||
field=models.BooleanField(default=False),
|
||||
),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user