Merge pull request #2192 from cryptbrn/feature/show-brand-on-ingredientinfo

add brand and common name on ingredientinfo serializer
This commit is contained in:
Roland Geider
2026-02-08 21:39:30 +01:00
committed by GitHub

View File

@@ -166,6 +166,8 @@ class IngredientInfoSerializer(serializers.ModelSerializer):
'source_url',
'code',
'name',
'common_name',
'brand',
'created',
'last_update',
'last_imported',