3.22.6 | improves performance of enterprise role assignment admin page
- Deletes custom get_search_results() method, since
enterprise_customer__nameis now a viable search field - Improves pagination by asking for an estimated row count from Mysql INFORMATION_SCHEMA.TABLES
- Turns 1 + N query into 1 query via proper use of list_select_related