Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 878 Bytes

1.0.0.rst

File metadata and controls

27 lines (20 loc) · 878 Bytes

1.0.0

Stable release - 2021-03-29

Added

Changed

  • Extra field on basket now always defaults to {} so that the validator gets called when empty.

Fixed

  • Allow OrderViewSet to be called without a lookup_field to fix schema generation.
  • Ensure that ProductField has request available through context.
  • Optimize basket by prefetching the related products in get_items.
  • Optimize order views by pre-fetching related data.