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

Duplicate order IDs are possible #28

Closed matthiask closed 11 years ago

matthiask commented 12 years ago

(rrr PK 5617 and 5618)

The determination of the order_id value in Order.save() is racy.

matthiask commented 11 years ago

Unfortunate yes, a big problem no.