Skip to content

Commit

Permalink
FashP list
Browse files Browse the repository at this point in the history
  • Loading branch information
Megh-Thakkar committed Nov 4, 2017
1 parent 6d77588 commit 43bd1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registrations/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,7 @@ def get_list(request):
return response

def get_college_name(part):
return part__college__name
return part.college.name

def deepgetattr(obj, attr, default = None):

Expand Down

0 comments on commit 43bd1f5

Please sign in to comment.