improved Club related queries

formatted migration file
This commit is contained in:
Kenneth SOARES
2025-06-14 16:58:43 +02:00
parent 9fe4cc5102
commit 6608dac4d3
2 changed files with 17 additions and 36 deletions

View File

@ -1,4 +1,4 @@
# Generated by Django 5.2 on 2025-06-14 13:36
# Generated by Django 5.2 on 2025-06-14 14:35
import django.db.models.deletion
from django.db import migrations, models
@ -25,7 +25,7 @@ class Migration(migrations.Migration):
verbose_name="ID",
),
),
("validated", models.BooleanField(verbose_name="is validated")),
("is_validated", models.BooleanField(verbose_name="is validated")),
(
"month",
counter.models.MonthField(