summaryrefslogtreecommitdiffstats
path: root/mirrors/migrations/0016_auto__del_field_mirror_country_old__del_field_mirrorurl_country_old.py
diff options
context:
space:
mode:
Diffstat (limited to 'mirrors/migrations/0016_auto__del_field_mirror_country_old__del_field_mirrorurl_country_old.py')
-rw-r--r--mirrors/migrations/0016_auto__del_field_mirror_country_old__del_field_mirrorurl_country_old.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mirrors/migrations/0016_auto__del_field_mirror_country_old__del_field_mirrorurl_country_old.py b/mirrors/migrations/0016_auto__del_field_mirror_country_old__del_field_mirrorurl_country_old.py
index ae917ec..b296d7a 100644
--- a/mirrors/migrations/0016_auto__del_field_mirror_country_old__del_field_mirrorurl_country_old.py
+++ b/mirrors/migrations/0016_auto__del_field_mirror_country_old__del_field_mirrorurl_country_old.py
@@ -19,7 +19,7 @@ class Migration(SchemaMigration):
self.gf('django.db.models.fields.CharField')(default='Any', max_length=255, db_index=True),
keep_default=False)
db.add_column('mirrors_mirrorurl', 'country_old',
- self.gf('mirrors.models.NullCharField')(blank=True, max_length=255, null=True, db_index=True),
+ self.gf('django.db.models.fields.CharField')(blank=True, max_length=255, null=True, db_index=True),
keep_default=False)
models = {