This introduces a new 255-char course_key field to the Answer model. The old 50-char course_id field is still present, but is deprecated and will be removed in next release. We cannot simply extend the existing course_id field because we have some large problem_builder_answer tables in production and the migration to extend the column would lock the table causing issues in production. The code is updated so that it uses the new course_key column, but falls back to course_id. In next release, a data migration to copy course_id data to course_key will be provided and the course_id column dropped.
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| migrations | Loading commit data... | |
| public | Loading commit data... | |
| south_migrations | Loading commit data... | |
| static | Loading commit data... | |
| templates | Loading commit data... | |
| tests | Loading commit data... | |
| v1 | Loading commit data... | |
| __init__.py | Loading commit data... | |
| answer.py | Loading commit data... | |
| choice.py | Loading commit data... | |
| completion.py | Loading commit data... | |
| dashboard.py | Loading commit data... | |
| dashboard_visual.py | Loading commit data... | |
| instructor_tool.py | Loading commit data... | |
| locale | Loading commit data... | |
| mcq.py | Loading commit data... | |
| mentoring.py | Loading commit data... | |
| message.py | Loading commit data... | |
| mixins.py | Loading commit data... | |
| models.py | Loading commit data... | |
| mrq.py | Loading commit data... | |
| plot.py | Loading commit data... | |
| questionnaire.py | Loading commit data... | |
| slider.py | Loading commit data... | |
| step.py | Loading commit data... | |
| step_review.py | Loading commit data... | |
| sub_api.py | Loading commit data... | |
| table.py | Loading commit data... | |
| tasks.py | Loading commit data... | |
| tip.py | Loading commit data... |