'Update django list page total items based on query done

Django admin calculates total number of items before it query for items. Due to realtime changes, count is less than the actual number of items. Is it possible to update total count after query is completed



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source