{ "version": "5.2", "module": "country", "files": [ { "module": "country", "file": "country.py", "class": "Country", "method": "__register__", "line": 30, "operations": [ { "object": "table", "operation": "drop_constraint", "tables": [ "country_country" ], "line": 36, "args": [ "'name_uniq'" ], "kwargs": {}, "code": "table.drop_constraint('name_uniq')", "phase": "after_super" }, { "object": "table", "operation": "drop_constraint", "tables": [ "country_country" ], "line": 37, "args": [ "'code_uniq'" ], "kwargs": {}, "code": "table.drop_constraint('code_uniq')", "phase": "after_super" }, { "object": "table", "operation": "not_null_action", "tables": [ "country_country" ], "line": 40, "args": [ "'code'", "'remove'" ], "kwargs": {}, "code": "table.not_null_action('code', 'remove')", "phase": "after_super" } ] } ] }