modif véhicules
This commit is contained in:
18
vehicles/migrations/0010_alter_vehicles_infos_ntype.py
Normal file
18
vehicles/migrations/0010_alter_vehicles_infos_ntype.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 4.0 on 2022-11-10 11:29
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('vehicles', '0009_alter_vehicles_infos_dtend'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='vehicles_infos',
|
||||
name='nType',
|
||||
field=models.CharField(choices=[('1', 'Technique'), ('2', 'Matériel'), ('3', 'Péremption')], default=1, max_length=1, verbose_name='Type'),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user