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

skip db query WHERE "id" IS NULL #3

Closed mb0 closed 13 years ago

mb0 commented 13 years ago

this happens when the request context "plata.order" is evaluated and there is no shop_order id in the session

matthiask commented 13 years ago

Thanks!