mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-07-06 19:34:00 +02:00
Rename surname to last_name
This commit is contained in:
20
users/migrations/0018_auto_20190802_2144.py
Normal file
20
users/migrations/0018_auto_20190802_2144.py
Normal file
@ -0,0 +1,20 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.11.22 on 2019-08-02 19:44
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('users', '0017_auto_20190802_2144'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameField(
|
||||
model_name='user',
|
||||
old_name='registered',
|
||||
new_name='date_joined',
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user