Fl0kse

Results 3 comments of Fl0kse

Change 244 line in migrate.py ```python table = change[0][1].get("through") ``` to ```python if isinstance(change[0][1], str): for new_m2m_field in new_m2m_fields: if new_m2m_field['name'] == change[0][1]: table = new_m2m_field.get('through') break else: table =...

> > Change 244 line in migrate.py > > ```python > > table = change[0][1].get("through") > > ``` > > > > > > > > > > > >...

> > > > Change 244 line in migrate.py > > > > ```python > > > > table = change[0][1].get("through") > > > > ``` > > > >...