Skip to content

Commit

Permalink
add long_description to product resource
Browse files Browse the repository at this point in the history
  • Loading branch information
mick committed Sep 23, 2024
1 parent f90a366 commit 42a8491
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions oscar_odin/resources/catalogue.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ class Product(OscarCatalogue):
title: str
slug: Optional[str]
description: Optional[str] = ""
long_description: Optional[str] = ""
meta_title: Optional[str]
images: List[Image] = odin.Options(empty=True)
rating: Optional[float]
Expand Down

0 comments on commit 42a8491

Please sign in to comment.