mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-18 07:49:24 +00:00
improved Club related queries
formatted migration file
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user