mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-07-06 05:23:54 +02:00
Translate users models
This commit is contained in:
23
users/migrations/0036_auto_20190810_1604.py
Normal file
23
users/migrations/0036_auto_20190810_1604.py
Normal file
@ -0,0 +1,23 @@
|
||||
# Generated by Django 2.2.4 on 2019-08-10 14:04
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('users', '0035_auto_20190810_1604'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameField(
|
||||
model_name='adhesion',
|
||||
old_name='annee_fin',
|
||||
new_name='ending_in',
|
||||
),
|
||||
migrations.RenameField(
|
||||
model_name='adhesion',
|
||||
old_name='annee_debut',
|
||||
new_name='starting_in',
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user