Skip to content

Commit b8f92ab

Browse files
authored
Merge pull request #2531 from michael-genson/feature/add-source-url-to-recipe-export
Add source URL to recipe export
2 parents 766ed31 + cad78e1 commit b8f92ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/serializer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1362,7 +1362,7 @@ class Meta:
13621362
model = Recipe
13631363
fields = (
13641364
'name', 'description', 'keywords', 'steps', 'working_time',
1365-
'waiting_time', 'internal', 'nutrition', 'servings', 'servings_text',
1365+
'waiting_time', 'internal', 'nutrition', 'servings', 'servings_text', 'source_url',
13661366
)
13671367

13681368
def create(self, validated_data):

0 commit comments

Comments
 (0)