richie 2.34.1.dev9__py2.py3-none-any.whl → 2.34.1.dev10__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of richie might be problematic. Click here for more details.
- richie/apps/courses/models/course.py +1 -1
- {richie-2.34.1.dev9.dist-info → richie-2.34.1.dev10.dist-info}/METADATA +1 -1
- {richie-2.34.1.dev9.dist-info → richie-2.34.1.dev10.dist-info}/RECORD +7 -7
- {richie-2.34.1.dev9.dist-info → richie-2.34.1.dev10.dist-info}/WHEEL +1 -1
- {richie-2.34.1.dev9.dist-info → richie-2.34.1.dev10.dist-info}/LICENSE +0 -0
- {richie-2.34.1.dev9.dist-info → richie-2.34.1.dev10.dist-info}/top_level.txt +0 -0
- {richie-2.34.1.dev9.dist-info → richie-2.34.1.dev10.dist-info}/zip-safe +0 -0
|
@@ -633,7 +633,7 @@ class Course(EsIdMixin, BasePageExtension):
|
|
|
633
633
|
|
|
634
634
|
for course_run in self.course_runs.only(
|
|
635
635
|
"start", "end", "enrollment_start", "enrollment_end"
|
|
636
|
-
):
|
|
636
|
+
).exclude(catalog_visibility=CourseRunCatalogVisibility.HIDDEN):
|
|
637
637
|
state = course_run.state
|
|
638
638
|
best_state = min(state, best_state)
|
|
639
639
|
if state["priority"] == CourseState.ONGOING_OPEN:
|
|
@@ -996,7 +996,7 @@ richie/apps/courses/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5
|
|
|
996
996
|
richie/apps/courses/models/__init__.py,sha256=TKx_JE0qeWMcDmHjk_NfDb_8CKIxXPgxMHzD7k6IMeA,323
|
|
997
997
|
richie/apps/courses/models/blog.py,sha256=q7AHQDYWB2uHeoGJ1nePKjZoPWeLg2bPSrmhudAupcc,3450
|
|
998
998
|
richie/apps/courses/models/category.py,sha256=M24o2trqM1ikDiD11igu2n2cdKzARsP6MsOXr2Z3jQQ,7305
|
|
999
|
-
richie/apps/courses/models/course.py,sha256=
|
|
999
|
+
richie/apps/courses/models/course.py,sha256=d-1swDcpkroccHipztYBgiAMtU3zYLzf4It5Fk3Ut8Y,45434
|
|
1000
1000
|
richie/apps/courses/models/menuentry.py,sha256=Id3JQFgrW3EHOv-mT3p1Vh43L4gbXYXTGMKEUd5PTSk,1393
|
|
1001
1001
|
richie/apps/courses/models/organization.py,sha256=EToxJop9DRxx_grXw8OruSxq_hNOVeJPmt2wbRwZvJs,8664
|
|
1002
1002
|
richie/apps/courses/models/person.py,sha256=_tQ3tMCwetvWwu4vwOOUOjQ_kED0FC27pP4ziU16lE4,2945
|
|
@@ -2461,9 +2461,9 @@ richie/static/richie/js/build/9986.9cb35fb755efcd2adba9.index.js,sha256=YZTuD2Zq
|
|
|
2461
2461
|
richie/static/richie/js/build/99895.9cb35fb755efcd2adba9.index.js,sha256=OX_DrLUZhTNZ0zPnSHWTGOt3fZl98yf9_EpJr5Pz01c,2570
|
|
2462
2462
|
richie/static/richie/js/build/99953.9cb35fb755efcd2adba9.index.js,sha256=OWoLPJnHrmvF3HBQPgXooAGo5E0yJpJ7QTFHFghJpI8,135
|
|
2463
2463
|
richie/static/richie/js/build/index.js,sha256=0qwXRllVlKe_pknzhsak6GOo62LsIZuSw8NaNHkNGGY,1331833
|
|
2464
|
-
richie-2.34.1.
|
|
2465
|
-
richie-2.34.1.
|
|
2466
|
-
richie-2.34.1.
|
|
2467
|
-
richie-2.34.1.
|
|
2468
|
-
richie-2.34.1.
|
|
2469
|
-
richie-2.34.1.
|
|
2464
|
+
richie-2.34.1.dev10.dist-info/LICENSE,sha256=5LKjFIE1kpKzBfR2iwq_RGHhHM5XawdlfZrcHTsCLpA,1079
|
|
2465
|
+
richie-2.34.1.dev10.dist-info/METADATA,sha256=LBjSXXzl5YDGEdqjEsj6C4HDA5frmbLIrgecXkYT-4I,6883
|
|
2466
|
+
richie-2.34.1.dev10.dist-info/WHEEL,sha256=3HfeesdN7jshHPzN8HJ8UeFRlEd6ApplqndzbPTvPl8,109
|
|
2467
|
+
richie-2.34.1.dev10.dist-info/top_level.txt,sha256=WJvFAAHtUQ5T5MOuG6jRynDJG9kVfl4jtuf1qxIXND8,16
|
|
2468
|
+
richie-2.34.1.dev10.dist-info/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
2469
|
+
richie-2.34.1.dev10.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|