Files
pretix_original/src/pretix/control/templates/pretixcontrol
Raphael Michel 163cf85c86 Orders: Fix N+1 query issues on order detail and change page (#6390)
* rders: Fix N+1 query issues on order detail and change page

There is one I couldn't fix: Loading the list of tax rules for every
select box on the OrderChange page. Unfortunately, Django has a
cache-breaking .all() in ModelChoiceField and that would need nasty
patching that didn't feel worth it

* Fix isort

* Fix N+1 query in gate call

* Fix leftovers

* Add local cache for objects referenced in log entries

* Update src/pretix/control/views/orders.py
2026-07-28 09:08:14 +02:00
..
2026-07-16 13:14:37 +02:00
2026-03-17 14:43:56 +01:00
2026-07-07 11:29:03 +02:00
2026-07-16 13:14:37 +02:00
2018-03-07 15:28:03 +01:00