Skip to content
Snippets Groups Projects
Commit a6ac6781 authored by McKenzie Welter's avatar McKenzie Welter
Browse files

include created datetime in entitlement support detail serializer

parent fa90d6e6
No related branches found
No related tags found
No related merge requests found
......@@ -55,5 +55,6 @@ class CourseEntitlementSupportDetailSerializer(serializers.ModelSerializer):
'support_user',
'action',
'comments',
'unenrolled_run'
'unenrolled_run',
'created'
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment