mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
[1.11.x] Removed unused imports in example migrations.
Backport of a76d12ceb4 from master
This commit is contained in:
committed by
Tim Graham
parent
6bb01b0b3c
commit
a15d81a183
@@ -317,7 +317,7 @@ model::
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
from django.db import migrations
|
||||
|
||||
def forwards_func(apps, schema_editor):
|
||||
# We get the model from the versioned app registry;
|
||||
|
||||
Reference in New Issue
Block a user