diff options
| author | Arkadiusz Adamski <ar4s@users.noreply.github.com> | 2017-01-21 13:40:33 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-01-21 07:42:10 -0500 |
| commit | a15d81a183e2d85969ed46adb975661515330b16 (patch) | |
| tree | 627cdeafe9aff115214cf2514a81e1876656bef5 /docs/ref | |
| parent | 6bb01b0b3cc6e5b2cf8d75ed2fd00a442d5caf52 (diff) | |
[1.11.x] Removed unused imports in example migrations.
Backport of a76d12ceb437a68efb6a19a588fb29a7a0e5a5e2 from master
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/migration-operations.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/migration-operations.txt b/docs/ref/migration-operations.txt index bb5d451379..82d4810992 100644 --- a/docs/ref/migration-operations.txt +++ b/docs/ref/migration-operations.txt @@ -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; |
