mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-06-30 01:51:09 +02:00
Clean up Request object
This commit is contained in:
22
users/migrations/0027_auto_20190809_2317.py
Normal file
22
users/migrations/0027_auto_20190809_2317.py
Normal file
@ -0,0 +1,22 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Generated by Django 1.11.22 on 2019-08-09 21:17
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('users', '0026_auto_20190809_0802'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='request',
|
||||
name='user',
|
||||
),
|
||||
migrations.DeleteModel(
|
||||
name='Request',
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user