We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17ab884 + 3697a9e commit e059ec3Copy full SHA for e059ec3
1 file changed
ietf/review/migrations/0026_repair_more_assignments.py
@@ -31,9 +31,7 @@ def add_comment(self, name, comment):
31
)
32
33
def forward(apps,schema_editor):
34
- ReviewAssignment = apps.get_model('review','ReviewAssignment')
35
Document = apps.get_model('doc','Document')
36
- State = apps.get_model('doc','State')
37
Person = apps.get_model('person','Person')
38
39
# The calculation of review_path makes the assumption that DOCUMENT_PATH_PATTERN only uses
0 commit comments