2019-06-15 11:18:37 +02:00
|
|
|
# Generated by Django 2.2.1 on 2019-06-15 09:14
|
|
|
|
|
|
|
|
from django.db import migrations
|
|
|
|
|
|
|
|
|
|
|
|
class Migration(migrations.Migration):
|
|
|
|
|
|
|
|
dependencies = [
|
2021-07-10 12:11:58 +02:00
|
|
|
("manuels", "0035_commonsupply_order"),
|
2019-06-15 11:18:37 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
operations = [
|
|
|
|
migrations.AlterModelOptions(
|
2021-07-10 12:11:58 +02:00
|
|
|
name="commonsupply",
|
|
|
|
options={
|
|
|
|
"ordering": ("order",),
|
|
|
|
"verbose_name": "fourniture commune",
|
|
|
|
"verbose_name_plural": "fournitures communes",
|
|
|
|
},
|
2019-06-15 11:18:37 +02:00
|
|
|
),
|
|
|
|
]
|