Update version to 15 to force recaching

The version check is `if course_overview.version < cls.VERSION:` so we need to bump to 15 to force it to reuse 13's models.
This commit is contained in:
Matt Tuchfarber
2021-07-07 17:08:57 -04:00
committed by GitHub
parent 63cb6a97ff
commit 02a7fb0c88

View File

@@ -63,7 +63,7 @@ class CourseOverview(TimeStampedModel):
app_label = 'course_overviews'
# IMPORTANT: Bump this whenever you modify this model and/or add a migration.
VERSION = 13
VERSION = 15
# Cache entry versioning.
version = IntegerField()