email attachments

2009-04-08 Thread bradcater
I'm using EmailMessage to send emails upon certain User actions, and I'm getting weird behavior with attachments. Specifically, I'm seeing emails with multiple attachments when there should be no attachments. email = EmailMessage(self.__subject, self.__body, sender, recipients)

Django ORM-level Caching

2008-08-27 Thread bradcater
Greetings from SF! Here's a bit from one of our internal projects. Does something like this already exist? If so, does it work well? If not, would anyone be interested in this? We now have this working (well, at least limping) with Django 0.96 and memcached. MOTIVATION: - Suppose the following