I've created the ticket(http://code.djangoproject.com/ticket/4589) and
uploaded a patch, i post it here for you discuss, it's quite simple and
i hope it to be accepted :
> Currently, admin interface use app label to group models into sections and
> use app label as the section name, but i think u
If i understand what you are talking about, I think it's quite easy to
implement a event-based cache system using signals.
It's something like this:
def article_posted(article):
touch the cached article
touch some cached article list
dispatcher.connect(article_posted, signal=your_signals.a