Skip to content

TestSuite: fix migration

Emil Laurentowicz requested to merge elaurentowicz/cibuglog:migration_fix into master

Current migrations did not cover the proper related_name in acceptable_statuses ManyToManyField of TestSuite model.

Was (migration 0001): related_name='_testsuite_acceptable_statuses_+'

Is: related_name='+'

Edited by Emil Laurentowicz

Merge request reports