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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user