mirror of
https://github.com/boostorg/website-v2.git
synced 2026-02-27 05:32:08 +00:00
🔥 More dead code
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
# Generated by Django 3.2.2 on 2023-03-03 18:43
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("users", "0007_user_image"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name="user",
|
||||
name="claimed",
|
||||
field=models.BooleanField(
|
||||
default=True, verbose_name="whether this account has been claimed"
|
||||
),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name="user",
|
||||
name="valid_email",
|
||||
field=models.BooleanField(
|
||||
default=True, verbose_name="whether the user's email address is valid"
|
||||
),
|
||||
),
|
||||
]
|
||||
@@ -1,25 +0,0 @@
|
||||
# Generated by Django 3.2.2 on 2023-03-03 21:02
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("users", "0008_auto_20230303_1843"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name="user",
|
||||
name="claimed",
|
||||
field=models.BooleanField(
|
||||
default=True, verbose_name="Account has been claimed"
|
||||
),
|
||||
),
|
||||
migrations.AlterField(
|
||||
model_name="user",
|
||||
name="valid_email",
|
||||
field=models.BooleanField(default=True, verbose_name="Valid email address"),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user