Re: EmailMessage mangles body text

2010-04-27 Thread Leo
> This is the sort of bug that makes me want to give up my material > possessions and go live in a cave somewhere. Ugh. You can imagine the fun we had tracking it down throughout the stack trying to isolate the error case. It made me want to throw my hands up and declare that programming is just t

Re: EmailMessage mangles body text

2010-04-27 Thread Russell Keith-Magee
On Wed, Apr 28, 2010 at 9:38 AM, Leo wrote: > This is a fun one. If I do the following code in Django: > > from django.core.mail import EmailMessage > message = EmailMessage('blah', 'From puppies','b...@hope.com', > ['b...@hope.com']) > message.send() > > The message that appears on the other end

EmailMessage mangles body text

2010-04-27 Thread Leo
This is a fun one. If I do the following code in Django: from django.core.mail import EmailMessage message = EmailMessage('blah', 'From puppies','b...@hope.com', ['b...@hope.com']) message.send() The message that appears on the other end has this in the body: >From puppies A From at the beginni

Re: @Meebo - 2 Django Contractors Needed!

2010-04-27 Thread Alex Gaynor
On Tue, Apr 27, 2010 at 7:14 PM, Kiko Griffin wrote: > Hello All, > > Thanks for reviewing and sharing with your network.  We are actively hiring > 2 Django Developers on a contract basis (3-6 months) with an opportunity to > convert full-time if interested.  I am hoping to fill the two openings b

@Meebo - 2 Django Contractors Needed!

2010-04-27 Thread Kiko Griffin
Hello All, Thanks for reviewing and sharing with your network. We are actively hiring 2 Django Developers on a contract basis (3-6 months) with an opportunity to convert full-time if interested. I am hoping to fill the two openings by the end of the week, so if interested please reply directly t

Re: Trac workflow assistance (commiter feedback needed)

2010-04-27 Thread rokclim...@gmail.com
The timing of this discussion is interesting, because I came to a similar conclusion last week and decided to start writing a drop-in replacement for Trac based on Django. Part of my desire was based on the fact that Trac has such poor support for other VCS and such spotty support for other databa