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:40:33 -0500 |
| commit | a76d12ceb437a68efb6a19a588fb29a7a0e5a5e2 (patch) | |
| tree | adf957c3ebb9c08078b0d6d8792286b4f11d5dc8 /docs/howto | |
| parent | 503e944ac792498e7b38c799d8e4b06f74e9d65a (diff) | |
Removed unused imports in example migrations.
Diffstat (limited to 'docs/howto')
| -rw-r--r-- | docs/howto/writing-migrations.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/writing-migrations.txt b/docs/howto/writing-migrations.txt index 02579eeeb4..bd1968ccb8 100644 --- a/docs/howto/writing-migrations.txt +++ b/docs/howto/writing-migrations.txt @@ -152,7 +152,7 @@ the respective field according to your needs. :filename: 0005_populate_uuid_values.py # Generated by Django A.B on YYYY-MM-DD HH:MM - from django.db import migrations, models + from django.db import migrations import uuid def gen_uuid(apps, schema_editor): |
