Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
Include hour_json in only() fields for API, refs #721
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jul 8, 2021
1 parent 0e31b68 commit f5af314
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vaccinate/api/serialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def location_json_queryset(queryset: QuerySet[Location]) -> QuerySet[Location]:
"vaccines_offered",
"zip_code",
"hours",
"hours_json",
"website",
"preferred_contact_method",
"provider__name",
Expand Down

0 comments on commit f5af314

Please sign in to comment.