django-adminbrowse icon indicating copy to clipboard operation
django-adminbrowse copied to clipboard

Link to changelist performance

Open acdha opened this issue 14 years ago • 0 comments

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.

acdha avatar Apr 27 '11 15:04 acdha