Skip to content

Commit 3f0b9ce

Browse files
committed
Add start and end fields to NutritionPlanInfoSerializer
1 parent d88eebe commit 3f0b9ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

wger/nutrition/api/serializers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,8 @@ class Meta:
342342
fields = [
343343
'id',
344344
'creation_date',
345+
'start',
346+
'end',
345347
'description',
346348
'only_logging',
347349
'goal_energy',

0 commit comments

Comments
 (0)