Skip to content

Commit

Permalink
chore(availability): add note to update to namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
esparr committed Oct 11, 2023
1 parent d6d926d commit 79a9840
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions team_production_system/serializers/availability.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,9 @@ def validate_end_time(self, value):
)
return value

# TODO: Add validation for start times


# V2 API #
# TODO: update to namespace v2 in future
# The mentor availability serializer
class AvailabilitySerializerV2(serializers.ModelSerializer):

Expand Down

0 comments on commit 79a9840

Please sign in to comment.