matthiask / plata

Plata - the lean and mean Django-based Shop
https://plata-django-shop.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
197 stars 63 forks source link

When adding an item to the cart get_prices is called twice #59

Open sbaechler opened 11 years ago

sbaechler commented 11 years ago

This applies to v1.2.0 Maybe has been resolved already.

Once in order_modify_item_form during validation and then when added to the cart. This happens in the same request/response cycle and should therefore be cached somehow.