mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-07-06 10:43:54 +02:00
Rename surname to last_name
This commit is contained in:
21
users/migrations/0019_auto_20190802_2146.py
Normal file
21
users/migrations/0019_auto_20190802_2146.py
Normal file
@ -0,0 +1,21 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.11.22 on 2019-08-02 19:46
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
import django.utils.timezone
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('users', '0018_auto_20190802_2144'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterField(
|
||||
model_name='user',
|
||||
name='date_joined',
|
||||
field=models.DateTimeField(default=django.utils.timezone.now, verbose_name='date joined'),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user