From a76d12ceb437a68efb6a19a588fb29a7a0e5a5e2 Mon Sep 17 00:00:00 2001 From: Arkadiusz Adamski Date: Sat, 21 Jan 2017 13:40:33 +0100 Subject: Removed unused imports in example migrations. --- docs/ref/migration-operations.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref') diff --git a/docs/ref/migration-operations.txt b/docs/ref/migration-operations.txt index e6e6f73a99..a977317a80 100644 --- a/docs/ref/migration-operations.txt +++ b/docs/ref/migration-operations.txt @@ -310,7 +310,7 @@ class in the migration file, and just pass it to ``RunPython``. Here's an example of using ``RunPython`` to create some initial objects on a ``Country`` model:: - 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; -- cgit v1.3