diff options
author | Andy Doan <andy.doan@linaro.org> | 2014-09-04 17:15:24 -0500 |
---|---|---|
committer | Andy Doan <andy.doan@linaro.org> | 2014-09-04 17:15:24 -0500 |
commit | c096b6d32dffff478050ad7f95d7f4348d4b7947 (patch) | |
tree | b446697909f6cd47f830297b3fad2d807047b1fb /license_protected_downloads/migrations/0003_auto__add_field_apikeystore_description__add_field_apikeystore_last_us.py | |
parent | fe4d8d49d8abe690696aa25bf50e7a0bbd6553d1 (diff) | |
download | linaro-license-protection-c096b6d32dffff478050ad7f95d7f4348d4b7947.tar.gz |
django-south: fix import / version issue2014.08
I found a bug in our migration files. The venv I was using had
South==1.0 installed. Our production systems have 0.7.3 installed.
This moves us to the proper version of south for venv's and removes
the import since it was unused.
Change-Id: I53eb6d06de54b1251e0e61a4590aba5ddde70982
Diffstat (limited to 'license_protected_downloads/migrations/0003_auto__add_field_apikeystore_description__add_field_apikeystore_last_us.py')
-rw-r--r-- | license_protected_downloads/migrations/0003_auto__add_field_apikeystore_description__add_field_apikeystore_last_us.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/license_protected_downloads/migrations/0003_auto__add_field_apikeystore_description__add_field_apikeystore_last_us.py b/license_protected_downloads/migrations/0003_auto__add_field_apikeystore_description__add_field_apikeystore_last_us.py index 024e8ee..1b4fbf3 100644 --- a/license_protected_downloads/migrations/0003_auto__add_field_apikeystore_description__add_field_apikeystore_last_us.py +++ b/license_protected_downloads/migrations/0003_auto__add_field_apikeystore_description__add_field_apikeystore_last_us.py @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- -from south.utils import datetime_utils as datetime from south.db import db from south.v2 import SchemaMigration from django.db import models |