Skip to content

Commit

Permalink
re-add the ordering parameter, doh!
Browse files Browse the repository at this point in the history
  • Loading branch information
ephes committed Nov 6, 2023
1 parent 6c6f42a commit 68ce8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cast/appsettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
POST_LIST_PAGINATION: int = getattr(settings, "POST_LIST_PAGINATION", 5)
DELETE_WAGTAIL_IMAGES: bool = getattr(settings, "DELETE_WAGTAIL_IMAGES", True)
CAST_FILTERSET_FACETS: list[str] = getattr(
settings, "CAST_FILTERSET_FACETS", ["search", "date", "date_facets", "category_facets", "tag_facets"]
settings, "CAST_FILTERSET_FACETS", ["search", "date", "date_facets", "category_facets", "tag_facets", "o"]
)

SettingValue = Union[str, bool, int]
Expand Down

0 comments on commit 68ce8eb

Please sign in to comment.