18 lines
378 B
Python
18 lines
378 B
Python
|
|
# Generated by Django 5.2.7 on 2025-11-23 13:26
|
||
|
|
|
||
|
|
from django.db import migrations
|
||
|
|
|
||
|
|
|
||
|
|
class Migration(migrations.Migration):
|
||
|
|
|
||
|
|
dependencies = [
|
||
|
|
('gestion_vehicule', '0010_carnetcarburant_course_and_more'),
|
||
|
|
]
|
||
|
|
|
||
|
|
operations = [
|
||
|
|
migrations.RemoveField(
|
||
|
|
model_name='carnetcarburant',
|
||
|
|
name='vehicule',
|
||
|
|
),
|
||
|
|
]
|