Commit 4401f6495cbcc6f47fe0002733a85e3a218ac902

Authored by Andrew Buss
1 parent abb2506d35
Exists in master

Restructuring lectureperiod/user relation

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

flashcards/serializers.py View file @ 4401f64
... ... @@ -9,7 +9,7 @@
9 9  
10 10 class Meta:
11 11 model = Section
12   - exclude = ('members',)
  12 + # exclude = ('members',)
13 13  
14 14  
15 15 class LecturePeriodSerializer(HyperlinkedModelSerializer):