__init__.py
0 Bytes
-
Add management command to manually migrate course_id field. · 6b358f6a
Normally the value of deprecated Answer.course_id will be copied into the new Answer.course_key field by a migration, but if your answer table is very large, you might want to use this management command to perform the copying in batches instead.
Matjaz Gregoric committed