django-adminbrowse
django-adminbrowse copied to clipboard
Link to changelist performance
Currently link_to_changelist causes O(n) queries if text causes the queryset to be evaluated. If the call signature for text is changed slightly, Django aggregation can be used to avoid performing hundreds of queries while still allowing record-specific text.