mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-08-24 15:32:56 +02:00
Swap AbstractBaseUser to AbstractUser
This commit is contained in:
20
users/migrations/0020_auto_20190808_1132.py
Normal file
20
users/migrations/0020_auto_20190808_1132.py
Normal file
@@ -0,0 +1,20 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.11.22 on 2019-08-08 09:32
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('users', '0019_auto_20190802_2146'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RenameField(
|
||||
model_name='user',
|
||||
old_name='name',
|
||||
new_name='first_name',
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user