We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96ac10f commit 861e5deCopy full SHA for 861e5de
1 file changed
openedx_authz/tests/stubs/models.py
@@ -93,7 +93,7 @@ def __str__(self):
93
94
class CourseOverview(models.Model):
95
"""
96
- Model for storing and caching basic information about a course.
+ Stub model representing a course overview for testing purposes.
97
98
This model contains basic course metadata such as an ID, display name, and organization.
99
It is used to link CourseScope instances to actual courses in the system.
0 commit comments