html email through from django.core.mail.send_mail and html email for password resets?

2013-07-27 Thread Justin Michalicek
I would like to make my first contribution to the Django code, but these both are pretty easy and at least to me seem pretty obvious, so I thought there might be some good reason they have not yet already been done. Depending on the response, I would do these in different ways as well, so I wa

Re: html email through from django.core.mail.send_mail and html email for password resets?

2013-07-27 Thread Justin Michalicek
on #1 when I create the tickets, wait for #1 to be accepted and merged then do the PasswordResetForm, or just do them both in one feature branch and pull request due to the PasswordResetForm change relying on the change to send_mail()? On Saturday, July 27, 2013 11:17:48 AM UTC-4, Justin Micha

Re: html email through from django.core.mail.send_mail and html email for password resets?

2013-07-28 Thread Justin Michalicek
as well, the person who reviews the first patch > will know that there's a second patch in a closely related area that would > be worth reviewing while they're in the same mental space. > > Yours, > Russ Magee %-) > > On Sun, Jul 28, 2013 at 11:54 AM, Justin Michali