Changement module heures supplémentaire
Les heures supple sont maintenant supprimable en cascade avec user, utilisation d'un string mémoire
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
# Generated by Django 4.0 on 2022-07-04 19:02
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('vehicles', '0008_alter_vehicles_infos_author_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='vehicles_infos',
|
||||
name='dtEnd',
|
||||
field=models.DateField(blank=True, null=True, verbose_name='Date de fin'),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user