| Name | Last commit | Last update | 
|---|---|---|
| .. | ||
| management | ||
| migrations | ||
| __init__.py | ||
| admin.py | ||
| models.py | ||
| signals.py | ||
| startup.py | ||
| tests.py | 
Added the following fields to CourseOverview:
    announcement
    catalog_visibility
    course_video_url
    effort
    short_description
Now requires CourseOverview models for each course in the system:
    Introduced a CourseOverviewGeneratedHistory model to keep track of
    when the CourseOverview table was seeded. The seeding can be
    done preemptively by calling the generate_course_overview management
    command. Otherwise, it is lazily computed, when needed.
| Name | Last commit | Last update | 
|---|---|---|
| .. | ||
| management | Loading commit data... | |
| migrations | Loading commit data... | |
| __init__.py | Loading commit data... | |
| admin.py | Loading commit data... | |
| models.py | Loading commit data... | |
| signals.py | Loading commit data... | |
| startup.py | Loading commit data... | |
| tests.py | Loading commit data... |