Skip to content

Commit

Permalink
#126 fix strawberry boolean filters
Browse files Browse the repository at this point in the history
  • Loading branch information
BranDavidSebastian committed Nov 11, 2024
1 parent 9ae3ab5 commit e35caad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions OneSila/OneSila/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@
LOCALE_PATHS = (
os.path.join(BASE_DIR, 'locale'),
)

LANGUAGE_CODE = 'en'
LANGUAGES = (
('nl', _('Nederlands')),
Expand Down
1 change: 1 addition & 0 deletions OneSila/products/schema/types/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class ProductFilter(SearchFilterMixin, ExcluideDemoDataFilterMixin):
sku: auto
type: auto
for_sale: auto
active: auto
vat_rate: Optional[VatRateFilter]
inspector: Optional[lazy['InspectorFilter', "products_inspector.schema.types.filters"]]

Expand Down

0 comments on commit e35caad

Please sign in to comment.