On Thu, Dec 3, 2009 at 10:24 PM, Luke Plant <[email protected]> wrote: > Hi all, > > With the addition of the configurable email backend functionality, > SMTPConnection is raising a DeprecationWarning. Shouldn't this be a > PendingDeprecationWarning according to our procedure?
Yes, it should. That's an oversight on my part. > Also, I think it ought to be noted (along with a few other things) in > the "Features deprecated in 1.2" section of docs/releases/1.2.txt Yes it should - but this time, in my defense, the 1.2 release notes didn't exist at the time the feature was committed. The deprecation notes (docs/internals/deprecation.txt) does list SMTPConnection as a deprecated feature for 1.4. On a related note, we also need to go through the features that will be deprecated in 1.3 and upgrade PendingDeprecationWarnings to full DeprecationWarnings. Russ %-) -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
