mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Before this change, each order row needed an additional database query just to resolve the customer id (integer) to customer identifier (string). With this change, django does a database JOIN.