Lucia
Results
2
issues of
Lucia
After getting apps from executor: ``` executor = MigrationExecutor(connection) apps = executor.loader.project_state([migration file]).apps Model = apps.get_model('..', '...') ``` I Have to pass json into translated field to create object. Otherwise,...
After changing CharField into `Translated(CharField(max_length = 10))`, it doesn't return 'allow_blank' and 'null' attributes of the field.