view gpp/templates/core/comment_dialogs.html @ 552:9e42e6618168

For bitbucket issue #2, tweak the admin settings for the Post model to reduce slow queries. Define our own queryset() method so we can control the select_related(), and not have it cascade from post to topics to forums to categories. Removed 'topic' from list_display because MySQL still sucked with 2 inner joins. Now it seems to be tolerable with only one join to User.
author Brian Neal <bgneal@gmail.com>
date Wed, 25 Jan 2012 20:07:03 -0600
parents 88b2b9cb8c1f
children
line wrap: on
line source
<a href="#" id="more_smileys_link">
<img src="{{ STATIC_URL }}icons/emoticon_smile.png" alt="More smileys" title="More smileys" /></a>
<a href="#" id="markdown_help_link">
<img src="{{ STATIC_URL }}icons/help.png" alt="Help" title="Help" /></a>
<div id="smileys_dialog_popup" title="More Smileys">
<img src="{{ STATIC_URL }}icons/ajax_busy.gif" alt="Loading" id="smiley_busy" />
</div>
<div id="markdown_help_dialog_popup" title="Markdown Help">
<img src="{{ STATIC_URL }}icons/ajax_busy.gif" alt="Loading" id="markdown_busy" />
</div>