Skip to content

Commit

Permalink
Small commit to extend events API
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurr0y committed Jan 27, 2024
1 parent 3c1a7e6 commit ce1de7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/events/serializers/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class EventSerializer(serializers.ModelSerializer):
class Meta:
model = Event
fields = '__all__'
depth = 1

class ParticipantSerializer(serializers.ModelSerializer):
class Meta:
Expand Down

0 comments on commit ce1de7d

Please sign in to comment.