# Generated by Django 2.2.4 on 2019-11-06 19:37 from django.db import migrations import utils.models class Migration(migrations.Migration): dependencies = [ ('location', '0021_citygallery'), ] operations = [ migrations.AddField( model_name='city', name='name_translated', field=utils.models.TJSONField(blank=True, default=None, help_text='{"en-GB":"some text"}', null=True, verbose_name='Translated name'), ), ]