Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/pennlabs/penn-courses
Browse files Browse the repository at this point in the history
  • Loading branch information
joyliu-q committed Oct 14, 2023
2 parents d89d506 + 6bc8b4c commit 1d0fc3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions backend/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
postgres
2 changes: 1 addition & 1 deletion backend/review/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def course_plots(request, course_code):
"""
try:
course = (
Course.objects.filter(course_filters_pcr, full_code=course_code)
Course.objects.filter(course_filters_pcr_allow_xlist, full_code=course_code)
.order_by("-semester")[:1]
.select_related("topic", "topic__most_recent")
.get()
Expand Down

0 comments on commit 1d0fc3e

Please sign in to comment.