Removed deprecated future imports

This commit is contained in:
Aarif
2020-06-23 18:46:27 +05:00
parent e34b052002
commit 27480cdd2f
53 changed files with 109 additions and 130 deletions

View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.27 on 2020-01-13 13:55
from __future__ import unicode_literals
from django.db import migrations, models

View File

@@ -1,9 +1,9 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.27 on 2020-01-16 17:23
from __future__ import unicode_literals
from django.db import migrations, models
import django.db.models.deletion
from django.db import migrations, models
class Migration(migrations.Migration):

View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.28 on 2020-02-26 15:53
from __future__ import unicode_literals
from django.db import migrations, models