forked from CGM_Public/pretix_original
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.
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.