Merge pull request #4097 from jsaalfeld/fix_pypi_module_error
fixing Module not found error
This commit is contained in:
commit
b01b20f4b4
@ -24,7 +24,7 @@ def move_submitters_to_own_model(apps, schema_editor):
|
|||||||
continue # Skip the anonymous
|
continue # Skip the anonymous
|
||||||
|
|
||||||
submitter = Submitter(user=user, motion=motion, weight=weight)
|
submitter = Submitter(user=user, motion=motion, weight=weight)
|
||||||
submitter.save(force_insert=True)
|
submitter.save(force_insert=True, skip_autoupdate=True)
|
||||||
weight += 1
|
weight += 1
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user