mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-07-17 08:55:52 +02:00
Translate users models
This commit is contained in:
18
users/migrations/0030_auto_20190810_1600.py
Normal file
18
users/migrations/0030_auto_20190810_1600.py
Normal file
@ -0,0 +1,18 @@
|
||||
# Generated by Django 2.2.4 on 2019-08-10 14:00
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('users', '0029_auto_20190810_1121'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameField(
|
||||
model_name='clef',
|
||||
old_name='nom',
|
||||
new_name='name',
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user