1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2025-07-06 12:54:02 +02:00

Rename pseudo to username

This commit is contained in:
Alexandre Iooss
2019-08-02 21:35:30 +02:00
parent afdb08b926
commit e82053d16f
11 changed files with 91 additions and 63 deletions

View File

@ -0,0 +1,20 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.22 on 2019-08-02 19:25
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('users', '0012_auto_20190802_2112'),
]
operations = [
migrations.RenameField(
model_name='user',
old_name='pseudo',
new_name='username',
),
]