Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
fix tests and migration conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreJunod committed Jun 24, 2024
1 parent 438ece3 commit 4a3b89c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 27 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Generated by Django 4.2.11 on 2024-05-30 08:58
# Generated by Django 4.2.11 on 2024-06-24 09:45

import django.core.validators
from django.db import migrations, models
Expand All @@ -11,6 +11,19 @@ class Migration(migrations.Migration):
]

operations = [
migrations.RemoveField(
model_name="administrativeentity",
name="ofs_id",
),
migrations.AddField(
model_name="administrativeentity",
name="group_order",
field=models.PositiveIntegerField(
default=0,
help_text="Utilisé afin de grouper et définir l'ordre des entités.<br>Affichés par ordre croissant et groupés en cas de nombre identique",
verbose_name="Groupe et ordre",
),
),
migrations.AlterField(
model_name="administrativeentity",
name="phone",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4a3b89c

Please sign in to comment.