A quick reminder - if you have any objections or feedback on #10109,
the M2M refactor [1], I intend to land this patch in approximately 48
hours.
Also, following some mailing list and IRC discussion [2], I'll be
trying to land #10355 at the same time. This is the addition of the
email backend API.
If you have any objections to either of these commits - even if its
just "hold off until I've had a chance to take a look", now is the
time to speak.
[1] http://groups.google.com/group/django-developers/browse_thread/thread/b67956af9bee2ac1
[2] http://groups.google.com/group/django-developers/browse_thread/thread/33437e28e3b56e81
Yours,
Russ Magee %-)
I've left a few comments in that thread, but they don't need to be
addressed pre-merge. Fire away!
> Also, following some mailing list and IRC discussion [2], I'll be
> trying to land #10355 at the same time. This is the addition of the
> email backend API.
I've left a few notes on the ticket. The only one that needs to be
addressed pre-merge is a simple design decision, and the final call's
yours.
Thanks!
Jacob
I've already integrated Jacob's comments into the code in my local
checkout. Actually, Jacob's comments pointed out an interesting code
cleanup: the File email backend is really just the Console email
backend pointing at a file object instead of stdout. As a result, I've
been able to delete a bunch of code by modifying the console backend
to accept an arbitrary stream, and making the file backend a subclass
of the console backend.
I'll commit tonight (my time) once I have a chance to give the patch a
final review.
Thanks for your work on this patch Andi, and everyone else that has
contributed feedback and comments.
Yours,
Russ Magee %-)
Thanks a lot, Russell!
Andi, could you please add your App Engine email backend to our test project?
Bye,
Waldemar Kornewald
No problems. Fixed in r11718.
Yours,
Russ Magee %-)