[newforms-admin] I want to add an admin option:section_name

2007-06-16 Thread
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

Re: Event based caching

2007-06-10 Thread
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