mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-06-30 01:51:09 +02:00
Remove user states
This commit is contained in:
26
users/migrations/0012_auto_20190802_2112.py
Normal file
26
users/migrations/0012_auto_20190802_2112.py
Normal file
@ -0,0 +1,26 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.10.7 on 2019-08-02 19:12
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations
|
||||
import users.models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('users', '0011_auto_20190802_1831'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterModelManagers(
|
||||
name='user',
|
||||
managers=[
|
||||
('objects', users.models.UserManager()),
|
||||
],
|
||||
),
|
||||
migrations.RemoveField(
|
||||
model_name='user',
|
||||
name='state',
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user