We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 708ab10 commit 3697a9eCopy full SHA for 3697a9e
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