Improve admin (faster loading, restriction of foreign key & m2m choices)
- Remove inline editing on AKSlot admin page (Close #106 (closed)): This reduces the amount of queries from over 450 for a full list (100 entries) to about 50, resulting in a drop of execution time from about 20 seconds to less than one second
- Restrict choices (foreign keys & m2m) in admin forms to other objects of the event of the edited instance
- Improve how requirements are shown for AK admin (multiple checkboxes instead of multiselect widget)
Merge request reports
Activity
added 6 commits
-
f0a6abdb...ac506e88 - 4 commits from branch
main
- b3ccdf5d - Remove inline editing on AKSlot admin page
- a3fbd2a4 - Restrict choices (foreign keys & m2m) in admin forms to other objects of the...
-
f0a6abdb...ac506e88 - 4 commits from branch
mentioned in commit fb064437
Please register or sign in to reply