1
0
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:
Alexandre Iooss
2019-08-09 23:17:55 +02:00
parent 8b27710266
commit d6e7a2b635
5 changed files with 29 additions and 58 deletions

View 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',
),
]