Skip to content

Commit

Permalink
in progress
Browse files Browse the repository at this point in the history
  • Loading branch information
chloend committed Nov 27, 2024
1 parent a4dac38 commit 2511503
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Generated by Django 4.2.15 on 2024-11-23 13:53

from django.db import migrations, models


class Migration(migrations.Migration):
dependencies = [
("tenders", "0094_tender_email_sent_for_modification"),
]

operations = [
migrations.AlterField(
model_name="tender",
name="email_sent_for_modification",
field=models.BooleanField(default=False, verbose_name="Besoin non valide"),
),
]

0 comments on commit 2511503

Please sign in to comment.